
I think it is an issue with Appwrite SDK issue when working** on React Native Web**
I used Accounts API to create a user. This is the error:- (see screenshot too)
AppwriteException: Failed to execute 'fetch' on 'Window': Illegal invocation
at Client.<anonymous> (...
At the same time this works fine on the Android App (I am not developing for android but just thought stating this might help)

Should I open a GH issue?

Don't you forgot arguments on your call ?

Can you share your code?

I have tested this in the Android app. It worked fine. This error shows up for web app only
(I am developing in React Native. So, the code for android and web is the same. If it works for android, shows error for web)

const session = await account.createEmailSession(email, password);
I am using account API only

Using REST instead of web sdk 👍
No issues with REST
Recommended threads
- Messaging via Resend: "to": "\"undisclos...
I'm using the node-appwrite@18.0.0 SDK. ``` await messaging.createEmail({ messageId: ID.unique(), subject: "Subject", content: `htmlCont...
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
- CORS + 401 Error with Appwrite Authentic...
I'm getting a CORS + 401 Error with Appwrite Authentication Access to fetch at 'https://cloud.appwrite.io/v1/account/sessions/email' from origin 'https://my-c...
