You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two different stacks at Heroku at the moment (cedar-14 and heroku-16). The default stack has recently changed to heroku-16. This is sadly not supported by one of our dependencies (ryandotsmith/nginx-buildback).
A work around is the manual change of the used stack with heroku stack:set cedar-14 -a <app_name> before the deploy and after creating the app. You find more Information here ryandotsmith/nginx-buildpack#68
The text was updated successfully, but these errors were encountered:
There are two different stacks at Heroku at the moment (cedar-14 and heroku-16). The default stack has recently changed to heroku-16. This is sadly not supported by one of our dependencies (ryandotsmith/nginx-buildback).
A work around is the manual change of the used stack with
heroku stack:set cedar-14 -a <app_name>
before the deploy and after creating the app. You find more Information here ryandotsmith/nginx-buildpack#68The text was updated successfully, but these errors were encountered: