Error: Unknown Error From API: getaddrinfo ENOTFOUND deploy-service.app-builder.adp.adobe.io | Community
Skip to main content
Level 3
August 26, 2025
Solved

Error: Unknown Error From API: getaddrinfo ENOTFOUND deploy-service.app-builder.adp.adobe.io

  • August 26, 2025
  • 2 replies
  • 481 views

I configured a standalone Appbuilder project successfully, but I get this error when I try to deploy it.

Built 3 action(s) for 'application' ✔ Building web assets for 'application' ✖ Deploying actions for 'application' › Error: Unknown Error From API: getaddrinfo ENOTFOUND deploy-service.app-builder.adp.adobe.io

 

Best answer by rxraj

@shubhamag2 

 

Check your aio CLI version with the command:

aio -v

 

If the version is 11.0.0, you can downgrade to 10.3.4 using the command:

npm install -g @adobe/aio-cli@10.3.4

 

- rxraj

Does this solution work for you? Accept as Correct Reply!

2 replies

rxraj
rxrajAccepted solution
Level 3
August 26, 2025

@shubhamag2 

 

Check your aio CLI version with the command:

aio -v

 

If the version is 11.0.0, you can downgrade to 10.3.4 using the command:

npm install -g @adobe/aio-cli@10.3.4

 

- rxraj

Does this solution work for you? Accept as Correct Reply!

Level 3
August 26, 2025

Yes, I have checked my aio info and downgraded the @adobe/aio-cli

 @adobe/aio-cli@10.3.4

And it's working fine for me

Adobe Employee
September 3, 2025

Thank you for posting this issue @shubhamag2.

 

This report uncovered a gap in the DNS configuration for the "deploy-service.app-builder.adp.adobe.io" endpoint that has since been fixed, so you should be able to upgrade back to the last version of the AIO CLI and not have the same problem again.