Error when running rails app - ExecJS::RuntimeError

后端 未结 6 799
深忆病人
深忆病人 2020-11-29 11:07

I tried googling this and I haven\'t found an answer yet to my problem.

I am trying to run a simple controller script through rails and it is giving me this error wh

6条回答
  •  粉色の甜心
    2020-11-29 11:45

    If you are having this problem in production server this might be due to memory usage. while doing assets precompilation server use lot of memory.

    consider restarting your production server. 
    

提交回复
热议问题