Error: invalid grant #231
Replies: 2 comments
-
Ah my bad, there was another place where I had to replace the redirect URI, sorry for the noise! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@davidbrochart : You saved my day :) To be explicit, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed a public server, where NGINX is proxying my FastAPI application that runs at http://127.0.0.1:8000. I previously tested my application on a local setup and authentication was working fine with Fief. The only thing I changed in Fief is the redirect URI, to point to the public server at https://my.public.domain/auth-callback, and I made the equivalent change here:
But now Fief fails after I click "Finalize sign up":
Do you have any idea what could go wrong? I know it's not a lot of information, but I have no clue where to investigate.
Beta Was this translation helpful? Give feedback.
All reactions