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
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...