You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that NEXTAUTH_URL is inlined at built time and has no effect at runtime.
Use case:
I want to build a Docker image with the application once and be able to deploy it to multiple environments (dev, stage, prod). Each environment gets its own (static) NEXTAUTH_URL.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Question:
Can
NEXTAUTH_URL
be set at runtime?It seems that
NEXTAUTH_URL
is inlined at built time and has no effect at runtime.Use case:
I want to build a Docker image with the application once and be able to deploy it to multiple environments (dev, stage, prod). Each environment gets its own (static)
NEXTAUTH_URL
.Beta Was this translation helpful? Give feedback.
All reactions