TerraMours / TerraMours_Gpt_Web

TerraMours实战项目,基于vue3.0+ts+naive UI+vite的ChatGPT项目前端。实现用户登陆和基于SK的多语言模型聊天、基于chatgpt和SD的多模型图片生成等功能。
https://first.terramours.site/
Apache License 2.0
109 stars 18 forks source link

关于请求方法未允许 #48

Closed sfwjnpw1 closed 9 months ago

sfwjnpw1 commented 9 months ago

跑完 dockercompose 后前后端登录都是请求方法未允许 405,已经重启了 server 容器。yml 文件修改了本地地址和图片地址。 另外请教一下,跑完 yam 文件后npnm 命令和 docker 命令还需要执行吗。 截屏2024-01-26 21 16 52 截屏2024-01-26 21 17 44

raokun commented 9 months ago

那应该是后端接口调用失败,F12检查下浏览器调用的后端接口的端口是否对应的上

sfwjnpw1 commented 9 months ago

yml 文件还需要修改端口吗,我的 3116 端口无法访问 截屏2024-01-27 19 32 30

raokun commented 9 months ago

API地址重复了,你这localhost后面又有IP,不是正确的地址