Sinatra webapp gets Heroku error H14
in heroku logs I get:
2013-09-08T01:54:38.738601+00:00 heroku[router]: at=error code=H14
desc="No web
processes running" method=GET path=/favicon.ico
host=[myappname].herokuapp.com fwd
="24.xx.xx.xxx" dyno= connect= service= status=503 bytes=
but my Procfile is:
web: bundle exec ruby web.rb -p 80
and my Gemfile is:
source 'https://rubygems.org'
gem 'sinatra'
which seems to be correct.
Possible sources of error that I've checked:
Procfile and Gemfile are named correctly
The app runs locally
No comments:
Post a Comment