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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...