Supabase Auth - Nextjs Pages Router - Session coming back null upon signin #16825
slawton3
started this conversation in
Contribute to Supabase
Replies: 3 comments
-
can i work on this issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure @KSSaiTeja ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@slawton3 Have you followed a guide for this? If you've got that handy, might be useful for helping you debug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug report
Describe the bug
When I sign into my application, the session fetched on the server via
getServerSideProps
is coming back as null and redirects to my signin page.I have verified that others are getting the same issue and I have not found a resolution for this yet.
Expected behavior
When I sign in, the session should be available and I should be able to see my home page.
Additional context
Nextjs version: 13.1
"@supabase/auth-helpers-nextjs": "^0.7.2",
"@supabase/auth-helpers-react": "^0.4.0",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.24.0"
Beta Was this translation helpful? Give feedback.
All reactions