-
Notifications
You must be signed in to change notification settings - Fork 3
无法看图问题排查
jsers edited this page Oct 16, 2020
·
5 revisions
首先检查 n9e 版本和 n9e-datasource 版本是否对应正确
1、数据源配置页面点击 Save & Test 按钮后观察屏幕上方的提示
- 提示 Bad Gateway 表示 URL 填写有问题
- 提示 Not Found 表示 URL 填写有问题 (结尾不要带 /)
- 提示 unauthorized 表示 Token 填写有问题
没有问题不会提示任何信息
2、进入大盘图表页面查看网络请求 (Chrome 开发者工具 > network)
查看 /proxy/$id/api/ 开头的请求返回情况
- 无数据返回(res 为空,或是 data 为 null 这类)检查是否正常上报数据,或是当前指标是否有数据
- 返回 unauthorized 同上检查 Token
- 返回 404 HTTP status code 同上检查 URL (结尾不要带 /)