Deployment Error

All the system needs to do is run

cd src/server && npm i && node index.js

or if it runs on windows

cd src/server; npm i; node index.js

I have tried many things such as setting directory to src/server, setting forwarded port to 3000, but nothing is working :stuck_out_tongue:
If somebody could help me it would be well appreciated!

Hi @John_Hoe :wave:

Do you have any error logs?