failed to connect to server - Please try again. If the issue persists please open a support ticket that notes the time in UTC.
I get this error. I am printing data from Python to the Postgresql database with code, but I cannot connect it to the Grafana application.
please post your python code?
Hello @kaganberber,
you use the port 5433 within the datasource configuration within Grafana and the port 5432 within your Python script. Could that be the problem with your connection?


