#Unknown attribute on document data
1 messages · Page 1 of 1 (latest)
Do you have a relationship set in some of those collections?
The screenshot above is from a collection called "Fixtures". That unknown attribute is an ID of a collection called "Users". Users has a one-way relationship with fixtures (many to many). I tried deleting the relationship on the Users collection but on querying Fixtures data, the attribute still exists.
So it's basically a deleted attribute?
When did this show up? Do you have a two way relationship in either collection?
Could be. If it's a deleted attribute then it must've been from a deleted two way relationship which I then changed to one way.
I am not sure what triggered this but i saw it after deleting some relationship with other different collection. And no, there is no any two way relationship with any other collection, there was but it was deleted and changed to one way. But that's a different collection called "league". The attribute observed on the screenshot is an ID of a collection called "Users".
And you never had a relationship between the users collection and this collection?
Users currently has a one way relationship with this collection. I'm not quite sure if I ever did a 2-way and then later recreated a 1-way instead. I might have while prepping the collections. I don't remember correctly.
What's your project id? And the two collection IDs?
I sent it on DM
seems like you had a many to many relationship between users and fixtures?
wait..you still do
wait no..
I still do but it's a one-way from Users to Fixtures
where are you seeing this?