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
Hello,
when choosing "unicorn" as application server will result in a 502 error when going on page localhost:8080. Found the reason: unicorn was not in the Gemfile and is launch with "bundle exec unicorn".
We may force this gem in Gemfile, or display a message.. don't know what's best.
The text was updated successfully, but these errors were encountered:
Hello,
when choosing "unicorn" as application server will result in a 502 error when going on page localhost:8080. Found the reason: unicorn was not in the Gemfile and is launch with "bundle exec unicorn".
We may force this gem in Gemfile, or display a message.. don't know what's best.
The text was updated successfully, but these errors were encountered: