-
Bug
-
Resolution: Duplicate
-
Major
-
1.1.0-beta-9
Jenkins 2.46
It has been observed that if BlueOcean fails to load a bundle then no error is shown to the user and they are left with a white screen.
This is a bad experience - at least a simple javascript.alert("Ooops, something went wrong") or something more advnaced should be shown to the user. (Users should not have to go to their javascript console to work out that something is wrong).
The case in point our VPN was having some transient DNS issues so that blueocean.js was loaded correctly but a message bundle was not. No error was shown to the user.
Other reasons for failed HTTP gets could be transient network issues, proxy denying the request for a reason (proxy restarting) etc etc...
- duplicates
-
JENKINS-40980 Slow connections can cause module loading to time out
- Open