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
- What's the proper way to delete user acc...
I would like to provide an option for the users of my app, to completely remove theirs account if they want to. I don't want to 'deactivate' the account, but to...
- Prevent Appwrite from pulling weekly unu...
Hi, I only use node/php runtimes for functions and static-1/node for site. However, appwrite keeps pull gigabytes of runtimes. It makes my VM backup unnecessar...
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...