{"id":25,"hash":"bd936eeeda0c699a9141727d39f1627bb2ac882f27d3ae7b85839676869ec1ca","pattern":"Error: listen EADDRNOTAVAIL","full_message":"Error: listen EADDRNOTAVAIL: address not available","ecosystem":null,"package_name":null,"package_version":null,"solution":"The interface/IP you asked to bind doesn't exist on this host.\n1. Bind to 0.0.0.0 to listen on all interfaces: `app.listen(port, '0.0.0.0')`.\n2. Check the IP exists: `ip addr show` / `ifconfig`.\n3. In Docker, you cannot bind to the host's LAN IP from inside a container — bind to 0.0.0.0 and map ports with `-p`.","confidence":0.88,"source":"internal","source_url":null,"votes":14,"created_at":"2026-04-19T03:24:37.005022+00:00","updated_at":"2026-04-19T03:25:24.791384+00:00"}