Pipeline Editor - Checking pipeline status stuck/endless loading

Hello,

we are running GitLab Community Edition 13.12.1 hosted On-Premise. On the Pipeline Editor page for an existing gitlab-ci.yml file the pipeline status check is stuck/endless loading:

grafik

In the browser console I see this error (and some Content Security Policy issues):

Source-Map-Fehler: Error: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Ressourcen-Adresse: https://<url>/assets/webpack/main.<id>.chunk.js
Source-Map-Adresse: main.<id>.chunk.js.map

The syntax of the file is valid and can be displayed/visualized properly. It’s a detached CI/CD pipeline.

Thank you for your help!

Best Regards,

My guess would be that maybe you are using Safari and now run into something maybe fixed with 13.12.3, see Set CSP back to disabled by default (!62961) · Merge requests · GitLab.org / GitLab · GitLab

There are CSP errors in the log, yes. I’m using latest Firefox.

I’m also getting an endless “Checking pipeline status” spinner (been like that for 15+ hours now), except it’s occurring on Gitlab.com when looking at a merge request (from a private repo that I cannot see). I’m also seeing CSP errors in JS console.

Is there a pending fix for Gitlab.com?

Did you understand what was reason?