Open feldi-online opened 7 years ago
Hi, So how do I set this up with the heroku one click install?
Thanks for the hint, I adjusted the app.json file and added the old stack there. Now the one-click deploy button works again.
Any chance this can be fixed again?
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 https://github.com/ryandotsmith/nginx-buildpack/issues/68