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'✖ ...
Hello,I'm trying to connect my Storefront with my Adobe Commerce PaaS instance (with Live Search), so I'm trying to install the sources CommerceCatalogServiceGraph and CommerceCoreGraph to my API MESH. However, when I try to install, I receive the following errors: User does not belong to the organi...
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-buil...
I have merged the Commerce Starter Kit with custom Admin UI code. When I run the aio app build, it is completed successfully, but when I run the aio app deploy, I get the following error:Deploying web assets for 'commerce/backend-ui/2' Error: missing files in /home/user/Documents/App-Builder/Publish...
Hello, We are encountering an error after upgrading the aio-cli version from 10.3.4 to 11.0.0.The current Node.js version is node-v20.18.0. Error message:› Error: [IMSSDK:CONTEXT_NOT_CONFIGURED] IMS context 'onboarding-config' is not configured After reverting to aio-cli version 10.3.4, the aio co...
Hello, We are encountering an error while retrieving the list of deployed actions on Adobe I/O Runtime. Please refer to the following cURL request as an example.curl --location --request GET 'https://api.adobe.io/runtime/namespaces/xxxxxxxxx@AdobeOrg/oauth-sever-to-server-clientKey/actions' \ --head...
Hello, During development, I encountered an error related to the @adobe/uix-core package. Below are the details of the error.tunnel.ts:268 Uncaught (in promise) Error: Timed out waiting for initial response from parent after 20000ms at tunnel.ts:268:9 We have implemented a fix in the ExtensionRe...
I have set up a cron-based alarm trigger for my action as follows:category-erp:license: Apache-2.0actions:$include: ./actions/category/erp/actions.config.yamltriggers:eachMidNight:feed: /whisk.system/alarms/alarminputs:cron: 0 0 * * *timezone: ISTrules:nscategorysync:trigger: eachMidNightaction: cat...
I have developed an app using Adobe I/O Starter Kit version 2, integrated with Adobe Commerce. I’ve noticed that Starter Kit v3.0 now supports several enhancements, including the ability to configure multiple apps with the same Adobe Commerce instance.I’m looking to upgrade my existing app from v2 t...
Hi, I'm currently trying to set up deployment of an API Mesh application via Bitbucket Pipelines.I know that there is an existing GitHub actions workflow, but I cannot use GitHub at this point. I have tried to copy most of the steps from the GitHub actions workflow, but I am getting an error.Rather...