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:
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.
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.