is it normal to have n/a as user and not the id of the user in my many to one collection ?
How's that being created?
I mean, what the code to create it?
And what's the relationship?
i have a todo collection and a user collection
and i made a many to one in the todo to the user with 2 way relationship
when i try to get the data it works
it gives me the data related to the user
but the problem comes when i try to update the data
the newtodo have user in it with the right id
What’s in newtodo here?
this
And that came from listDocuments()/getDocument()?
the problem is that when i try get the data from listDocuments it gives me the right data but the user is null
so that's what's confusing me af
Recommended threads
- Couldnt not do appwrite push tables
Not sure why i am not able to create my tables
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...