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
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...