我可以在localhost上获得页面:8089,但不是style.css,.These是来自火狐和chrome的结果:
Firefox:
GET http://localhost:8089/static/style.css?v=1.0 [HTTP/1.1 200 OK 17ms]
The stylesheet http://localhost:8089/static/style.css?v=1.0 was not loaded because its MIME type, “application/x-css”, is not “text/css”.铬:
localhost/:5 Resource interpreted as Stylesheet but transferred with MIME type application/x-css: "http://localhost:8089/static/style.css?v=1.0".如何使网络变得正常?请帮帮忙。
发布于 2020-06-02 19:49:36
你可能遇到了同样的问题吗?
https://community.grafana.com/t/grafana-start-but-stylesheets-not-displayed/3250/11
特别是检查您的注册表(https://gogs.io/docs/intro/troubleshooting#windows):
application/x-css
https://stackoverflow.com/questions/62156492
复制相似问题