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
Seneca not matching _id field from local database which i recently migrated from live database. Though same query working on live database.
userEntity.loadPromise({ '_id': new ObjectID(msg.userId) })
Only difference is local mongodb version is 3.2.8 and compose(live) one is 2.6.9.
Query from robomongo tool on local database working fine.do we missing something in this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
Seneca not matching _id field from local database which i recently migrated from live database. Though same query working on live database.
userEntity.loadPromise({ '_id': new ObjectID(msg.userId) })
Only difference is local mongodb version is 3.2.8 and compose(live) one is 2.6.9.
Query from robomongo tool on local database working fine.do we missing something in this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: