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
When you try to call hoodie.store.add or hoodie.store.updateOrAdd an a fresh database with a document that contains id and _rev properties, the promise gets rejected with:
Error: Object with id "E06D0AC8-808F-D510-B689-410CFC7A56F0" already exists
While it's okay that the promise gets rejected, the message is misleading and should tell you about the disallowed _rev property.
When you try to call
hoodie.store.add
orhoodie.store.updateOrAdd
an a fresh database with a document that containsid
and_rev
properties, the promise gets rejected with:While it's okay that the promise gets rejected, the message is misleading and should tell you about the disallowed
_rev
property.Code to reproduce:
The text was updated successfully, but these errors were encountered: