I'm trying to push my application to Heroku using Django, however when I run heroku addons:create heroku-postgresql:hobby-dev -a (appname)
it gives me this error:
Couldn't find either the add-on service or the add-on plan of "heroku-postgresql:hobby-dev".
!I have also checked that the free version was changed from November 28th, 2022. Is there any other Database add-ons that is reliable so I can use to deploy my app on Heroku. Any suggestions?