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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...