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
- I'm getting error Invalid `url` param: I...
``` 2025-10-26T12:52:02.292Z [error] AppwriteException: Invalid `url` param: Invalid URI. Register your new client (vercel.com) as a new Web platform on your pr...
- Having issues while trying to published ...
All am seeing is this on while going to the page please help
- New attribute stuck on processing?
I was running out of disk space and after creating an attribute and restarting my appwrite (self hosted) I have an attribute stuck on creation. Any way to remov...