
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
- My collection is not updating after csv ...
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attribute stuck on proccessing
i tried creating a new attribute butits stuck on proccessing,i did a hard refresh,cleared cache everything but still stuck on proccessing,also in my functions w...
