dify
dify copied to clipboard
weaviate连接404报错
你好,
我今天突然遇到一个问题,启动项目时报错:
我确认了docker运行正常:
在之前从没遇到过,请问有什么分析定位的建议吗?
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
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.