You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sjones6 ! thank you for this nice adapter.
Im having a little problem on mongo.
the data are saving but are not updating the list correcly.
An example is, on node console log i got this list of data: { _: { '#': 'cadastro', '>': { jou51p9aFBws9WvZxlMe: 1542984356640, jou52pp9tBWOFvlX51v2: 1542984403870, jou561k9O55Uxv1nqe3Q: 1542984559211 } }, jou51p9aFBws9WvZxlMe: { '#': 'jou51p9aFBws9WvZxlMe' }, jou52pp9tBWOFvlX51v2: { '#': 'jou52pp9tBWOFvlX51v2' }, jou561k9O55Uxv1nqe3Q: { '#': 'jou561k9O55Uxv1nqe3Q' } }
so when i retrive the data directly from mongo ive got only one result. If i request the data from gun ive got 3 results. i think the problem is on the index data. doesnt matter how many data i put, the index is the same on mongo.
Hi @sjones6 ! thank you for this nice adapter.
Im having a little problem on mongo.
the data are saving but are not updating the list correcly.
An example is, on node console log i got this list of data:
{ _: { '#': 'cadastro', '>': { jou51p9aFBws9WvZxlMe: 1542984356640, jou52pp9tBWOFvlX51v2: 1542984403870, jou561k9O55Uxv1nqe3Q: 1542984559211 } }, jou51p9aFBws9WvZxlMe: { '#': 'jou51p9aFBws9WvZxlMe' }, jou52pp9tBWOFvlX51v2: { '#': 'jou52pp9tBWOFvlX51v2' }, jou561k9O55Uxv1nqe3Q: { '#': 'jou561k9O55Uxv1nqe3Q' } }
on mongo i got this:
{ "_id": "cadastro", "key": "cadastro", "val": { "_": { "#": "cadastro", ">": { "jou52pp9tBWOFvlX51v2": 1542984403870 } }, "jou52pp9tBWOFvlX51v2": { "#": "jou52pp9tBWOFvlX51v2" } } }
the "cadastro" are not been updated when i add more data. the data is only saved by new nodes and not on the master "cadastro". do you know why?
thank you!
The text was updated successfully, but these errors were encountered: