Hey folks, has anybody experienced this? Think it ...
# mongodb
e
n
Hey @ezeikel πŸ‘‹ since the MongoDB connector is still in Preview, you might be hitting one of its rough edges here. Would you mind reporting this on GitHub so that our Engineering team can look into the problem? πŸ™‚
e
Sure!
In the process of creating a small reproduction repo for the GitHub issue for this I discovered what the problem was - when calling
set
on
cluster.followers
I was just passing an array of IDs and not
[{ id: 'id'}, ...]
which then messed up the relation when trying to filter on it πŸ€• Everything is working fine now. Thanks @nikolasburk!
πŸ™Œ 1
n
Ha, thanks for the update. Glad to hear it’s resolved now πŸ™Œ