ajboni opened a new issue, #9165: URL: https://github.com/apache/pouchdb/issues/9165
Hello, I’m trying to catch an HTTP **413 (Content Too Large)** error in order to notify the user when the remote server rejects a request. When using **PouchDB live replication** with CouchDB, a `413 Content Too Large` response from `_bulk_docs` is visible in DevTools, but it is **not exposed through any replication event**. I expected this information to be available in the `paused(err)` event, but `err` is always `undefined`. ### Info * `pouchdb-browser`: `^9.0.0` * Platform: Electron * Adapter: IndexedDB * Server: CouchDB -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
