Javascript not loading due to net::ERR_CONTENT_LENGTH_MISMATCH

后端 未结 5 2076
逝去的感伤
逝去的感伤 2021-01-01 10:26

I\'ve got an app that runs fine locally, but barfs in production. (Classic problem, right?)

In production, the JS isn\'t firing correctly. When I open up the brows

5条回答
  •  -上瘾入骨i
    2021-01-01 11:12

    I had similar issue [crit] 6889#0: *14817 open() "/var/cache/nginx/proxy_temp/3/02/0000000023" failed (13: Permission denied) while reading upstream

    it was because Nginx worker process were not able to access folder /var/cache/nginx/proxy_temp/ - I just changed the folder permissions and everything started working

提交回复
热议问题