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
Hi,
I have Aplication with live component which is opened in background for long time (one day).
When I wake up mornig, and do interaction with application with live component, I get Status code from server "400 Bad Request" . This is happening every morning.
Actualy is is error "Invalid CSRF token." but its show 400 and popup big screen error.
How I can suppress or catch this error and reload page?
Thanks
The text was updated successfully, but these errors were encountered:
Yes, in current project I can disable crsf. But this will be happening in all my projects.
So, question is still justified. How I can catch error page and show my own error? like "your session is expired, please reload page"
Hi,
I have Aplication with live component which is opened in background for long time (one day).
When I wake up mornig, and do interaction with application with live component, I get Status code from server "400 Bad Request" . This is happening every morning.
Actualy is is error "Invalid CSRF token." but its show 400 and popup big screen error.
How I can suppress or catch this error and reload page?
Thanks
The text was updated successfully, but these errors were encountered: