api-platform-heroku icon indicating copy to clipboard operation
api-platform-heroku copied to clipboard

DATABASE_URL is not available when pushing with app.json

Open brunoreis opened this issue 7 years ago • 0 comments

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.

brunoreis avatar Jan 05 '18 13:01 brunoreis