【发布时间】:2020-06-20 12:06:23
【问题描述】:
目前我正在使用 docker 进行 whatsapp 业务 api 设置。 我已按照安装文档中指定的说明进行操作。
安装成功,所有容器运行正常。 当我执行健康检查时得到以下响应
{
"health": {
"192.168.99.124:337e5a74fec8": {
"gateway_status": "unregistered",
"role": "primary_master"
},
"192.168.99.125:f6d56ce7a303": {
"errors": [
{
"code": 1011,
"title": "Service not ready",
"details": "Wacore is not instantiated. Please check wacore log for details."
}
]
},
"192.168.99.125:f18358cd1dff": {
"errors": [
{
"code": 1011,
"title": "Service not ready",
"details": "Wacore is not instantiated. Please check wacore log for details."
}
]
}
},
"meta": {
"version": "v2.25.5",
"api_status": "stable"
}
}
两个核心容器(master 和 wacore)没有被实例化。 我验证了我的容器,所有容器都在运行。
有人遇到过这个问题吗?或者这个是正常的,因为响应总是给出 200 状态码。
【问题讨论】:
-
你看到了什么!?