Hey i asked this a few while ago, after that it did work
https://discord.com/channels/564160730845151244/1239415382771634287
but now, i have opened it up again after a few days and now it gives me this error
TL;DR
Developers are encountering an error with Apple Sign in Flutter after a few days of it working. The `await appwrite.account.createOAuth2Session` call is resulting in an unusual error message. A possible solution might be to check for any recent changes in configurations that might have caused the issue to occur.TypeScript
await appwrite.account.createOAuth2Session(
provider: OAuthProvider.apple,
);
This is the call that i am making currently
Recommended threads
- Anonymous Sessions using Node SDKs
I am attempting to use anonymous sessions with the Node SDK but I have simply no idea how to persist the session to a cookie, pass it to the session client, etc...
- Auth working for emulator but not for ph...
hey guys i'm using appwrite for expo react native it is working perfectly for emulator but does not working for physical devices can u explain any one and it is...
- Invalid Credentials to Log in
Hello team, I’m facing a login issue with appwrite this morning. I can’t login anymore. I haven’t changed or pushed anything since the last time I was able to l...