Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this:
https://img.sticks.ovh/tloweyrNr
This is using my friend's self hosted instance. I don't know why this is happening. My client init looks like this:
https://img.sticks.ovh/O4MMy9iwS
any suggestions?
TL;DR
Developers are experiencing redirect_uri errors when using the flutter client for their appwrite authentication with JWTs on a self-hosted instance. The issue occurs when trying to sign in with SSO. One potential solution is to check and ensure that the redirect URIs are correctly set up in the appwrite dashboard to match the URLs being used.