I got this error since week in my live server when I load some of pages of my web panels it will give me 504 gateway time out and server will give this error:
when I put my server in nodemon and run line this :
nodemon --max_old_space_size=4098 server.js
it will work fine but I have to run my server in forever. I dont getting why my node process is giving this error