You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched this repository for existing issues
I checked the FAQ and official documentation before creating this issue
I have read and understand the issue reporting guidelines
Bug description
I encountered follwing beheaviour with the WebUI, I don't know if it is wanted this way.
I reboot the whole system with "System" -> "Reboot"
The browser tells me "Connection failed", with a button "try again"
When clicking on "try again", after the system is back up, Firefox wants to re-submit the form data, which causes the system to reboot again.
I guess the the reboot command is submitted again.
--> input type="submit" class="btn btn-warning" name="system_reboot" value="Reboot" in the page source code
Checklist
Bug description
I encountered follwing beheaviour with the WebUI, I don't know if it is wanted this way.
I reboot the whole system with "System" -> "Reboot"
The browser tells me "Connection failed", with a button "try again"
When clicking on "try again", after the system is back up, Firefox wants to re-submit the form data, which causes the system to reboot again.
I guess the the reboot command is submitted again.
--> input type="submit" class="btn btn-warning" name="system_reboot" value="Reboot" in the page source code
URL in the browser stays at http://ip.of.the.system:used_port/system_info
You have to manually change the URL to the root path... --> http://ip.of.the.system:used_port/
Then the WebUI is accessible again.
Your environment
Steps to reproduce
Like said, it's reproducable behaviour, Browser used: Firefox 118.0.1 on Win 11
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: