chartmuseum / ui

ChartMuseum frontend UI
106 stars 42 forks source link

ui is not working in Openshift #43

Closed mahmoud-mahdi closed 3 years ago

mahmoud-mahdi commented 3 years ago

I have deployed the chartmuseum and chartmuseum ui in Openshift. The backend is working good and i can push charts to it but the ui is not working. It give the following error:

2021/01/21 08:03:03.608 [main.go:16]  I'm alive
2021/01/21 08:03:03.631 [chartmuseum.go:17]  0x890480
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  the request url is  /
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  Handler crashed with error 0x890480
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /usr/local/go/src/runtime/asm_amd64.s:522
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /usr/local/go/src/runtime/panic.go:513
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /usr/local/go/src/log/log.go:212
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /go/src/quickstart/controllers/chartmuseum.go:17
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /go/src/quickstart/controllers/main.go:17
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /go/src/quickstart/vendor/github.com/astaxie/beego/router.go:829
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /usr/local/go/src/net/http/server.go:2741
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /usr/local/go/src/net/http/server.go:1847
2021/01/21 08:03:03.631 [C] [asm_amd64.s:522]  /usr/local/go/src/runtime/asm_amd64.s:1333
2021/01/21 08:03:03.632 [server.go:2977]  [HTTP] http: multiple response.WriteHeader calls
2021/01/21 08:03:03.744 [D] [server.go:2741]  |    10.1.62.110| 404 |    158.749µs| nomatch| GET      /favicon.ico
mahmoud-mahdi commented 3 years ago

Sorry, it was my fault. The Backend was entered false.

andronux commented 2 years ago

I'm encountering the same error with a backend storage set to amazon.

chartmuseum itself works, but he UI crashes when requesting /.

maximemoreillon commented 1 year ago

I am having the same error, whether I run the UI with docker or as a Kubernetes deployment