I am using Node v20.11.0
- Clone the repo.
- Run
npm i. - Run
node index.cjsand open the url, it will crash.
If you run node dist/server/index.cjs and open the url, it will work fine.
Both index.cjs files are added by me as a workaround to allow running ESM with iis-node on Azure on Windows.
It seems to be a path issue trying to locate the client folder when the dist/server/index.mjs is loaded from the root vs directly inside the dist/server path.