Node server cannot be automatically configured to http server ip address

set up a http server with node and listen on port 8082. Using the ip address of http://192.168.43.11:8082/xxx/xxxx.index( LAN dhcp) for remote debugging using native app (which has been ruled out as an app or mobile phone problem), you can request the page title, but none of the static resources below can be requested. Change the address to http://192.18.38.1:8082/xxx/xxx.index( native ip address) remote debugging appears 404.
later wrote the ip address dead in the project"s address request before it could be accessed properly during remote debugging.
what is the problem?

Apr.25,2021

listen on 0.0.0.0

Menu