Fix an infinite loop during application setup

更新时间:
复制 MD 格式

An infinite loop can cause the application setup to freeze.

Cause

The designer freezes because a page redirect is configured in an autorun integration or mount script, or because a function is called recursively.

Solution

Add static=true to the designer URL to prevent the autorun logic from executing.

For example:

https://mobinext.console.aliyun.com/172075209724044/app/173984421025912

To access the service, use

https://mobinext.console.aliyun.com/172075209724044/app/173984421025912?static=true

To restore normal behavior, remove the static parameter and refresh the page.