Failed to load script resources.

  • Error Code: RUNTIME-008

Reasons

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.

Solutions

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.

ON THIS PAGE