Open abby-cyber opened 2 years ago
sorry, I will look into it later.
I just tested it's working, plz ensure you are following the guide under https://github.com/vesoft-inc/nebula-dashboard/tree/master/playground
I see, you are using other conf files, I had put those working with the compose file under playground, please ensure they are there sitting together with the compose file:
~/nebula-dashboard/playground$ tree -l -I "data|logs"
.
├── Dockerfile
├── Dockerfile.dev
├── README.md
├── dashboard.config
├── docker-compose-dev.yaml
├── docker-compose-nebula-graph.yaml
├── docker-compose.yaml
├── nebula-http-gateway.conf #<---------
├── nebula-stats-exporter.yaml
├── prometheus.yaml
└── uploads
~/nebula-dashboard/playground$ head nebula-http-gateway.conf
appname = nebula-http-gateway
httpport = 8080 #<------------
httpaddr = 0.0.0.0
runmode = dev
autorender = false
copyrequestbody = true
sessionkey = "dashboard-nsid"