I configured the database in application.properties with the spring.datasource.url property, using the DATABASE_URL that I see when running
heroku config
from terminal
I get "Postgresql Driver Claims to not accept JDBC URL" error when running the app from IntelliJ.
Tried solutions in thispost, but none of them helped.