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

Failed to fetch network ressource - grafana 8.5.0 & button panel v 7.0.23 #74

Open
embedded-iot4me opened this issue Feb 21, 2022 · 1 comment

Comments

@embedded-iot4me
Copy link

I've tried to implement a simple button with a GET request to a http-endpoint in NODERD (local network) and I alway get an error message fron the button panel (Failed to fetch network ressource), that the network ressource cannot be fetched. But this is wrong - in NODERED the request will received correctly. The http endpoint in NODERED simply reply a "http-200" (nothing else). Grafana runs in a container. A fundamental network problem can be excluded, due to the fact, that my other data sources cann be reached without any problems (e.g. a INFLUX DB in an neighbor container and plugin sources in internet)

@gilles380
Copy link

gilles380 commented Mar 10, 2022

Had same issue but investigating with web-inspector, Plugin is running fine
problem (as far as i am concerned) is on the REST server and Cross Origin Resource Sharing
easy to test using uvicorn and fastAPI
did not suceeded using uvicorn and Falcon : could not set Access-Control-Allow-Methods using CORSMiddleware

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

2 participants