Replies: 1 comment
|
This is almost always a dropped Two things worth checking: (1) confirm Once it's forcing https, I built a free tool that diffs your callback URL byte for byte against what's registered in Google Cloud Console, handy for catching the next one of these fast: https://arling.sk/google-oauth-redirect-doctor/ |
Uh oh!
There was an error while loading. Please reload this page.
I'm getting the error
Error 400: redirect_uri_mismatchbecause my AuthJS application is redirecting to an HTTP callback URL instead of an HTTPS URL. I'm guessing this is happening because I'm using nginx, which terminates HTTPS. How can I tell AuthJS to pass a HTTPS redirect URL?All reactions