The error I am having has something to do with “getItem” function. It comes from appwrite node_module but I am not really sure what to change to solve it. I am using React Native with Expo framework in case that’s the reason.
Appwrite web sdk uses local storage. Maybe you can install some polyfill for that
If not, as it is working perfectly fine. I could also mute this error log and keep on going?🙄 Would you recommend me doing that?
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...