-
Client side auth functions are working as expected, but Auth cookies are not being set. My cookies config is as follows:
Logging the AuthUser in getServerSideProps as shown below returns null:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Have you tried these troubleshooting steps? Can you confirm the auth cookies are set and are sent along with requests? |
Beta Was this translation helpful? Give feedback.
-
I discovered that I had misnamed my env file |
Beta Was this translation helpful? Give feedback.
I discovered that I had misnamed my env file
env.local
instead of.env.local
. This was preventing my secret key from being available to firebase admit init.