dify icon indicating copy to clipboard operation
dify copied to clipboard

weaviate连接404报错

Open saifeiLee opened this issue 2 years ago • 1 comments

你好, 我今天突然遇到一个问题,启动项目时报错: image 我确认了docker运行正常: image 在之前从没遇到过,请问有什么分析定位的建议吗?

saifeiLee avatar May 26 '23 07:05 saifeiLee

image 8080端口是通的

saifeiLee avatar May 26 '23 07:05 saifeiLee

If the weaviate log check is ok, then it's probably that the port 8080 on your machine is already taken by another application. You can try to rule this out first

takatost avatar May 27 '23 14:05 takatost

If the weaviate log check is ok, then it's probably that the port 8080 on your machine is already taken by another application. You can try to rule this out first

You are right. Nginx has taken 8080 port on my host machine. Shutdown nginx, all work fine.

saifeiLee avatar May 27 '23 14:05 saifeiLee