Hi, today I faced a typical issue with my app. I am using context api to store the logged in user data. I have wrapped context provider around <App/> in index.js
i have attached my user context image.
I am using this api file for backend communication- https://github.com/appwrite/demo-todo-with-react/blob/main/src/api/api.js
i have attached the error shown in console and todo.js code
when I skip the query part every thing works as usual but when I add query to filter result I get this error.(Query at line 65 in the image)
I would be really grateful if somebody could guide me through this or hint me the bug I am creating here.
I was doing some syntactical error. sorry if someone was already working on this. 🙂
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...