-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
When the application is running and the host machine switches to a different network (e.g., changing WiFi, connecting to a different hotspot), the displayed IP address and the connection QR code in the browser do not update automatically. They remain stuck on the old IP address, making it impossible for the client to connect without manually refreshing or restarting the application.
Steps to Reproduce
- Connect your PC to WiFi Network A.
- Start the Rein application and open the browser.
- Note the IP address and QR code.
- Disconnect from Network A and connect to WiFi Network B (or a mobile hotspot).
- Observe that the UI still displays the IP from Network A.
- Try to scan the QR code with a phone connected to Network B - it will fail to connect.
Expected Behavior
The application should detect network interface changes and automatically:
- Update the displayed IP address.
- Regenerate the QR code with the new connection URL.
- Ideally, notify the connected client or UI of the change.
Desktop Operating System
Linux (Wayland - GNOME)
Mobile Device (Client)
Firefox
Rein Version
Dev (Not specified in package.json)
Console Logs / Error Messages
No specific error messages in the console. The app simply retains the stale IP address.Screenshots / Recordings
No response
Checklist
- I have searched for existing issues to avoid duplicates
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working