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
- Running into a server error on my self-h...
Hey everyone, I'm running into a server error on my self-hosted setup after updating to v1.19.0. The issue only happens during user creation and deletion. Ever...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...