What problem determination steps can I take to diagnose webpack connection problems in node.js?

71 views Asked by At

I have a server process (LeanIX reporting dev server) that I want to run on Codeanywhere using node.js. The server process is based on webpack-dev-server. I can run webpack-dev-server directly and everything works correctly but when I run the wrapper it fails. The code for the wrapper is here:

https://github.com/leanix/leanix-reporting-cli/blob/develop/src/dev-starter.ts

however I am stuck as to how the wrapper process changes the execution of webpack-dev-server so that codeanywhere refuses to connect. Can anyone more experienced in node.js than I suggest somewhere to look next to try and diagnose the issue?

0

There are 0 answers