unable to connect to the cloud-hosted flask server #1209
Replies: 3 comments 2 replies
-
The request is not reaching the flask server or the VM at all. I have checked the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Since the infinity calls the api from its own backend server, cors doesn't really matter. No api calls made from infinity to the api directly from browser. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am currently working with Infinity plugin that communicates with the Python Flask server. Everything functions smoothly when both the Flask server and Grafana are running locally, allowing for successful data retrieval from the Flask server.
However, when I attempt to connect to the same Flask server hosted in the cloud, I encounter a 400 Bad Request error, (With warning of 407 Authentication Error message).
Steps to reproduce
I have also ensured that CORS is enabled on the Flask server, but unfortunately, the issue persists.
Sample Data
Version Details:
Additional context
I have also ensured that CORS is enabled on the Flask server, but unfortunately, the issue persists.
Beta Was this translation helpful? Give feedback.
All reactions