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
I am not sure why this is happening on the SSE endpoint. Can you check if we are doing something different. This should be the same like we did the other day. If the session legit expired, we shouldn't be capturing this error. Only when there is an actual issue.
ShelfError: Something went wrong while valdiating the session
File "/src/build/server/index.js", line 2346, in validateSession
new ShelfError({
File "/src/build/server/index.js", line 8401
let isValidSession = await validateSession(auth.refreshToken);
File "/src/build/server/index.js", line 8366, in logger2
await next();
...
(5 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
I am not sure why this is happening on the SSE endpoint. Can you check if we are doing something different. This should be the same like we did the other day. If the session legit expired, we shouldn't be capturing this error. Only when there is an actual issue.
Sentry Issue: SHELF-WEBAPP-HN
The text was updated successfully, but these errors were encountered: