[Question] How to disable websockets when only deploy a pure frontend app(no backend need)? #3409
-
How to disable websockets when only deploy a pure frontend app(no backend need)? |
Beta Was this translation helpful? Give feedback.
Answered by
masenf
May 31, 2024
Replies: 1 comment 2 replies
-
Websockets are automatically disabled when you run reflex with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the app uses any events, then it requires the backend. Even for frontend events like rx.redirect and rx.toggle_color_mode
This is something that we need to fix, but idk when we will be able to get to it.