Replies: 1 comment
-
I think if you're deploying to Vercel, you're probably going to need something like https://vercel.com/docs/v2/build-step#system-environment-variables I actually haven't deployed anything this way yet, so I could be wrong, but that's where I would start. |
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
-
Please refer to the documentation, the example project and existing issues before creating a new issue.
Your question
A clear and concise question.
I guess this is more on how to obtain the baseUrl in Next.js, but searched around to no avail. How can I setup an absolute url in the frontend for callbackUrl in preview deployments? Is it possible?
Thanks
What are you trying to do
A description of what you are trying to do.
Trying to setup a callbackUrl in preview deployments
Documentation feedback
Documentation refers to searching through online documentation, code comments and issue history. The example project refers to next-auth-example.
Beta Was this translation helpful? Give feedback.
All reactions