-
Notifications
You must be signed in to change notification settings - Fork 109
Fix bug when session not found #3703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…en the session is not found Signed-off-by: Julien Veyssier <[email protected]>
juliusknorr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense.
|
I could imagine this happens when the syncing still issues a request while the token is already invalidated or the session has been closed. I've seen this happening sometimes. |
Passing run #8329 ↗︎Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
|||||||||||||||
|
/backport to stable25 |
|
Hi, Found a similar error in a 24 error log. |
|
/backport to stable24 |
Fix potential crash when trying to use the document session's user when the session is not found.
Maybe there's a better way to fix this if we identify the reason it happens and fix stuff in an upper level 😁.
I don't know when, but this is what happens: