Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I am writing a runtime webaction that ingests assets into AEM and updates content fragments. So I prepared a mock.json with 5000 asset inputs, call the webaction from Postman. This triggers async function that ll read mock.json, and executes for each asset. I was able to test successfully for ~2000 assets. But observing exactly after 2.5 seconds, the runtime action closes automatically. Node action stops. So the assets waiting after 2.5 seconds, fail to ingest into AEM. Is there any documentation for max time that runtime actions can stay alive? How to increase? Or we should use whisk alarm and run periodic cron through non-web action instead of triggering as web action?
Hello Developers, I am going through documentation and all on Adobe I/O but unable to get anything concrete which will help to write production ready codes.Can you please help me with below:Difference b/w "Adobe I/O" and "Adobe I/O Runtime" and "App Builder" ? What is the use case of each?How to get started setting up a project in VSCode and start developing my code from scratch?How to debug the code and see logs? The steps in link are never getting me to any breakpoint whatsoever operation I try.Note: I am using WSK CLI way for any commands.Thanks in Advance!
Hi,Using these instructions ( https://developer.adobe.com/app-builder/docs/getting_started/first_app/ ) , we created hello world app and trying use ES6 library ( https://www.npmjs.com/package/critical ) but import is failing tried by creating .mjs file as ( index.mjs ) import {generate} from 'critical'export default function (params) { return { statusCode: 200, headers: { 'Content-Type': 'application/json' }, body: { LOG_LEVEL: params.LOG_LEVEL, message: 'this is a test message' } }}Really blocked with next steps. Thanks in advance.
I'm currently trying to fix our sensei magento storefront events that use @61380/aem-core-cif-react-components. We were told to follow the schemas in commerce-events github below.https://github.com/adobe/commerce-events/blob/main/examples/events/add-to-cart.md I'm implementing a custom useAddToCartEvent that doesn't really deviate from their cif core react component and cif core components. I've noticed that the current version of @61380/aem-core-cif-react-components does not include all of the necessary fields to set the context of the shopping cart and publish the add to cart event. Link to the current version of useAddToCartEvent.js.https://github.com/adobe/aem-core-cif-components/blob/master/react-components/src/talons/Cart/useAddToCartEvent.js We were told that we are missing the topLevelSku and a few other fields. I noticed that in their version, the fields that are required in the schemas are not there. The cart item id is missing and I'
Hi, A few weeks ago I published a new library to production that later on was reverted to a previous version due to some incompatibilities that were found. Now, I have added a new library to start testing a few new changes in the development and staging environment. But when I try to publish the rules to development I can see the build is not successful. I don't know if it is something related to reverting the last library, but I would like to know so I can keep working on later updates for the property. Please, let me know if you need more information. Thanks.
Whenever I click "Go to Advance Reporting" it redirect to But this will work perfectly on staging server.
I have some configurable products with up to 100 simple products. Since my last upgrade, I have been unable to add any more simple products to any configurable with more than a few hundred existing products.As soon as I click the "Add Products Manually" link, I get the "Something went wrong error". and the system is unable to list products to be added (infinite spinner) There is no log information in Magento for the error or in mysql/php logs.
Hello, We are currently using product "After Effects with feature-restricted licensing - multi-user - online" and have a total of 22 licenses purchased. As part of our infrastructure, we are working on an auto-scaling solution that allows us to scale from 5 machines up to 22, depending on load, using AWS Auto Scaling Groups.However, we occasionally encounter issues with deactivating licenses on instances that are shutting down. To better manage this, it would be extremely beneficial for us to monitor license usage in real-time.Could you please let us know if there is an API or other programmatic method available that allows us to check the number of active licenses or active devices? We can view this information from the Adobe Admin Console, but we would like to integrate this capability into our auto-scaling process to ensure that we do not exceed our license limits. Really appreciate your help!
Hello, We are working with M365 Outlook.When an user, on Terminal Server, opens a .PDF file and puts a stamp on it, I've created a script to automatically open the Outlook mail and attach the .PDF file.But for some users, on the same Terminal Server, when the command "myDoc.mailDoc" is executed, they get the message "An internal error has occurred".And other users don't have this problem and the M365 Outlook mail is opened and the .PDF file is attached. So my question is :Is this an Adobe error or an M365 Outlook error ?If I need to solve his problem what should I look for ? Thanks for your responds.
we have integrated the Adobe Commerce integration starter kit for the event to sync with the back office. But when I create a customer, its records are not in the database(events_data). No response is visible at debug tracing in Adobe developer console , can somebody help me
In a world where software development keeps on changing, every developer finds themselves bound to the challenge of keeping their code functional, efficient, and maintainable. One common question would then be, "How does a developer balance writing clean, well-documented code with tight project deadlines?" This question is, in particular, sharp when speaking about the wealth of today's tools at developers' disposal—from online compilers to debuggers. For instance, take platforms like pythononlinecompiler.com, which enable a developer to test and debug code in a really fast way. But then comes the challenge: how does one know that the usage of such tools is really contributing to the quality of code in general and not just making it faster? What are the strategies or best practices that balance the need for high-quality code with developers' productivity in navigating this fine balance?
Hello. I have created the IMS configurations (Launch and Target) in AEM author. But I would like to have the same in publishers. I also would like to replicate "Legacy Cloud Services" configurations too (Launch and Target). How to do it ? Or maybe I should manually create a new IMS integration for each publisher and same with "Legacy Cloud Services" ?
I am using two different components hitting the same API on an SPA page. I am typically making two calls as of now for the two different components but I would like to consolidate them into one single call. The critical part of this is that I cannot cache the data(request keeps changing as per the user entry) and the response can be used once for each component. How do I break it down?
I have been getting emails telling me about the JWT->OAuth migration. But, when I try following the links to see them and update them, I get messages that say "Restricted access. You do not have developer access and need admin approval to use developer tools." What am I doing wrong? I believe that nothing important to me depends on a JWT credential, so I think I can probably just delete or disconnect those things, but I can't even list them. Any suggestions?
Need assistance in migrating JWT. No specific information on how to implement in documentation.
Anyone have idea why support is not working to create new ticket ? I am already logged in from my developer account https://experienceleague.adobe.com/home?support-tab=home#support
I have implemented the Embed component and added an embeddable within it. However, when I open the dialog for the Embed component, I am unable to see the newly added embeddable listed in the drop-down menu under the 'Allowed Embeddables' section, which is preventing me from selecting it. I am using AEM 6.5.
Hi team,In developer console, I am getting waring "Your Service Account (JWT) credential has been deprecated" for my Adobe Target IMS Integration project. How can I migrate this to oAuth ?
Hello, As part of one of my requirement, I need to create a dialog enabling author to drag and drop an image of their choice. As part of the requirement, dialog should load one image as a default image always and then author will update the image as per their need.Can someone help me out that how can I set one image to appear as a default image on dialog load or which property do I need to specify for making a default image to appear. Best Regards,Ravi
I am trying https://adobe-sites.redoc.ly/tag/Fragment-Management#operation/fragments/createFragment CF API to programmatically create content fragments from inside AppBuilder action. I first tried the swagger request from postman and verified the request works. Request looks like this curl --location 'https://author-*-*.adobeaemcloud.com/adobe/sites/cf/fragments' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <hidden>' \ --data '{ "title": "625875", "modelId": "L2NvbmYvc2d3cy9jb3JwL3NldHRpbmdzL2RhbS9jZm0vbW9kZWxzL3NhbHNpZnktZnJhZ21lbnQtbW9kZWw", "parentPath": "/content/dam/product-content", "fields": [{"name":"salsify:ageStatement","values":["Age Statement 625875"],"type":"text"},{"name":"salsify:brandStory","values":["Brand Story 625875"],"type":"text"},{"name":"salsify:tastingNotes","type":"text"}] }' Next I hardcoded and generated exact request into an AppBuilder action and invoked it. The request keeps faili
I am trying to use https://github.com/adobe/aem-upload for my project. I was able to test separately from local by keeping as asset in local folder and uploading successfully into cloud aem. But next level, I am trying to pass url instead of local files and run from AppBuilder action. I realize, this is working only with local files. When I try like const targetUrl = 'http://localhost:4502/content/dam/target'; // list of all local files that will be uploaded. const uploadFiles = [ { fileName: 'file1.jpg', // name of the file as it will appear in AEM fileSize: 1024, // total size, in bytes, of the file filePath: 'https://www.google.com/publicurl/file1.jpg' }, { fileName: 'file2.jpg', fileSize: 512, filePath: 'https://www.google.com/publicurl/file2.jpg' } ]; const upload = new DirectBinary.DirectBinaryUpload(); const options = new DirectBinary.DirectBinaryUploadOptions() .withUrl(targetUrl)
i am trying to add app menu at adobe admin through adobe app builder.Now i am hitting API to get menu items but i am getting this error . i filled each header value correctly.here is detailsAPI -https://aemx-mngr.adobe.io/v1/extensions?extensionPoints=commerce/backend-ui/1 headers-self::HEADER_ACCEPT => self::HEADER_VALUE_APPLICATION_JSON,self::HEADER_AUTHORIZATION => 'Bearer ' . $this->config->getIMSToken(),self::HEADER_X_ORG_ID => $this->config->getOrganizationId(),self::HEADER_X_API_KEY => 'aemx-mngr-adobe-commerce'
Hi Team Trying to create a sample App using Adobe IO runtime, Command running on the console $aio app init sampleappReturn on belowSelect Org: Adobe AGS1502There are no Projects in here, let's create a new one.Enter Project details: Name: aioprj Title: AIO Sample App Project Description: AIO Sample App Project for testing purposes⠴ Enabling Adobe I/O Runtime... › Error: [CoreConsoleAPISDK:ERROR_CREATE_RUNTIME_NAMESPACE] 500 - Internal Server Error ("Error creating namespace") Even thought the project is created on developer.adobe.com/console/projects and the app is also created at my local environment, wondering why this 500 error is happening Thanks in advance for the help and for the collaboration
I'm wondering if you can transfer a XD Plugin I created to a different Adobe account. Is that possible?
Hello, we are currently attempting to migrate our existing Adobe Stock api library to the new non deprecated Oauth Server-to-Server. The functionality we are attempting to recreate is to license images via the api, however we are experiencing the following issues:1) We have attempted to use the Adobe migration tool to create the Oauth Server-to-server credential BUT this new credential is not connected to the Adobe Stock api service (and no option to connect). We therefore do not have the correct scopes to license images from the Adobe Stock API service.2) We have tried creating a brand new "Project" BUT this new project will only allow standard Oauth credentials. 3) We have another experiment working where we used standard Oauth Web credentials, with this method we were able to license images BUT this would require someone in our organisation manually granting access to the API via Oauth every 24 hours which is the maximum duration for a oauth grants. Please could someone en
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.