79394112

Date: 2025-01-28 14:14:06
Score: 1.5
Natty:
Report link

Yes after hours of troubleshooting with my team we we have to manually bind the IP address over here we tried adding it via both ways IPv4 and IPv6

app.listen((configService.get('SERVER_PORT') | 3000), "0.0.0.0"); -> For IPV4

app.listen((configService.get('SERVER_PORT') | 3000), "::"); -> For IPv6

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Aditya