Error about 'invalid JSON' with couchDB view but the json's fine

后端 未结 4 940
故里飘歌
故里飘歌 2021-02-04 13:31

I am trying to setup the following view on CouchDB

{
\"_id\":\"_design/id\",
\"_rev\":\"1-9be2e55e05ac368da3047841f301203d\",
\"language\":\"javascript\",
    \"         


        
4条回答
  •  你的背包
    2021-02-04 13:46

    Did you update CouchDB from source recently? If so, be sure to remove all old files.

提交回复
热议问题