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 bo...
I'm trying to integrate Admin UI SDK into our Adobe Commerce instance while following the official docs.While trying to test the integration using the provided sample app, I'm running into the following issue: As a result, I don't see the sample app in the admin section of Adobe Commerce.This is ...
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 ??
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 clou...
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' => ...
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 ...