relferreira / kubedev

A simpler and more powerful Kubernetes Dashboard
https://relferreira.github.io/kubedev/
Apache License 2.0
98 stars 5 forks source link

CORS errors #46

Closed xandr0s closed 4 years ago

xandr0s commented 4 years ago

Hello.

I try to run it in k8s and got error

[cors] 2020/02/12 19:23:35 HandlerFunc: Actual request
[cors] 2020/02/12 19:23:35   Actual request no headers added: missing origin
[GIN] 2020/02/12 - 19:23:35 | 301 |     101.356µs |    * | GET      /

Can I change some strings in main.go for fix it?

relferreira commented 4 years ago

Hello @xandr0s, did you find the solution?