Replies: 1 comment
-
Same as my experience #12887 |
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
-
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