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
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?