The application is starting but the production build is missing or failing to load.
The compiled file ./dist/server.cjs was not found.
Solution: In cPanel/Terminal, run npm run build manually. If it fails with 'Out of memory', try running them separately:
npm run build:clientnpm run build:serverOnce the build process completes, this message will be replaced by your app after a restart.