Couchbase 到 PouchDB 不同步现有文档

问题描述

带有同步网关 2.8 的 Couchbase 6.6

我的 Pouchdb 应用程序可以保存一个文档,它会与我的 Couchbase 进行双向复制。 Couchbase 中的现有文档没有同步到 PouchDB,我也不能使用 alldocs 函数来接收 来自 Couchbase 的现有文档。

sync-gateway-config 有这个

"databases": {
    "testing": {
            "import_docs": true,"enable_shared_bucket_access": true,"bucket": "testing","server": "http://xxxxxx:8091","username": "sync_gateway","password": "password","num_index_replicas": 0,"users":{
            "GUEST":{
                    "disabled":false,"admin_channels":["*"]
                }
            },"revs_limit": 20
        },

我没有控制台错误,就好像 pouchDB 认为它工作正常一样。

感谢任何帮助, 谢谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)