Hello,I hope this message finds you well. We've been encountering blocking errors (Service getProjectById failed. Error code: 400 , Error message: {"errors":[{"error_code":"1400","message":"Problem occured - null"}]}) in the Adobe Developer Console since last week. Specifically, we are unable to add...
Hi Team, I am trying to initialize an app builder project using aio cli commands . After following the initial steps like selecting org , project , template etc when it is trying to bootstrap the project , I am getting an error. recently there has been some changes in my organization and because of...
I implement autocomplete and store the data for it in the state.But there is no way to send direct sql queries to the state.I see that adobe-lib-state is a wrapper around Azure DB Cosmos.As I understand it, it looks like you can write sql queries directly into the cosmos database.Question:The abilit...
I want to implement autocomplete for search using app builder.Does anyone know what is the maximum number of requests I/O Runtime can handle one action in minute?Is it suitable for autocomplete on high-load sites? Regards,Eugene
I'm making a microservice using App builder.And for my logiс I use state const stateLib = require('@adobe/aio-lib-state') ... const state = await stateLib.init() await stateLib.put('key', params, { ttl: -1 }) console.log('state info') ...In order for me to test (since aio-lib-state does not work ...
I want to connect a REST API https://swapi.dev/api/ to API Mesh. My mesh.json looks like this: { "meshConfig": { "sources": [ { "name": "RESTSWAPI", "handler": { "openapi": { "source": "https://swapi.dev/api/" } } } ] } ...
> npx create-adobe-photoshop-api-sdk appNeed to install the following packages:create-adobe-photoshop-api-sdk@0.0.3Ok to proceed? (y) ycreating a Photoshop API SDK Project...Installing dependencies in app...npm install error: Error: Command failed: cd app && npm installnpm WARN deprecated @babel/plu...
i want to integrate payment method to magento 2 eCommerce site using adobe app builder, can any one please let us know is it possible and how to integrate payment method with Magento 2 eCommerce site using adobe app builder. also want to know is it possible or not ?Note: i have already installed pa...
Hello everyone, i want to integrate KCP payment method to magento 2 eCommerce site us adobe app builder, can any one please let us know is it possible and how to integrate payment method with Magento 2 eCommerce site using adobe app builder. and if it is possible then what is path (steps) to impleme...
In AEMaaCS we're able to have dedicated egress IPs set up but for Adobe App Builder Actions that make outbound rest api calls can that also be set? We need to IP whitelist for security reasons.