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
Currently, when you pass a Hoodie object back to database().add() to be added as a new object in a different database, _id and _rev are passed through, which causes a { error: 'conflict', reason: 'Document update conflict.' }.
database().add() should allow the forcing of an _id (reported as not working), but always filter out _rev.
The text was updated successfully, but these errors were encountered:
See espy/hoodie-plugin-tutorial#9
Currently, when you pass a Hoodie object back to database().add() to be added as a new object in a different database,
_id
and_rev
are passed through, which causes a{ error: 'conflict', reason: 'Document update conflict.' }
.database().add() should allow the forcing of an
_id
(reported as not working), but always filter out_rev
.The text was updated successfully, but these errors were encountered: