Good evening,
I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correct redirect URL, I keep getting this error: redirect_mismatch.
I’ve got Appwrite sitting behind an Nginx proxy that communicates with it over HTTPS, but I’m still running into the same issue.
Could you help me out? I’ve looked through the documentation and the GitHub issues, but nothing’s helped so far. Thanks a lot!
Twitch is receiving this as the redirect URI: http://mondomaine.fr:443
Even though it’s supposed to be getting
https://mondomaine.fr/
make sure the force https env var is set to enabled
Recommended threads
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- sh: vite: Permission denied
When installing the vue starter template as site and then adding DaisyUI, i get the error `sh: vite: Permission denied`. I also got this issue (with a fresh tem...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.