Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi all, please help me 🙂 1) I created an event as in the documentation:bin/magento events:info plugin.magento.catalog.api.category_repository.save bin/magento events:subscribe observer.catalog_category_save_after --fields=entity_id --fields=parent_id cat app/etc/config.php ... 'io_events' => [ 'observer.catalog_category_save_after' => [ 'fields' => [ 'entity_id', 'parent_id' ], 'enabled' => 1 ] ] ...2) Next, according to the documentation, I connected the event 3) In the event_data table I see that status = 1, which means that the event has been sent 4) In system.logreport.INFO: Event data batch of 1 events was successfully published. [] []5) xDebug receives a response that the event was sent successfully. 6) But it doesn't come to my microservice and I can't get it in the Event Browser tab. Questions:1) Why the event does not come to t
<panel jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/multifield" composite="{Boolean}true" fieldLabel="Panels"> <field jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/container" name="./panels"> <items jcr:primaryType="nt:unstructured"> <column jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/container"> <items jcr:primaryType="nt:unstructured"> <accordianIcon jcr:primaryType="nt:unstructured" sling:resourceType="/libs/granite/ui/components/coral/foundation/form/pathfield" fieldDescription="icon to be displayed for expand/collapse option" fieldLabel="Accordi
I have a requirement where I am supposed to get all the products from my PIM system and get the details of all the images used from AEM asset.Then use that information in AEM Asset.To fetch all the necessary product details i have to send thousand requests and it takes approximately 12 minutes. I created an app using app builder but it just does'nt work after 10k products.As far as I can think The limitation of 600000ms timeout for action is the issue. Is there a way i can execute this? or any different type of app builder service which will be beneficial in such use case?
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 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 ability to write SQL queries for '@adobe/aio-lib-state' is not implemented because they won't work?Or are they not implemented, but if you write directly (state?._cosmos?.container?.items) queries, will it work? Regards,Eugene
Hi, OpenWhisk normally supports creating functions with a custom Docker image, and a zip file containing the binary to execute.However we couldn't find any reference to the ability to create such functions in Adobe I/O Runtime's Functions offering.Do you confirm that this is impossible with Adobe ?Thanks in advance for the help
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.
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 payment extensions on Magento 2 eCommerce site but now i want to replace it as integrate with Adobe app builder.
We would like to use App Builder / API Mesh to supply data to a traditional Magento instance.For security reasons, we would like to pass data via a JWT. Want to ensure the tools have the capability to encode/decode?We would like to understand the caching capabilities - do App Builder and API Mesh both have the ability to cache?
I created a new workspace and it has a runtime added to it. Then i deploy into this runtime (with aio app deploy and the correct AIO_runtime_namespace and auth env variable). There is an action defined in the code, and the action also works correctly in the cloud runtime, but there aren't any actions showing up in the Developer Console. Is this a bug in the Developer Console or am I doing something wrong? See the attached screenshots.
I've developed a illustrator cep extension for my client and now i want to distribute it to my client as a installer for windows. How can i achieve this ??
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 that we don't have admin access . So I don't have access to this default user folder but somehow this process is trying to scan this folder not sure why . Although I am trying to generate the project under C:\App_builder_projects folder and my local user folder is also different than default user folder. It used to work previously when I had admin access and I had build one app for custom asset compute worker but now it is not working .
Hello, I'm trying to configure text compression within Adobe commerce cloud.I see many topics online that suggest the way to this in commerce (magento2) is to enable text compression on the apache server via the .htaccess file.I understand that you cannot edit this file directly on the commerce cloud platform, can anyone explain how I am supposed to make the changes required to enable text compression? Is it possible to add some configuration via the magento.app.yaml configuration file? I don't see any information at all about this really on the adobe documentation, other than this: Web property | Adobe Commerce but it looks very limiting as to what you can add.
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 new Adobe App Builder projects, and adding new workspaces to existing projects is also not possible. Attached are screenshots for your reference. Could you please assist us with resolving this issue?
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/" } } } ] } } But I get this error message:Your mesh errored out with the following error. Building Mesh with config: /usr/src/node-app/8ab88e57-f4dd-42a2-b6b1-c82e5b219704💡 🕸️️ Mesh Cleaning existing artifacts💡 🕸️️ Mesh Reading the configuration💡 🕸️️ Mesh Generating the unified schema💡 🕸️️ Mesh - RESTSWAPI Dereferencing the bundle💡 🕸️️ Mesh - RESTSWAPI Creating the GraphQL Schema from dereferenced schema💥 🕸️️ Mesh - RESTSWAPI Failed to generate the schema Error: The visitor result should be a SchemaCompose
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 locally), I deployed the applicationaio app deployNext, I send a request to the microservice and receive the following error: 2023-11-24T17:19:17.970Z stdout: AioCoreSDKError [TvmLibError]: [TvmLib:ERROR_BAD_ARGUMENT] "ow.auth" is required at new <anonymous> (/nodejsAction/cfE17S6i/index.js:17263:9) at new TvmClient (/nodejsAction/cfE17S6i/index.js:18319:19) at Function.init (/nodejsAction/cfE17S6i/index.js:18382:12) at Object.init (/nodejsAction/cfE17S6i/index.js:23832:27) at NodeActionRunner.main [as userScriptMain] (/nodejsAction/cfE17S6i/index.js:266164:31) at /nodejsAction/services/runner.js:111:45 at new Promise (<anonymous>)
> 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 @1649177/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @1649177/plugin-transform-unicode-property-regex instead.npm WARN deprecated @1649177/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @1649177/plugin-transform-private-property-in-object instead.npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and
I need to install WKND Site in AEMaaCS so I downloaded the packages from https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4 and tried to install through package manager but I ended up with "Package (or it's subpackage(s)) contains application content which isn't supported at runtime". Looks like it is not possible to to install mutable content. I think it will allow to deploy through cloud manager but I dont have want to create a new repo for just installing WKND. Can I embed this WKND and deploy on the same code repo ? Any other option available to install WKND Site on AEMaaCS?
Will there be any billing associated for testing postman API calls after AEP authentication. We have a company sandbox , so please let us know till how many request we can make.
Just wondering if its possible to use NextJS in place of React with app builder.
hi there, App Builder is only for Adobe Commerce cloud? or it is available for Adobe commerce (magento edition) as well?
I'm building extension for illustrator, i face issues in debugging. for javascript code, i use breakpoints for debugging in vscode using the extendscript extension. but, the problem is with the html code. when i open first time the extension in illustrator, it works fine, but as soon as i change the content of the html, it is not reflected on the extension even after reopening the extension in illustrator. when i reopen illustrator completely, it works fine. is their any kind of cache issues? can anyone please guide me?
App Builder Env missing AIO_runtime_auth='' AIO_runtime_namespace='' details if project is using React Spectrum template but it is not if using HTML 5 template why ?
We are building an App Builder project utilizing a headless React single page application and because its single page routing occurs client side which causes a 404 error when the page is refreshed because the server does not know the route. Typically this is handled by changing the server config to always point to the index file of the React app but how do we handle this with App Builder?
When looking for an answer to this question, I've only seen recommendations for how you should manage the use of third party databases. Is there an database offering included with App Builder?@sarahxxu
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.