Expand my Community achievements bar.

SOLVED

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

Avatar

Level 4

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

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

@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!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

@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!

Avatar

Level 4

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