Question regarding NEXTAUTH_URL upon deployment on Vercel. #2002
-
The documentation is great at explaining how things should be coded and how they work, so I am grateful for that. I am only confused regarding the My Question I have a NextJs app in which I use
When I enter a value for the
and that
but isn't I was able to do what I wanted (Signing in and Signing out) during development and on build, but it failed on deployment so I figured the problem should have something to do with the
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Make sure you've checked this checkbox in your Vercel app settings. Your |
Beta Was this translation helpful? Give feedback.
-
Actually @Darealtube, just looking deeper at your problem (the |
Beta Was this translation helpful? Give feedback.
-
#2347 might be useful. Would love if someone could add it to the docs! |
Beta Was this translation helpful? Give feedback.
-
Oh I'm sorry I wasn't able to post an answer here. This was resolved 3 months ago, what I did was basically update next-auth to 3.23.1 because there was an issue in the canary adapter that was an issue in next-auth back in the day. Here was the issue in which I participated in and solved my issue #2012. Turns out, it wasn't an environment variable problem that I thought it was. Sorry for not closing this issue. 😅 |
Beta Was this translation helpful? Give feedback.
Oh I'm sorry I wasn't able to post an answer here. This was resolved 3 months ago, what I did was basically update next-auth to 3.23.1 because there was an issue in the canary adapter that was an issue in next-auth back in the day. Here was the issue in which I participated in and solved my issue #2012. Turns out, it wasn't an environment variable problem that I thought it was. Sorry for not closing this issue. 😅