cayter
cayter
Agree. Just wondering if the project has any roadmap to hit?
Refer to [this](https://x.com/cayt3r/status/1805063314839675207). The snippets should be added to the very start of the server entry file.
The snippet makes sure that your nodejs process doesn't crash in case you have code that doesn't handle error properly. As for fixing the error you are facing, it's hard...
> @cayter this snippets did not solve the problem. > > I added code in the shared snippet in entry.server.tsx and the issue still persists Any chance you can show...
**Root Cause** `remix-serve` is expecting **3rd argument** as the build path from the terminal but PM2 executes in the terminal with the build path being **4th argument** which leads to...
> Also, I am wondering how it works in fork but not in cluster mode. Fork mode doesn't hijack the build path in 3rd argument that `remix-serve` is expecting. >...
@prudhvi-tg I assume the issue is resolved? If yes, please close it. Thanks.
Oh noted thx a lot!