We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loadMicroApp 加载失败后,再一次执行,并不会重新发起http请求,而是直接报错
暂无
将微应用服务停止 ,使用loadMicroApp 加载微应用,可以得到失败,然后将微应用重启,再次使用loadMicroApp 加载,此时不会发起新的请求,而是报错
The text was updated successfully, but these errors were encountered:
所以,报错是什么,不能再次加载还是加载不到资源?感觉提供个报错信息可能更有利于解决问题。
Sorry, something went wrong.
不能再次发起请求。
我也碰到这个问题,qiankun 官方是否可以考虑优化一下手动加载失败后的重试机制?
你可以配置一个动态entry地址,比如 entry: http://localhost:8080/?timestamp=${new Date().getTime()}
http://localhost:8080/?timestamp=${new Date().getTime()}
这样每次执行loadMicroApp都会重新请求资源,效率将会大大降低
No branches or pull requests
What happens?
loadMicroApp 加载失败后,再一次执行,并不会重新发起http请求,而是直接报错
Mini Showcase Repository(REQUIRED)
暂无
How To Reproduce
将微应用服务停止 ,使用loadMicroApp 加载微应用,可以得到失败,然后将微应用重启,再次使用loadMicroApp 加载,此时不会发起新的请求,而是报错
Context
The text was updated successfully, but these errors were encountered: