-
Notifications
You must be signed in to change notification settings - Fork 118
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
"Quit Wizard" button does not accomplish anything #690
Comments
Have you also updated and build the gui first? It displays the Wizard only if the wizard_passed flag is not set. |
Downloaded the precompiled .bin from here, not from a local compile. |
Similar thing here. In my case it required going through the wizard twice. |
Same here, twice -- ie, on both my chargers, I got sent back to the beginning by quit wizard the first time and had to run the wizard twice. Maybe a race condition? (Ie, the first page of the wizard is loaded before wizard_passed has been set?) |
Just loaded the b8d1add dev release on one of my units. After the firmware update completed, the unit restarted and the web UI went to the config wizard. Some of the config carried forward correctly, but the time went from NTP setting on old firmware to manual on new firmware. No big deal, fixed that, and hit next until the last screen where the button changed to "Quit Wizard". Clicked that, and the UI just went back around to the first card of the wizard, not to the main UI. Sat and waited maybe 30 seconds to see if it would reload itself or something, but no, just stayed on that card. Cleared the extra bits off the URL and manually went to the main UI no problem.
So the "Quit Wizard" button needs to go to the main URL for the unit, not back to the first config card.
The text was updated successfully, but these errors were encountered: