Apple Developer
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.
Votes
0
Replies
6
Participants
Unknown
Messages
7
Apple Developer
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.
Rank 6: Server
Better to provide the oauth function code for better context.
share your configurations
Apple Developer
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.
Admin
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
Admin
ok we've released the fix. it should work if you use appwrite-callback-<PROJECT_ID> as the scheme
Rank 6: Server
How about web projects built with react native?
Will it work as normal as that has an actual domain?