Blank page on Heroku - mean.js angular app

社会主义新天地 提交于 2019-12-03 03:17:20

OK, I feel stupid.

It took me a while to realize that while my mean.js app is running in production mode, none of the client side javascript got loaded.

It turns out I needed to run grunt build (it's in the mean.js manual).

RTFM :-)

Go into the App settings from Heroku dashboard.

Go to Config Vars

Change Production to Development.

Remember, you have to run npm install as well as bower install

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!