Skip to content

Known Issues

Bogdan Ciobanu edited this page Sep 24, 2020 · 1 revision

Bogged down page loading, or stylesheet crashing in developer console

The problem is described in issue #110. The GCP Appengine instance gets overencumbered with serviced instances of the application, which leads to very slow loading times, and at the extreme even crashes the front end completely. The error log looks like this:Could not load content for https://llvm-build-dashboard.ey.r.appspot.com/style.b4c35f0a.css.map:right, where the style.*.css.map is generated locally when building the front end. It is not currently known what causes this error, and no references were found online for it (it might be worth filing a bug for the GCP team here).

The solution is to either automatically remove previous versions of the application, or manually remove them through the GCP Appengine dashboard, or by gcloud app versions list/delete.