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
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...