I’ve flashed the esp32dev-ble firmware (using the web download and browser flash) to a ESP32 WROOM board. It connects to my AP fine and posts messages to the MQTT broker.
I can’t get past basic authentication login to the WebUI though.
I’ve used all the permutations of admin/blank for username, and
my entered password/blank/your_password/[last 8 digits of the board MAC address] (with and without colons).
I’m connecting to http://192.168.1.106 and it asks for basic auth, but never logs in.
I even tried resetting the password via an MQTT command: mosquitto_pub -h xxx.xxx.xxx.xxx -t "OMG/OpenMQTTGateway/commands/MQTTtoSYS/config" -m '{"gw_pass":"12345678"}'
Your gateway password is the one you enter during onboarding with WiFiManager.
I would advise to erase and flash the board and do the onboarding again.
Thanks. I did that twice. I tried both the passwords I entered.
I’ll try once more time.
Interestingly I found the user @DigiH wrote that the webUI module was optional and I don’t see that module listed in the precompiled binaries. That would explain it, but I’m not sure why the browser would ask me to authenticate if it wasn’t serving web pages.