我一直在为一个大型项目使用Couchbase,其中我们只消耗数据,但没有实际写入Couchbase集群的要求。我想写一些管理工具,并能够通过API而不是web控制台创建设计文档和视图。
创建文档根本不是问题,但每当我使用setDesignDoc()时,我都会收到以下错误消息:
Fatal error: Uncaught exception 'CouchbaseLibcouchbaseException' with message 'Failed to store design doc: Invalid input/arguments' in ....
我可以使用