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 have a website that uses Metamask for login and then JWT tokens with NextAuth. Everything works great.
Now I wanted to password protect my dev and test sites so I just added Cognito to the ALB loadbalancer in front of the dev and test websites. This ends up breaking my site and looking at the logs NextAuth now tries to make calls to https://<mywebapp>.auth.us-east-1.amazoncognito.com/login?client_id=5v7h9hd1eick6itacqdtchfar6&redirect_uri=https%3A%2F%2Fdev...... . Is there a simple way to make NextAuth ignore Cognito and continue with my JWT setup?
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.
-
I have a website that uses Metamask for login and then JWT tokens with NextAuth. Everything works great.
Now I wanted to password protect my dev and test sites so I just added Cognito to the ALB loadbalancer in front of the dev and test websites. This ends up breaking my site and looking at the logs NextAuth now tries to make calls to
https://<mywebapp>.auth.us-east-1.amazoncognito.com/login?client_id=5v7h9hd1eick6itacqdtchfar6&redirect_uri=https%3A%2F%2Fdev......
. Is there a simple way to make NextAuth ignore Cognito and continue with my JWT setup?Beta Was this translation helpful? Give feedback.
All reactions