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
Solved! Go to Solution.
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!
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!
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