
Am trying to use Appwrite OAuth (google, apple and facebook), am been on it for sometimes now which have tried many things but still not able to make it work:
Expectation: able to authenticate users with Appwrite OAuth system.
Behavior:
using Apple provider: it is opening the apple signin page, but after login and all, it get stuck here(image)
using Google peovider: it works for andriod 11 and below, but on andriod 13 and above after redirecting back into the app (Error signing in with 2Google: type 'Null' is not a subtype of type 'bool')
Using : appwrite^15.0.1 dependency_overrides: flutter_web_auth_2: 4.1.0
Recommended threads
- User Authentication through REST API
Hey everyone, I’m looking for some guidance on the best way to authenticate frontend requests to my API gateway using Appwrite sessions. Right now, I'm trying ...
- Delete account on authentication
I'm building an authentication that need to a user a choice of delete their account when they need and on the documentation, if I find delete sessions or sessio...
- I have an error oauth with Microsoft
invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for...
