dunglas / dunglas/api-platform-heroku

DATABASE_URL is not available when pushing with app.json

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.