Describe the bug
The Alert Dialog documentation page loads, but a persistent WebSocket error appears at the bottom right:
Cannot connect to server: websocket error. Check if server is reachable at wss://e9cb031a-044d-4380-90c4-4e1382950d3e.fly.dev/_event
This affects the usability of interactive features (if any) and may impact developer experience.
To Reproduce
Steps to reproduce the behavior:
Code/Link to Repo:
Not applicable – issue occurs on the Reflex documentation site itself
Expected behavior
No connection errors should appear in the UI. If WebSockets are used for interactivity or hot reload previews, they should establish successfully.
Screenshots
Specifics (please complete the following information):
- Python Version: NA
- Reflex Version: NA
- OS: macOS 12.6
- Browser (Optional): Chrome Version 114+
Additional context
This issue appears to be tied to the Reflex docs site attempting to connect to a backend WebSocket service hosted on Fly.io. The endpoint is either unavailable, down, or misconfigured. It may impact pages with interactive components or live examples.
Describe the bug
The Alert Dialog documentation page loads, but a persistent WebSocket error appears at the bottom right:
Cannot connect to server: websocket error. Check if server is reachable at wss://e9cb031a-044d-4380-90c4-4e1382950d3e.fly.dev/_eventThis affects the usability of interactive features (if any) and may impact developer experience.
To Reproduce
Steps to reproduce the behavior:
Code/Link to Repo:
Not applicable – issue occurs on the Reflex documentation site itself
Expected behavior
No connection errors should appear in the UI. If WebSockets are used for interactivity or hot reload previews, they should establish successfully.
Screenshots
Specifics (please complete the following information):
Additional context
This issue appears to be tied to the Reflex docs site attempting to connect to a backend WebSocket service hosted on Fly.io. The endpoint is either unavailable, down, or misconfigured. It may impact pages with interactive components or live examples.