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
- 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...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...