Client side working, Server side not working #597
Unanswered
DanielHabib
asked this question in
Q&A
Replies: 2 comments
-
I think you also need to use withauthusertokenSSR in Home . |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here are a few steps that can help 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
-
I'm able to login and with firebase magic link via email and access the user object client side.
withAuthUser
recognizes when I'm logged in correctly, butwithAuthUserTokenSSR
never thinks I'm logged in.The cookies are being set, is there a way to debug what could be going wrong? I'm not seeing any errors on the server side
My .env.local file is being read correctly
Beta Was this translation helpful? Give feedback.
All reactions