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
You can see that its using the __Secure-next-auth.callback-url=https%3A%2F%2Fb-website.com; b-website
Describe the bug
The demo is out of date with the library and uses ORIGIN in docs but the framework wants AUTH_ORIGIN. So you can see from the reproduction I have to add both.
This has caused a fair bit of confusion as I'm trying to implement nuxt-auth.
Additional context
I'm also curious why sometimes I've seen it redirect to an absolute path, and other times its a relative path. 🤔
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Darwin
v16.13.0
3.3.2
2.3.2
[email protected]
vite
css
,modules
,auth
@nuxtjs/[email protected]
,@sidebase/[email protected]
-
Reproduction
In another terminal
You can see that its using the
__Secure-next-auth.callback-url=https%3A%2F%2Fb-website.com;
b-websiteDescribe the bug
ORIGIN
in docs but the framework wantsAUTH_ORIGIN
. So you can see from the reproduction I have to add both.This has caused a fair bit of confusion as I'm trying to implement nuxt-auth.
Additional context
I'm also curious why sometimes I've seen it redirect to an absolute path, and other times its a relative path. 🤔
Logs
No response
The text was updated successfully, but these errors were encountered: