Taos-explorer启动后网页上登陆报错

【TDengine 使用环境】测试

【TDengine 版本】tsdb-oss-3.3.8.1-linux-x64

【操作系统以及版本】win11/wsl ubuntu22.04

【部署方式】非容器部署

【集群节点数】

【集群副本数】

【描述业务影响】

【问题复现路径/shan】做过哪些操作出现的问题

【遇到的问题:问题现象及影响】在wsl ubuntu下执行sudo systemctl start taos-explorer正常,

在网页上访问http://localhost:6060/login,在线注册用户后,用root, taosdata登陆,报websocket internal error

【资源配置】

【报错完整截图】

看下日志和服务是否正常?

1 个赞

远程看下吧 微信a15652223354

taosExplorer 登录过程中,需要访问 taosAdapter. 请确保 taosAdapter 进程已正常启动,且 6041 端口可正常访问。可参考以下命令排查:

ps -ef | grep taosadapter
netstat -anlp | grep 6041