diff --git a/src/app/core/database/pouch-database.ts b/src/app/core/database/pouch-database.ts index 7a2267d327..485101d0be 100644 --- a/src/app/core/database/pouch-database.ts +++ b/src/app/core/database/pouch-database.ts @@ -154,7 +154,7 @@ export class PouchDatabase extends Database { Logging.debug("navigator.onLine", navigator.onLine); throw new DatabaseException({ error: "Failed to fetch from DB", - actualResponse: JSON.stringify(result.headers), + actualResponse: JSON.stringify(result), actualResponseBody: await result?.text(), }); }