I’m facing a DOMException related to uniqueness requirements in IndexedDB while using Wappler.io to interact with CouchDB. The error occurs during CRUD operations and replication. I’ve checked the CouchDB schema but the problem persists and i am getting it every time. Any suggestions on how to troubleshoot and resolve this issue?
This is a known bug in PouchDB that the PouchDB team is working on.
the current bypass is to delete the pouchdb in the browser and a new one will be auto created on the next sync with the main CouchDB database.
Thanks @George