Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After ESP32C3 started the wifi manager, when I connected to the device's wifi, it did not automatically redirect to the authentication page (IDFGH-14643) #15392

Closed
3 tasks done
q127981 opened this issue Feb 13, 2025 · 5 comments
Assignees
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally

Comments

@q127981
Copy link

q127981 commented Feb 13, 2025

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Open the wifi manager of ESP32C3 and connect to the default AP of the device using my phone. The wifi authentication webpage (192.168.4.1) will automatically pop up, allowing me to configure the wifi network.
After configuring the network for the device, when I opened the WiFi Manager again and connected to the device AP, my phone no longer automatically redirected to the WiFi authentication page (192.168.4.1).
That is to say, it will only automatically redirect to the authentication page when there is no wifi connection information.

@github-actions github-actions bot changed the title After ESP32C3 started the wifi manager, when I connected to the device's wifi, it did not automatically redirect to the authentication page After ESP32C3 started the wifi manager, when I connected to the device's wifi, it did not automatically redirect to the authentication page (IDFGH-14643) Feb 13, 2025
@espressif-bot espressif-bot added the Status: Opened Issue is new label Feb 13, 2025
@uqfus
Copy link

uqfus commented Feb 23, 2025

Android smartphones do not popup captive portal page if AP assigns them IP in private range. Reconfigure to any other. Sample below.
// Reconfigure DHCPd. With IP 192.168.. 10...* 172.16-31.. captive portal page do not popup automatically.
https://github.com/uqfus/esp32-wifi-provision-care/blob/main/esp32-wifi-provision-care.c

@hrushikesh430 hrushikesh430 self-assigned this Feb 26, 2025
@hrushikesh430
Copy link
Collaborator

Hi @q127981, could you please send me your minimal application and details like which phone are you using, sdkconfig and IDF version? so that I can reproduce you issue easily.

@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Opened Issue is new labels Feb 26, 2025
@uqfus
Copy link

uqfus commented Feb 26, 2025

I am using Samsung S10 smartphone. And it seems problem in smartphone not in code. Later will try to add code "ESP_ENABLE_DHCP_CAPTIVEPORTAL Enables more modern DHCP-based Option 114 to provide clients with the captive portal URI" from examples. Now i am not using it.

@hrushikesh430
Copy link
Collaborator

hrushikesh430 commented Feb 26, 2025

Hi @uqfus, seems that your problem is in your mobile device. You refer this docs doc1 and doc2, it looks like Samsung phones having these issue, you may try with different brand mobile.

@hrushikesh430
Copy link
Collaborator

Hi @q127981, closing this issue due to response delay. Please feel free to reopen the issue for further queries.

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Won't Do This will not be worked on and removed Status: In Progress Work is in progress labels Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

4 participants