I have a large project working fine with the ESP32 AsyncWebServer host allowing connections (one at a time) via WiFi from:
- Google Pixel
- IPhone
- Windows Desktop
However, a Galaxy S21 refuses to receive a webpage from the host after an a reported successful connection. The Galaxy shows "Connected without Internet" which is what all the other devices that work also shows.
The ESP32 is setup as a password protected Soft AP.
I have been working with the server for several weeks and it works fine on all of the above device, except for when I try to connect with the Galaxy S21.
All the steps below have been tried on the Galaxy have been tried, such as:
1) Forget network
2) ReAdd network
3) Turn off encryption (set to none, but it seems to end up showing WPA2 once connected)
4) Tried using both Chrome and Firefox on the Galaxy and both show same issue of hanging when trying to receive home page.
Note: There are no cookies to clear as I am not sending any from the host.
Does anyone have any ideas on what the issue may be with it connecting to the network on this specific device, yet failing to receive a webpage? Any help is very much appreciated.
Thank you!