Hello, We encountered an error while deploying the Single Page Application built on the Adobe I/O runtime. Please refer to the following error message: ✔ Built 4 action(s) for 'commerce/backend-ui/1'✔ Building web assets for 'commerce/backend-ui/1'✔ Deployed 5 action(s) for 'commerce/backend-ui/1'✖ ...
Thank you @martinpa The application deployment with the aio-cli@11.0.0 is now functioning correctly for the commerce starter kit. Previously, we encountered 'onboarding-config' context errors along with the "getaddrinfo ENOTFOUND deploy-service.app-builder.adp.adobe.io" error while using the comme...
@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 - rxrajDoes this solution work for you? Accept as Correct Reply!
Additionally, I have another solution to execute actions using the "adobeioruntime.net" domain APIs. Get actions listcurl --location --request GET 'https://adobeioruntime.net/api/v1/namespaces/{name-space-id}/actions' \
--header 'Authorization: Basic xxxxxxxxxx' \
--header 'x-namespace-id: {name-spa...
@parussel We need to execute an action (annotation - require-adobe-auth: true) on-demand from a third-party application. My understanding is that this can be achieved only through the API. Could you please suggest how to use this API? https://developer.adobe.com/app-builder/docs/guides/runtime_guid...
@kopylova Same error in all cases[
{
"message": "must not be null",
"messageTemplate": "{javax.validation.constraints.NotNull.message}",
"path": "RuntimeResource.getActions.arg2",
"invalidValue": null
}
]