当前位置:网站首页>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.)
边栏推荐
- 《微信小程序-进阶篇》Lin-ui组件库源码分析-Icon组件
- STM32(十)------- SPI通信
- 7. Summary of common interview questions
- 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
- Excel quickly aligns the middle name of the table (two-word name and three-word name alignment)
- TRACE32——C源码关联
- 删除 状态良好(恢复分区)的磁盘
- 三、数组
- 看交互设计如何集成到Scrum敏捷流程中
- The use of button controls
猜你喜欢
随机推荐
763.划分字母区间——之打开新世界
Precautions and solutions when SIGABRT error is reported
Deployment应用生命周期与Pod健康检查
最小费用最大流问题详解
数据表插入数据insert into
Use of radiobutton
R language ggplot2 visualization: use the ggmapplot function of the ggpubr package to visualize the MA plot (MA-plot), the font.legend parameter and the font.main parameter to set the title and legend
四象限时间管理有多好用?
org.apache.jasperException(could not initialize class org)
Getting Started with TextBlock Control Basic Tools Usage, Get Started
How useful is four-quadrant time management?
ES6 类
R语言ggplot2可视化:使用ggpubr包的ggboxplot函数可视化分组箱图、使用ggpar函数改变图形化参数(caption、添加、修改可视化图像的题注、脚注内容)
Excel快速对齐表格的中姓名(两个字姓名和三个字姓名对齐)
Codeforces Round #796 (Div. 2) (A-D)
使用 GraphiQL 可视化 GraphQL 架构
NC | 中国农大草业学院杨高文组揭示发现多因子干扰会降低土壤微生物多样性的积极效应...
定时器的类型
Female service community product design
做事软件开发-法的重要性所在以及合理结论的认识









