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.
该文章对您有帮助吗?