当前位置:网站首页>After Grafana is installed, the web opens and reports an error
After Grafana is installed, the web opens and reports an error
2022-07-31 15:21:00 【A photographer who can't play is not a good programmer】
After Grafana is installed, the web opens with the following error:
If you're seeing this Grafana has failed to load its application files
- This could be caused by your reverse proxy settings.
- If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
- If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build
- Sometimes restarting grafana-server can help
- Check if you are using a non-supported browser. For more information, refer to the list of supported browsers.

There are two solutions:
1. Switch to a browser supported by the official website

2. Modify /opt/module/grafana-9.0.5/conf/defaults.ini
Set allow_embedding to true (set to true if you want to allow browsers to render Grafana in a , , or . default is false.)
边栏推荐
- Unity中实现点选RenderTexture中的3D模型
- what exactly is json (c# json)
- AVH部署实践 (一) | 在Arm虚拟硬件上部署飞桨模型
- Doing things software development - the importance of law and understanding of reasonable conclusions
- 工程水文学复习资料
- Ubuntu Topic 5: Setting a Static IP Address
- 力扣:738.单调递增的数字
- 深入浅出边缘云 | 4. 生命周期管理
- Vb how to connect mysql_vb how to connect to the database collection "advice"
- Getting Started with TextBlock Control Basic Tools Usage, Get Started
猜你喜欢
随机推荐
TRACE32 - C source code association
SQL、HQL、JPQL 到底有什么区别
WPF项目--控件入门基础用法,必知必会XAML
leetcode303场周赛复盘
《微信小程序-进阶篇》Lin-ui组件库源码分析-Icon组件
Efficient use of RecyclerView Section 1
763.划分字母区间——之打开新世界
公告
The normal form of the database (first normal form, second normal form, third normal form, BCNF normal form) "recommended collection"
LeetCode二叉树系列——110.平衡二叉树
R language ggplot2 visualization: use the ggboxplot function of the ggpubr package to visualize the box plot, use the font function to customize the font size, color, style (bold, italic) of the legen
TextBlock控件入门基础工具使用用法,取上法入门
Matlab矩阵基本操作(定义,运算)
STM32(十)------- SPI通信
json到底是什么(c# json)
Female service community product design
Jmeter常用的十大组件
浏览器自带的拾色器
mongo进入报错
JVM参数解析 Xmx、Xms、Xmn、NewRatio、SurvivorRatio、PermSize、PrintGC「建议收藏」








