khoih-prog / ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
MIT License
291 stars 73 forks source link

File Not Found error when accessing the config portal the second time #42

Closed kanishgsivakumar closed 3 years ago

kanishgsivakumar commented 3 years ago

HI , When i first connected to a network using the wifi portal it worked as it should when i wanted to change the network credentials for another network (when the first network is not available and esp32 is in AP mode) i get the following response in the static ip address `File Not Found

URI: / Method: GET Arguments: 0`

khoih-prog commented 3 years ago

Have a look at How to create a Minimal, Reproducible Example, improve then post more terminal debug info to prove your point.

Then I'll definitely spend some more time to verify. I'm closing this now and re-open whenever the bug is proven.

I won't respond to any issue not following the minimum requirements as specified in How to submit a bug report