2 years ago
Since last week or so the Postgres data visualization stopped working. It was super comfy to use, but now each time I access it it stays forever in this spinner, and nothing shows.
The variables: DATABASE_PRIVATE_URL and DATABASE_URL are still there, the same as they've always been.
I had to go back to using another software to connect to the DB, but it would be more comfortable if I could get this to work again.
11 Replies
2 years ago
can you connect to it via your application?
Yeap, the deployed app connects to it with no issues. I can also connect to it through my IDE to see everything inside it
2 years ago
strange, I'll check it out when I'm back at my computer
2 years ago
the variables on the database are a little messed up
2 years ago
the data tab uses them to connect to the database
2 years ago
DATABASE_URL, PGHOST, POSTGRES_HOST
would you like me to fix?