qodejs
qodejs copied to clipboard
HTTP server running with qode cannot accept incoming connections
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