I'm trying to use the Realtime feature in a react native app, but I keep getting this error:
{"code": 1008, "message": "Invalid Origin. Register your new client (cloud.appwrite.io) as a new Web platform on your project console dashboard"}
I'm using the web platform. what could be causing this, and how can it be fixed?
That's weird... Appwrite thinks your origin is cloud.appwrite.io π§
You should probably configure the origin to be something for your app like myapp.com. then, make sure it's registered as a platform for your project
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...