You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand from the Heroku documentation, I should be able to access the database locally with no configuration updates to this project as long as I export the datasource (explained here: https://devcenter.heroku.com/articles/heroku-postgresql#local-setup), which I did.
However, I'm getting this error when trying to access localhost:5000/db.html in this project:
dataSource or dataSourceClassName or jdbcUrl is required
Is there additional configuration required to get this to work locally? It works fine once it's deployed to Heroku remotely.