
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
- Realtime still not working (JS)
Hey Guy am still struggling with this one Everything was working well a while back but now realtime is completly off. I set up my database collection to allow r...
- realtime not stable
Its sems like Realtime is getting random disconnection issues which is causing realtime events to fail
- Cannot Set Up Custom Domain: Requested h...
I just migrated to a new region, and I'm trying to set up a new subdomain to use with Appwrite. However, I get the following error: ``` Requested host does no...
