ERR_MODULE_NOT_FOUND after 1.36 --> 1.39 upgrade
vite build --mode production)and deploy the application I now receive this:Sure enough,
server.js does not exist. In my src directory I have kept the server.ts, client.ts and start.tsx. If I remove them, I still have the error. (start.tsx is required as it has my clerk middleware)
If I run:
vite dev this still works. I checked the change log and I didn't see anything that might cause this. Maybe I missed something. Are there any known issues or changes which might cause this?
many thanks
JT