reflex
reflex copied to clipboard
WebSocket connection error
Describe the bug A clear and concise description of what the bug is. my previous version was on 0.7.14 i upgraded now to version 0.8.12. I received the depreciation error of app.api, i used it like this
app.api.include_router(model_router)
app.api.include_router(other_router)
for testing purposes i just removed the lines of code, i pushed to my staging server, and the build worked but i get an error from the ports: WebSocket connection to 'wss://xxx/_event/?token=1d59e489-7d5d-4508-89ec-4ab4fd0fb6a1&EIO=4&transport=websocket' failed:
it works locally as a reflex run --env prod
- Python Version:3.12.3
- Reflex Version: 0.8.12
- OS:
- Browser (Optional):
we need a minimal repro to debug this