i have no idea why this hapened but i can't get my collection to-do from the database the other collections works but this one doesn't
Since when is this happening?
Is this a newly created project?
noo its an old one but the collection stoped working like last week
What's your project id?
And would you please check the browsers network logs to see what API call is failing?
65cb741792b1f8706002 this is my project id
sec
the get method that im using to fetch from the todo collection
Wait...this doesn't look right...can you do a hard refresh, clearing your cache?
its not about the code no ?
bc when i click on my collection
i get the error 500
Sorry I don't quite follow...can you do a screen recording?
I'm not sure how that equal query got in there
Can you try in an incognito window?
same thing happens
What's the network request?
Well the queries look better now
ah sorry i gave you the request from my site earlier xD
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...