qodejs icon indicating copy to clipboard operation
qodejs copied to clipboard

HTTP server running with qode cannot accept incoming connections

Open yijiasu opened this issue 1 year ago • 0 comments

Version

No response

Platform

macOS

Subsystem

No response

What steps will reproduce the bug?

Run this with Qode environment: require('http').createServer(function (req, res) { res.end('OK'); }).listen(3000);

The http server can accept local connections but not connections from other computer inside the same LAN. If we run with node instead of qode, this http server can accept all connections.

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior?

No response

What do you see instead?

HTTP connections from external IPs are not accepted

Additional information

No response

yijiasu avatar Nov 22 '23 11:11 yijiasu