While network is not good(not good, but not bad), sometimes my cuba web stop loading.
While use F12 debugging, the network activity stopped at loading app/VAADIN/widgetsets/com.tcx.toolkit.ui.AppWidgetSet/AEF9AA9146FC9FBB14CA3DE2A78BDB29.cache.js
Steps:
- open the url and login : https://devcm.iccloudy.com:8451/dttest/#!
(login / pass:
13813813888 / abc138138
) - web loading, but no pages displays, after a while, the web debug console reports a ERR_CONNECTION_RESET message.
web activity stops at loading AEF9AA9146FC9FBB14CA3DE2A78BDB29.cache.js:
- open the url in a new tab, web loaded correctly. the AEF9AA9146FC9FBB14CA3DE2A78BDB29.cache.js loaded from local disk.
This happens sometimes while network is not good, not reproduce always.
content in the server webapps/app/VAADIN/widgetsets/com.tcx.toolkit.ui.AppWidgetSet:
Any ideas about how to solve this issue?