Been attempting to get a web app running on Heroku using NodeJS.
Used the provided recipe for setting it up: node-heroku .
However, the app builds correctly on Heroku, but when visiting the app page, it returns an application error.
Tested it with the configuration that I used and base configuration of all config options enabled(BDD & TDD). Still same issue.
Is it an issue with Heroku or the generator?