here is the code
and here is the collection and attributes
As the error says, you need to create an index. See https://appwrite.io/docs/databases#indexes
so what I have to modify???
Did you read what I linked?
yes but the items are not rendering
What do you mean?
Don't use full text...
then???
did you figure it out?
yes but the items aren't loading
If the API call is successful, but you're getting 0 results back, either nothing matches your filter or you have a permissions problem
without filter its working perfectly
What's your code?
this is
Would you please log the user id before making the API call?
yes
and its printing
Would you please share the value and a screenshot of the document from the console (showing the same user id)?
wait I think I found the problem
Now its working fine
I just Make another useContext file and take the user id when I also fetching data of account for profile and pass it on the query.
Recommended threads
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...