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
- How can I disable client-side account re...
Hi everyone! Iβm currently building a game backend using Appwrite, and Iβd like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- 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." ...