Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nguyenthanhlong98 opened this issue May 16, 2022 · 4 comments

Comments

@nguyenthanhlong98
Copy link

nguyenthanhlong98 commented May 16, 2022

No description provided.

@nguyenthanhlong98
Copy link
Author

package.jon
{
"name": "trino-datasource",
"version": "1.0.0",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch"
},
"author": {
"name": "Starburst Data",
"url": "https://www.starburst.io/"
},
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "8.5.1",
"@grafana/runtime": "8.5.1",
"@grafana/toolkit": "8.5.1",
"@grafana/ui": "8.5.1",
"@types/lodash": "4.14.182"
},
"resolutions": {
"rxjs": "7.5.5"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@grafana/aws-sdk": "^0.0.35"
}
}
Screenshot from 2022-05-16 16-27-12

@MariusMiricaBE
Copy link

@nguyenthanhlong98 Did you fixed it? I'm having the same issue.

@nguyenthanhlong98
Copy link
Author

@nguyenthanhlong98 Did you fixed it? I'm having the same issue.

follow repo on github step in step
importance "mage -v" and run config trino grafana ip of pc(192.168....:8080). No (localhost):8080
https://golangexample.com/the-trino-datasource-allows-to-query-and-visualize-trino-data-from-within-grafana/

@Ansonator
Copy link

I ran into this same error. For me, it was because I had manually installed the repo to /var/lib/grafana/plugins/trino. It worked after I installed it at /var/lib/grafana/plugins/trino-datasource/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants