Description
On my Windows PC with Chrome v 84.0.4147.105, my 8 gitlab projects display correctly some of the times.
The dashboard also seems to update pipeline information for a brief time, and then stop.
Other times, the page doesn't completely load at all; one or two projects are fetched successfully, but the remainder of the projects fail to load.
I've tried using both the https://gitlab-monitor.timoschwarzer.com/ site as well as running a server from the docker locally using docker run -d -p 9000:80 timoschwarzer/gitlab-monitor
.
My projects are hosted at gitlab.com.
My configuration is as follows:
gitlabApi: https://gitlab.com/api/v4
privateToken: <token with read_api scope>
maxAge: 336
fetchCount: 100
pipelinesOnly: true
autoZoom: true
showPipelineIds: true
showUsers: true
pollingIntervalMultiplier: 0.5
projectVisibility: private
projectScope: groups
projectScopeId:
- <group id 1>
- <group id 2>
- <group id 3>
- <group id 4>
Could you make any recommendations?
How to debug? A preferred browser with version to use?
Is it recommended to run from the source code with additional configuration settings?
Your input is much appreciated.
Thanks.