-
What Grafana version and what operating system are you using?
- Grafana v12.3.0 (20051fb1fc)
- Windows 11 Enterprise
-
What are you trying to achieve?
- Installing Grafana on a local Windows Machine
-
How are you trying to achieve it?
- Downloaded windows11.msi file and ran install
-
What happened?
- It installed without issue, but when running the console gives errors about the plugins not loading
-
What did you expect to happen?
- Pluggins to load - Especially the PostgreSQL pluggin which it says is installed and is a core pluggin.
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
- When trying to create a data source with the PostgreSQL plugin the UI says the grafana-postgres-datasource failed
- The console has two basic errors repeated many times
:3000/connections/datasources:1 Not allowed to load local resource: file:///C:/Program%20Files/GrafanaLabs/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist
:3000/c:/Program%20Files/GrafanaLabs/grafana/data/plugins/grafana-exploretraces-app.js?_cache=1763661549333:1 Failed to load resource: the server responded with a status of 404 (Not Found)
hook.js:608 Error: Could not load plugin
at importPluginModule.ts:70:17
at async _n (pluginImporter.ts:94:25)
at async cn (pluginPreloader.ts:43:5)
at async Promise.all (:3000/index 0)
at async Vt (pluginPreloader.ts:35:3)Caused by: Error: 404 Not Found, loading http://127.0.0.1:3000/c:/Program Files/GrafanaLabs/grafana/data/plugins/grafana-exploretraces-app.js?_cache=1763661549333 (SystemJS Error#7 https://github.com/systemjs/systemjs/blob/main/docs/errors.md#7)
at system.js:706:15
at async _n (pluginImporter.ts:94:25)
at async cn (pluginPreloader.ts:43:5)
at async Promise.all (:3000/index 0)
at async Vt (pluginPreloader.ts:35:3)
I’ve searched and tried every resource that is available to figure this out. No luck so far.