Just tried to install NodeBB on my Heroku according to https://github.com/designcreateplay/NodeBB/wiki/Installing-NodeBB-on-Heroku
But it shows no menu but the nav bar on the top. (as picture below)
https://www.dropbox.com/s/c3brgxm618hgc6z/Screenshot 2013-11-17 08.08.24.png
And Heroku server didn't show any error (logs below).
2013-11-17T06:54:24.423980+00:00 heroku[router]: at=info method=GET path=/login host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=415ms status=304 bytes=0
2013-11-17T06:54:24.577149+00:00 heroku[router]: at=info method=GET path=/socket.io/1/websocket/Z4bsM5e7b45VRwOg1C3Y host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=0ms service=2545ms status=101 bytes=480
2013-11-17T06:54:24.819534+00:00 heroku[router]: at=info method=GET path=/plugins/nodebb-plugin-mentions/style.css host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=208ms status=304 bytes=0
2013-11-17T06:54:24.630372+00:00 heroku[router]: at=info method=GET path=/socket.io/socket.io.js host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=6ms status=200 bytes=97204
2013-11-17T06:54:24.896969+00:00 heroku[router]: at=info method=GET path=/css/theme.css host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=211ms status=304 bytes=0
2013-11-17T06:54:24.830132+00:00 heroku[router]: at=info method=GET path=/plugins/nodebb-plugin-markdown/css/default.css host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=207ms status=304 bytes=0
2013-11-17T06:54:24.814526+00:00 heroku[router]: at=info method=GET path=/vendor/bootstrap/css/bootstrap.min.css host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=3ms service=209ms status=304 bytes=0
2013-11-17T06:54:24.811802+00:00 heroku[router]: at=info method=GET path=/vendor/fontawesome/css/font-awesome.min.css host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=208ms status=304 bytes=0
2013-11-17T06:54:25.174751+00:00 heroku[router]: at=info method=GET path=/src/nodebb.min.js host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=209ms status=304 bytes=0
2013-11-17T06:54:25.602758+00:00 heroku[router]: at=info method=GET path=/api/config host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=210ms status=200 bytes=163
2013-11-17T06:54:25.789764+00:00 heroku[router]: at=info method=GET path=/socket.io/1/?t=1384671265685 host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=0ms service=1ms status=200 bytes=85
2013-11-17T06:54:26.047090+00:00 heroku[router]: at=info method=GET path=/src/forum/footer.js host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=0ms service=209ms status=304 bytes=0
2013-11-17T06:54:26.009094+00:00 heroku[router]: at=info method=GET path=/api/get_templates_listing host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=0ms service=210ms status=200 bytes=363
2013-11-17T06:54:26.005115+00:00 heroku[router]: at=info method=GET path=/templates/config.json host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=0ms service=209ms status=302 bytes=74
2013-11-17T06:54:26.382887+00:00 heroku[router]: at=info method=GET path=/src/modules/mobileMenu.js host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=207ms status=304 bytes=0
2013-11-17T06:54:26.564555+00:00 heroku[router]: at=info method=GET path=/404 host=tw-berlin.herokuapp.com fwd="92.225.90.217" dyno=web.1 connect=1ms service=417ms status=404 bytes=2414
But it runs very well on my local machine. Don't know what's the problem.