Can't deploy: Error ENOTFOUND
See original GitHub issueCan’t deploy this.
I get a cryptic error message saying:
Sun Jul 15 2018 22:19:18 GMT+0000 (UTC) – fetching
> [0] events.js:183
> [0] throw er; // Unhandled 'error' event
> [0] ^
> [0]
> [0] Error: getaddrinfo ENOTFOUND HB1iBOkiV3PKDlmNp2ip5eS1
How to fix this?
Thanks a lot!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Error deploying to App Service Environment
Deploying to an App Service that's running in an ASE. Pipeline is reporting: Error: Failed to fetch Kudu App Settings. Error: Error: getaddrinfo...
Read more >Node.js getaddrinfo ENOTFOUND - Stack Overflow
My issue was that within my nodejs script I was making a request to the wrong url and this error was thrown. –...
Read more >azure devops - Deployment Error: getaddrinfo ENOTFOUND ...
We're using the App Service Environment because the app requires access to resources in our private network (internal API and LDAP servers).
Read more >While trying to deploy functions to Function Apps it failed with ...
getaddrinfo ENOTFOUND means the client was not able to connect to the given address. Can you please confirm if you are making any...
Read more >Help with ENOTFOUND error on first time deploy of Strapi v4
Hi! This is my first time deploying Strapi v4 on render. Combining information from the Strapi on Render deployment guide and the Strapi...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I forgot to meantion that i deleted everything on the slackin.js and only left:
Of course I added the keys into the flags object.
I’m having this same issue. I’ve previously deployed it on Now with no problems but something must have changed since then. If anyone else has ideas on how to get it working again it’d be much appreciated!