Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi All, I am a beginner trying to learn Launch and was practicing. I created a sample 1 page and added data layer. I was trying to get the pageName variable using satellite call but getting as undefined.Below is the data layer <script> var digitalData = { "page": { "pageInfo" : { "pageName": "Home" } } };Data Element : digitalData.page.pageInfo.pageName Rule custom code: console.log('The page name is '+_satellite.getVar('pageName')); but getting the output as The page name is undefined let me know if I am doing something wrong.
I need to build on a solution to flush the dispatcher cache on activation of content fragments/ experience fragments with activating the content page. The content pages are generated dynamically, there are no physical pages available on the publisher. There are two approaches are recommended - The preferred approach is Sling Content Distribution (SCD) from the Author.The other approach uses the Replication API to invoke the publish Dispatcher flush replication agent.The solution should need to support both AEM 6.5 and AEM as Cloud.Questions - My question is will SCD also support AEM 6.5?Is there any other better approach?Please suggest.Thanks
Hello everyone,I have set up an API mesh using the API Mesh Basics documentation (https://developer.adobe.com/graphql-mesh-gateway/mesh/). After that, I tried to execute a query from my local React application to retrieve the data, but it failed due to a CORS error. So, I added the following options to my mesh.json file: { ... "responseConfig": { "CORS": { "origin": "*", "methods": [ "GET", "POST", "OPTIONS", ], "maxAge": 60480, "credentials": true, "exposedHeaders": [ "Content-Range", "X-Content-Range" ] } } ... } However, I am still getting a CORS error, and I can't figure out the issue. When I send a GET request to the GraphQL endpoint with parameters in the URL, it works. But a POST request doesn't work.Does anyone have any ideas on how I can fix this? React-APP Error: When i use the web interface (Yoga GraphQL Web Interface) after running the com
Hi, Is it possible I can get the HttpOnly attribute set for the s_nr[lenght] cookie? Thanks.
Hello everyone, I am currently trying, as described in https://developer.adobe.com/app-builder/docs/guides/application_logging/new_relic/, to forward my logs to New Relic.However, I keep getting an error that my license key has the wrong format. I checked the license for the string length as well as for invisible characters and spaces, but found no errors. When I try it with Postman, it works fine with the used "INGEST-LICENSE"-Key, and I can see the logs in New Relic. Is there a known workaround to fix this problem? Thanks
Hi to all I want to release a CEP panel for windows onlyI understand need to declare this as “platform” in the manifest.xml but can’t seem to find where.does anybody has an example on how to implement this?thanks
The above screenshot is not mine, I did it just for referenceFor the distribution to be public, Do we need to list our app in the marketplace if any documentation is related to this please provide me, thanks in advance,
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 ?
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.