Expressjs not loading stylesheets on heroku, giving 500 error

后端 未结 3 1144
说谎
说谎 2021-01-01 04:20

I\'m running an Expressjs installation on heroku, and it\'s not loading the stylesheets.

I hit ctrl+u and then click on the stylesheet link, and get this error:

3条回答
  •  一整个雨季
    2021-01-01 04:49

    I found the answer! you got a wrong runtime of the application push to the cloud you can do this

    vmc push yourappname --runtime node08
    

    i hope i can help you

提交回复
热议问题