apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
4k stars 2.17k forks source link

dubbo-admin-ui 启动成功但无法访问 #395

Closed HuangDayu closed 5 years ago

HuangDayu commented 5 years ago
 I  Your application is running here: http://localhost:8081
kezhenxu94 commented 5 years ago

Your application is running here: http://localhost:8081

So open your browser and navigate to http://localhost:8081

HuangDayu commented 5 years ago

@kezhenxu94 结果是无法访问,修改host为0.0.0.0,可以访问,但是出现一下错误:

Invalid Host header

然后在package.json的scripts下的dev添加

--disableHostCheck=true

上面的错误解决,加载了好久,终于可以访问了!!!

HuangDayu commented 5 years ago

我的服务是在阿里云 CES上启动的,不是本地。

nzomkxia commented 5 years ago

不是本地的话需要设置成真实的机器IP,端口如果没有开放请用nginx做转发

chenwei9120 commented 5 years ago

一堆bug,页面做的超烂