Skip to content

Commit b4a8548

Browse files
authored
feat(website): add Runtime-008 for trouble-shooting chapter (#3418)
1 parent 5f67582 commit b4a8548

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import ErrorCodeTitle from '@components/ErrorCodeTitle';
2+
3+
<ErrorCodeTitle code='RUNTIME-008'/>
4+
5+
## Reasons
6+
7+
Failed to load resource during the runtime process, which may be caused by network instability leading to resource loading timeout failure, or resource address error leading to resource loading failure.
8+
9+
10+
## Solutions
11+
12+
check whether the resource address is correct. If the resource address is correct, check whether the network is stable. If the network is unstable, you can add the retry mechanism, refer to [Runtime Retry Mechanism](en/plugin/plugins/retry-plugin.html).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import ErrorCodeTitle from '@components/ErrorCodeTitle';
2+
3+
<ErrorCodeTitle code='RUNTIME-008'/>
4+
5+
## 原因
6+
7+
Runtime 运行时资源加载失败报错,可能原因为网络不稳定导致资源加载超时失败,或者为资源地址错误导致资源加载失败。
8+
9+
10+
## 解决方法
11+
12+
检查资源地址是否正确,若资源地址正确,检查网络是否稳定。网络不稳定时可增加重试机制,参考 [Runtime 重试机制](zh/plugin/plugins/retry-plugin.html)
13+

0 commit comments

Comments
 (0)