atmos / heaven

:walking: Rails app for GitHub Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 error page on "/resque" (after OAuth'ing with GitHub)

willdurand opened this issue · comments

Hi!

I have installed heaven on Heroku, and successfully deployed my app using hubot-deploy, and so on. Everything seems to work fine under the hood, however when I first browsed heaven, I got an error telling me that the page did not exist:

screen shot 2015-08-17 at 17 49 52

Heroku logs say the route does not match anything:

ActionController::RoutingError (No route matches [GET] "/resque"):
[...]

Any hints on what happened? I still can't access anything at this URI. Is there any "web view" on heaven?

Thank you!
William

Reinstalling the app solved the issue. Can't explain what happened to be honest..

I've run into that where migrations didn't run and the app wouldn't start, so you'd get an error page like that. Glad you figured it out.

Ah thanks for your input!