Emerald
Emerald
> [@shensj12](https://github.com/shensj12) 检测一下 user 服务正常启动了吗?  启动了
> 看下环境变量或者配置文件中 `OPENCSG_USER_SERVER_HOST` 这个变量的设置,不能用 localhost 我是使用你们一键部署的脚本部署的,我看里面这里也没用localhost 
> > 看下环境变量或者配置文件中 `OPENCSG_USER_SERVER_HOST` 这个变量的设置,不能用 localhost > > 我是使用你们一键部署的脚本部署的,我看里面这里也没用localhost > >  @Rader 你好,我在上面已经发了一张图片,我是使用这个部署的,没有做任何修改 
> [@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的相关内容,由于我在这方面不是很专业,想请你帮我看看我是否操作正确 
> [@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 >...