-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
Description
I am running an express server on AWS Fargate using the node:10.13.0-alpine
image.
A few days ago we had an instance crash, and I found this error in its logs:
Error: getaddrinfo EAI_AGAIN ****.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:57:26)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! project@1.5.2 start:js: `cd out; node app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the project@1.5.2 start:js script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-04-27T11_17_16_680Z-debug.log
Looking online this seems like an alpine issue, but I am not sure, and I am not sure that this is where to fix it, but I was hoping at least for tips on how to fix it for my instance...
Thanks!
cesco69, pbsf, yujintang, SimonSimCity, okonon and 17 more