What could cause the purple loading bar to get stuck?

Knowledge Drop

Last tested: Apr 24, 2020
 

This is probably either due to an intermittent outage on the load balancer, or because an incomplete Javascript chunk has been cached on the browser.

The only network requests that are sent while that loading bar is animating are for fetching the JS code that's responsible for things like rendering UI elements and visualizations (these are the "chunks" that you see in the network tab as a page loads). Therefore if fetching the chunks goes wrong somehow, you could get stuck on that page with the loading bar partially filled.

Possible solutions to this are basically to bust the browser cache: hard refresh of the browser (cmd+shift+r) or enable the CDN, which will pull new resources since they'll be coming from a new URL.

This content is subject to limited support.                

Version history
Last update:
‎07-07-2021 12:49 PM
Updated by: