Aarush Acharya
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. Aarush Acharya
TypeScript
await appwrite.account.createOAuth2Session(
provider: OAuthProvider.apple,
);
This is the call that i am making currently
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...