trinodb / grafana-trino

The Trino datasource allows to query and visualize Trino data from within Grafana.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetch error: 404 Not Found Instantiating http://localhost:3000/public/plugins/trino-datasource/module.js Loading plugins/trino-datasource/module

raulykoto opened this issue · comments

Got this error when trying docker:
test

Can you give more details on how you're running it?

Im running local:

docker run -d -p 3000:3000
-v "$(pwd):/var/lib/grafana/plugins/trino"
-e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=trino-datasource"
--name=grafana
grafana/grafana-oss

How did you built the plugin?