Emerald

Results 6 comments of Emerald

> [@shensj12](https://github.com/shensj12) 检测一下 user 服务正常启动了吗? ![Image](https://github.com/user-attachments/assets/f8d901a0-a691-4f93-854c-cc3a666ee574) 启动了

> 看下环境变量或者配置文件中 `OPENCSG_USER_SERVER_HOST` 这个变量的设置,不能用 localhost 我是使用你们一键部署的脚本部署的,我看里面这里也没用localhost ![Image](https://github.com/user-attachments/assets/48207685-63f2-4f59-90b3-aca7ca033d7e)

> > 看下环境变量或者配置文件中 `OPENCSG_USER_SERVER_HOST` 这个变量的设置,不能用 localhost > > 我是使用你们一键部署的脚本部署的,我看里面这里也没用localhost > > ![Image](https://github.com/user-attachments/assets/48207685-63f2-4f59-90b3-aca7ca033d7e) @Rader 你好,我在上面已经发了一张图片,我是使用这个部署的,没有做任何修改 ![Image](https://github.com/user-attachments/assets/e098c389-9e59-449f-8153-d978155158f2)

> [@shensj12](https://github.com/shensj12) we will try to reproduce this issue. If you have any changes (like config change for example) after running the installer, please comment here. That will be every...

@Rader 你好,我进入csghub-server好像并没有csghub_user的相关内容,由于我在这方面不是很专业,想请你帮我看看我是否操作正确 ![Image](https://github.com/user-attachments/assets/62defbb8-8454-4989-aaa5-ea3ffe7f27f9)

> [@shensj12](https://github.com/shensj12) 不好意思,之前服务名写错了,不是下划线,是中划线 ,` csghub_user` -> `csghub-user` > > 我从头安装的系统,访问 user 服务是没有人任何问题的。 > > 进入 `csbhub-server`的容器后检测一下环境变量 `OPENCSG_USER_SERVER_HOST`,确认是不是 `http://csghub-user`。 > > ``` > root@2b6c23b9499b:/starhub-bin# env | grep OPENCSG_USER_SERVER_HOST > OPENCSG_USER_SERVER_HOST=http://csghub-user >...