cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Grafana v8.3.x: "NetworkError when attempting to fetch resource." #73

Open anirudh-ramesh opened 2 years ago

anirudh-ramesh commented 2 years ago
gilles380 commented 2 years ago

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