-
Couldn't load subscription status.
- Fork 1.3k
Open
Labels
Milestone
Description
Summary
Some Couch DB requests that utilize views are being rejected by Couch DB with a HTTP 400 Bad Request error. This is due to the document keys provided in the request being JSON.stringified twice.
Impact Check List
- Data loss or misrepresented data?
- Regression? Did this used to work or has it always been broken?
- Is there a workaround available? - Don't use views
- Does this impact a critical component?
- Is this just a visual bug with no functional impact?
- Does this block the execution of e2e tests?
- Does this have an impact on Performance?