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
Hi @zoey-kaiser unfortunately, it still exist, its just evolved to something else. I shared the error message in the previous issue. I will share more details once I have time this week
Environment
Darwin
v20.11.1
3.12.4
3.13.0
2.9.7
[email protected]
-
modules
,extends
,future
,css
,app
,runtimeConfig
,auth
,compatibilityDate
@nuxtjs/[email protected]
,@nuxt/[email protected]
,@vueuse/[email protected]
,@sidebase/[email protected]
-
Reproduction
It is hard to reproduce this error without sharing the secrets.
Describe the bug
nuxt config
When I remove custom pages and use the pages from the package, the callback url is working ok and redirects me to the intended page.
I think it might be somehow related to #857
Additional context
When I set custom pages it attaches callbackUrl to the query string but built-in pages do not add callbackUrl to the query string. e.g.
http://localhost:3000/auth/signIn?callbackUrl=http://localhost:3000/my-protected-data
http://localhost:3000/api/auth/signin
It might be related to #883, since that body (URLSearchParams) also contains callbackUrl
Logs
No response
The text was updated successfully, but these errors were encountered: