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
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
-
I have two servers
and nginx reverse proxy server 5000
when logging, nextjs throws error
Bad URL
bc the internal urlhttp://localhost:3000
is dofferent from the exposed porthttp://localhost:5000
I tries to over write it using
NEXT_AUTH_URL="http://localhost:5000" NEXTAUTH_URL_INTERNAL="http://localhost:5000"
but with no luck
Beta Was this translation helpful? Give feedback.
All reactions