NEXTAUTH_URL is not working in svelte kit
Unanswered
Brewer's Blackbird posted this in #help-forum
Brewer's BlackbirdOP
For some reason setting the nextauth_url variable with nextauth is not working as shown in documentation. It will just redirct to localhost instead of the specified url
I am also using turbo repo and the .env file is set as the root
all the other environment variables work just fine
This is being hosted with github codespaces, the other pages work just fine with the codespaces url but when I use the "sign in" method it just redirectds to localhost (which in my current situation I cannot use)
I am also using turbo repo and the .env file is set as the root
all the other environment variables work just fine
This is being hosted with github codespaces, the other pages work just fine with the codespaces url but when I use the "sign in" method it just redirectds to localhost (which in my current situation I cannot use)
2 Replies
Brewer's BlackbirdOP
I am also using turbo repo and the .env file is set as the root
all the other environment variables work just fine