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

[Bug] "Visit Device" holds old IP when changing Wifi network #349

Open
jnthas opened this issue Mar 22, 2023 · 0 comments
Open

[Bug] "Visit Device" holds old IP when changing Wifi network #349

jnthas opened this issue Mar 22, 2023 · 0 comments

Comments

@jnthas
Copy link
Contributor

jnthas commented Mar 22, 2023

After connecting successfully in a Wifi network, when I try to change to another network I have, it connects with success but when I click in "Visit device" it directs me to the old IP resulting in "ERR_ADDRESS_UNREACHABLE" since ESP doesn't serving in that address anymore.

Steps to reproduce:

  1. Select and connect in a WiFi network "A"
  2. Click in "Visit Device" -> It redirects correctly. Let say the ip is 192.168.3.1
  3. Open the configuration screen again and Click in "Change Wifi"
  4. Select and connect in another network, let say "B". It will connect with success.
  5. Clicking in "Visit Device" it tries to redirect to 192.168.3.1 (the first IP assigned)
  6. Typing the new IP, the local web page is served normally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant