We use Apple and Google sso in our react native app. Everything worked fine until we noticed today that we see general argument error. We did not change anything in appwrite console or in code.
Better to provide the oauth function code for better context.
share your configurations
sorry for not sharing our function code earlier. Someone already did: https://discord.com/channels/564160730845151244/1392145684920008864 just letting this here so that searching for this issue gets easier.
OAuth2 with react native was never fully supported. That said, we've made changes recently to improve support.
As others have mentioned, please share your code
ok we've released the fix. it should work if you use appwrite-callback-<PROJECT_ID> as the scheme
How about web projects built with react native? Will it work as normal as that has an actual domain?
Recommended threads
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...