mozilla / mattermost-heroku

Run mattermost on Heroku with an Nginx reverse proxy
MIT License
44 stars 39 forks source link

Deploy to Heroku broken #8

Open kristofer opened 7 years ago

kristofer commented 7 years ago

with the commit to "add nginx-heroku-16"

I get this when I try to run the deploy to heroku page at https://dashboard.heroku.com/new?button-url=https%3A%2F%2Fchrisdecairos.ca%2Fdeploying-mattermost-to-heroku%2F&template=https%3A%2F%2Fgithub.com%2Fmozilla%2Fmattermost-heroku%2Ftree%2F1.0.3

-----> nginx-buildpack app detected
cp: cannot stat 'bin/nginx-heroku-16': No such file or directory
 !     Push rejected, failed to compile nginx-buildpack app.
 !     Push failed

anything I can do to fix?

kristofer commented 7 years ago

I tried to change the MM v to 3.8.2, but still no go.

jamesfacts commented 7 years ago

I ran into the same issue today, too. Following along in case a solution appears

PandaWhoCodes commented 7 years ago

same problem faced

ghost commented 7 years ago

@PandaWhoCodes @jamesfacts @kristofer

Looks like the link on chrisdecairos' blog is set on using an older branch and i'm guessing that branch isn't up-to-snuff with the current heroku deploy. I just modified the link to use the current master and it's working for me.

https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2Fmozilla%2Fmattermost-heroku

PandaWhoCodes commented 6 years ago

thanks

felixvd commented 6 years ago

You can also click the link on this repo with the correct branch checked out

However, even though using either the latest official version or master builds and deploys on Heroku, trying to view the app gives me a 502 Bad Gateway error. Anyone know how to fix this? Is there a setup required in Heroku?

Tomoli75 commented 6 years ago

ping Still got same problem as above