api-platform-heroku
api-platform-heroku copied to clipboard
DATABASE_URL is not available when pushing with app.json
I see that you have a heroku addon on the app.json, but when pushing to heroku, it was saying that DATABASE_URL was not available anyway. So I had to install it with:
heroku addons:create heroku-postgresql:hobby-dev
After that, that error stopped happening.