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
- 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...