OneCompiler

Heroku error - The cedar-14 stack end-of life window has begun as of May 1st, 2019

NodeJS Heroku app started giving following error

The cedar-14 stack end-of life window has begun as of May 1st, 2019
You have 1 personal app that is still using the cedar-14 stack, for which the end of life window has begun as of May 1st, 2019. 
Beginning May 1st, 2020, the cedar-14 stack will no longer receive security updates and builds will be disabled for apps running on the cedar-14 stack. Please update your apps to use the latest Heroku stack.

1 Answer

6 years ago by

1. Upgrading from heroku cli

Upgrade your application using heroku cli. Run the following command to upgrade to latest stack i.e heroku-18

heroku stack:set heroku-18 -a <app name>

2. Upgrading from heroku dashboard

You can goto Heroku Dashboard > Your application > Settings > Info. And follow the steps as per below to upgrade.

6 years ago by Karthik Divi