Hey,
First of all, I really love the idea of using Node.js as a backend in Neutralino. I've been trying to set up a project with Node.js with the project runner and React + Vite.
When I use the npm run command, everything works fine; I can minimize both the frontend and the backend.
However, as soon as I build the app with neu build --clean and open it, the communication stops working, and I receive the following error in the console, which I can't resolve:
[Error] Unhandled Promise Rejection: [object Object]
dispatchException (main.cddd314c.js:2:165360)
(anonymous function) (main.cddd314c.js:2:162374)
i (main.cddd314c.js:2:260)
Thank you, that would help a lot!