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
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
Router unable to route request to do_GET_DesignDocumentcom.couchbase.lite.CouchbaseLiteException: Cannot index view foo1/foo1: no map block registered, Status: 400 (HTTP 400 bad_request) is returned when querying a design document, after app is restarted and new documents are added to the database.
Router unable to route request to do_GET_DesignDocumentcom.couchbase.lite.CouchbaseLiteException: Cannot index view foo1/foo1: no map block registered, Status: 400 (HTTP 400 bad_request)
is returned when querying a design document, after app is restarted and new documents are added to the database.Reproducing
[email protected]
,[email protected]
,[email protected]
map: function(doc) { emit(doc._id, {}); }.toString()
Same issue can be reproduced by eg installing an older version of CBL, creating the db and documents, then during the restart updating to v1.4.4.
Reproduced with:
[email protected]
,[email protected]
,[email protected]
Not reproduced with:
[email protected]
,[email protected]
,[email protected]
[email protected]
,[email protected]
,[email protected]
The text was updated successfully, but these errors were encountered: