首次注册提示:Timeout Create when connect to taosadapter, please check configuration item ‘cluster’ in explorer.toml
检查下/etc/taos/explorer.toml 配置文件,里面写的 td 的 6041 地址正确吗
GNU nano 6.2 /etc/taos/explorer.toml
This is a automacically generated configuration file for Explorer in TOML format.
Here is a full list of available options.
Explorer server port to listen on.
Default is 6060.
port = 6060
IPv4 listen address.
Default is 0.0.0.0
addr = “0.0.0.0”
IPv6 listen address.
ipv6 = “::1”
其他地方涉及到端口的配置如下:
cluster = “http://203:6041”
cluster_native = “taos://203:6030”
x_api = “http://203:6050”
grpc = “http://203:6055”
在没看到又涉及到端口的了,不知道上面的端口是否正确?都是安装后系统默认的。
是不是将机器的 hostname 配置成 203 ?
这个203 修改一下为真实 ip 吧
