Hello Sara,
I´m working at the moment the WebServers course to get a deeper look in html. So I´m working at the WiFi-Manager and have several problems.
- SUBMIT Button in wifimanager.html did not work, I think the problem is a missing script.js file. wifimanager.html line 31 addresses a script.js file. Can you show me what content should be in that script file?
- Very often when I restart the ESP32 it can not connect to my network, it starts then in AccessPoint method. But my network credentials shown in the Serial monitor was correct.
Thanks for your help, best regards
Michael
Hi.
You probably didn’t upload that file to the filesystem… is that script.js file in your data folder?
Are you sure the credentials are correct? Please note that extra spaces, uppercase, and lowercase also matter.
Regards,
Sara
Hi Sara,
sorry about my late answer. I found the problem, there was a blank at the end of my ssid. When I enter the ssid on my iPhone and use the text completion then this adds a blank.
It works fine now!
best regards
Michael