ucfopen / UDOIT

The Universal Design Online content Inspection Tool, or UDOIT (pronounced, “You Do It”) enables faculty to identify accessibility issues in their Learning Management System. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.
GNU General Public License v3.0
108 stars 65 forks source link

Heroku deploy no longer works after Heroku discontinued PostgreSQL hobby-basic plan #876

Closed zqian closed 1 year ago

zqian commented 1 year ago

The app.json contains the following setting for Heroku PostgreSQL:

"addons": [ "heroku-postgresql:hobby-basic" ],

Now that the hobby-basic plan is discontinues, one will get the following error message:

Configure environment
There was an issue setting up your app environment.

invalid app.json
The heroku-postgresql:hobby-dev plan is no longer available. Choose a different plan. See all available plans in the Elements Marketplace at elements.heroku.com.
zqian commented 1 year ago

Created a Pull Request: PR #877