Error with deploy Chatwoot in Heroku: Free dynos are no longer available

485 Views Asked by At

The following error appears, but I am already subscribed to an Eco subscription:

Run scripts & scale dynos Error scaling dynos: Free dynos are no longer available. Subscribe to Eco to get your app running. Learn more at https://blog.heroku.com/new-low-cost-plans

Deploy my app on Heroku

1

There are 1 best solutions below

0
On

Chatwoot v2.12.0 contains an updated Procfile which uses basic dynos instead of FREE ones. Deploying the newer version should fix the error for you.

ref: https://github.com/chatwoot/chatwoot/pull/5349