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
- Appwrite + Cloudflare domain
So i have a domain with cloudflare, however i'm only given a new NS to change the domain to. im not 100% sure how i would do this and dthe docs aren't really ta...
- Cannot specify project id
Hey There. Îve just install appwrite 1.8 on selfhosted ( for next migration from 1.6.1 ). When i create a new project i can’t modify project ID. Does it com...
- How to model user data and relationships...
I wonder how to model something like this: A user can create any amount of events. Each event belongs to one user. What I have done so far: Created a new tabl...