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
Describe the bug
I have a background task that can run anywhere from a few seconds to a few hundred seconds. After ~150 seconds, the UI shows a toast "Cannot connect to server: timeout." when using REFLEX_USE_GRANIAN=1 (prod env). The task is still running as i can see logs on the terminal as well as backend ping responds with pong.
After refreshing the page, the state is set to whatever would have been when the task was completed, but none of the gui items respond to mouse events. Have to restart reflex (had to kill the browser as well).
This behavior is not observed when running reflex regularly.
To Reproduce
Apologies, no code that i can provide.
Specifics (please complete the following information):
Describe the bug
I have a background task that can run anywhere from a few seconds to a few hundred seconds. After ~150 seconds, the UI shows a toast "Cannot connect to server: timeout." when using REFLEX_USE_GRANIAN=1 (prod env). The task is still running as i can see logs on the terminal as well as backend
ping
responds withpong
.After refreshing the page, the state is set to whatever would have been when the task was completed, but none of the gui items respond to mouse events. Have to restart reflex (had to kill the browser as well).
This behavior is not observed when running reflex regularly.
To Reproduce
Apologies, no code that i can provide.
Specifics (please complete the following information):
Related
The text was updated successfully, but these errors were encountered: