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