Skip to content
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

Fix: Session error on SSE endpoint #1539

Open
sentry-io bot opened this issue Dec 20, 2024 · 0 comments
Open

Fix: Session error on SSE endpoint #1539

sentry-io bot opened this issue Dec 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Priority: Medium Issues that are with medium priority

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 20, 2024

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

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)
@sentry-io sentry-io bot added the Priority: Medium Issues that are with medium priority label Dec 20, 2024
@DonKoko DonKoko moved this to 🗓️ Planned in 🗺️ Shelf Roadmap Dec 20, 2024
@DonKoko DonKoko added the bug Something isn't working label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: Medium Issues that are with medium priority
Projects
Status: 🗓️ Planned
Development

No branches or pull requests

2 participants