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
I'm having a weird problem. In my application, I want first time users to perform an onboarding procedure, under the route /onboarding.
I've setup the auth-config like this:
When I then go to the route [origin]/api/auth/signin I'm getting some cookies set and redirect back to this URL: http://localhost:3000/home?callbackUrl=http%3A%2F%2Flocalhost%3A3000. The login has not gone through. However, if I remove the pages object, then I'm greeted with the google signin page.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having a weird problem. In my application, I want first time users to perform an onboarding procedure, under the route /onboarding.
I've setup the auth-config like this:
When I then go to the route [origin]/api/auth/signin I'm getting some cookies set and redirect back to this URL:
http://localhost:3000/home?callbackUrl=http%3A%2F%2Flocalhost%3A3000. The login has not gone through. However, if I remove the pages object, then I'm greeted with the google signin page.
Any ideas what this can be?
Beta Was this translation helpful? Give feedback.
All reactions