Grafana installation problem

Hi, I recently installed grafana fresh on our production system to do some monitoring, Whenever I click on the Data Sources Tab to add a new source, I get a response of " Unable to find application file"

“Grafana has likely been updated. Please try reloading the page.”

Loading chunk 17 failed.

(error: http://prod.domain.com/public/build/DataSourcesListPage.7b506073f46893460c0d.js)

ChunkLoadError: Loading chunk 17 failed.

(error: http://prod.domain.com/public/build/DataSourcesListPage.7b506073f46893460c0d.js)

at Function.i.e (http://prod.domain.com/public/build/runtime.7b506073f46893460c0d.js:1:2101)

at component (http://prod.domain.com/public/build/app.7b506073f46893460c0d.js:2:2681910)

at Object.invoke (http://prod.domain.com/public/build/angular~app.7b506073f46893460c0d.js:2:26451)

at http://prod.domain.com/public/build/vendors~app.7b506073f46893460c0d.js:2:4106939

at Object.x [as forEach] (http://prod.domain.com/public/build/angular~app.7b506073f46893460c0d.js:2:1833)

at w (http://prod.domain.com/public/build/vendors~app.7b506073f46893460c0d.js:2:4106884)

at http://prod.domain.com/public/build/angular~app.7b506073f46893460c0d.js:2:92766

at http://prod.domain.com/public/build/angular~app.7b506073f46893460c0d.js:2:92904

at l.$digest (http://prod.domain.com/public/build/angular~app.7b506073f46893460c0d.js:2:97937)

at l.$apply (http://prod.domain.com/public/build/angular~app.7b506073f46893460c0d.js:2:99942)

I have attempted to restart the grafana server process, Ive refreshed the page and compared my config to the local and I cannot figure out what I did wrong.

I have the same issue, and have not found any solution, except to add into into /conf/provisioning/datasources/datasources.yaml this content:

# config file version

apiVersion: 1

datasources:

  • name: Prometheus
    type: prometheus

    Access mode - proxy (server in the UI) or direct (browser in the UI).

    access: proxy
    url: MY_PROMETHEUS_ENDOINT_URL

This obly helps me to select ‘Prometheus’ datasource into dashboards importing, but continue not allowing me to config a new Datasource in Grafana -Datasources - Config!