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
- 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...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...