ERROR {"code": 1008, "message": "Invalid Origin. Register your new client (cloud.appwrite.io) as a new Web platform on your project console dashboard"}
Have you added the current web host to your project platforms?
Oh thanks but get another error ERROR [TypeError: Cannot read property 'getItem' of undefined]
That's is the part that Appwrite web-sdk isn't compatible with ReactNative Check this to see if it could help you
You will need to implement some way to persist the data.
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)