-
Notifications
You must be signed in to change notification settings - Fork 119
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
Error when logging in locally: Not found - Session with sid ___ not found #115
Comments
How curious 🤔 Some questions to help reproduce:
|
The error seems to happen consistently if I clear out my cookies and session+local storage. I get asked to login, I do that, it crashes, I refresh, and things are fine again. As long as the auth session is good, I can restart the studio and get back into the studio without any crash. Remove the auth session to trigger a new login, and the crash happens again. 🤷♂️ |
The same issue for me, too |
You must allow third-party cookies in your browser settings, at least for your sanity project API URL - [PROJECT_ID].api.sanity.io |
They are allowed, as far as I know. And things work fine, except for that initial login when things crash completely. Refresh, and it's good. 🤷♂️ |
I have the same issue. The error is present only on the initial login. |
I have set up and deployed the Sanity v3+next.js starter, pulled the created git-repo locally, and followed the configuration steps in the readme.
After booting it up locally via
npm run dev
, I go tohttp://localhost:3000/studio
and I get the Sanity login. Completing the login, I'm then presented with this error page:If I then refresh the page, I seem to get into the studio fine. 🤷♂️
The text was updated successfully, but these errors were encountered: