Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi All, How to identify if the AEM environments (DEV, STAGE, PRODUCTION) are within the same tier ? Regards,Anupam Patra
Hey , i have a requirement where in a component i have dialogues to enter Brightcove Player Id, Brightcove Video Id and Brightcove Account Idnow in the backend like ata the model class level i just need to read these value and fetch thumbnail for this video, its is possible to do that in java code ?
Hi all, I have recently setup dispatcher on our dev environment, i added few servlets to our filters file so they are not blocked. Everything works great over port 80 (HTTP), however today i configured SSL and added port 443 to the listener. I see some of the filters that are supposed to allow the requests are blocking them including the servlets, any idea on how the filter file needs to be modified to work with HTTPS ? Thanks,Abhishek
1) When i click on "open properties" am redirecting to page which contains error. Error:- Cannot serve request to /mnt/overlay/wcm/core/content/sites/properties.html in /libs/granite/ui/components/foundation/form/field/field.jsp 2) when i try to click on configure of a component, dialog box is not opened and i can see an error in console. Error:- Cannot serve request to /mnt/override/apps/componentpathl/_cq_dialog.html/pagepath/jcr:content/par/carousel in /libs/granite/ui/components/foundation/form/field/field.jsp aem- v6.4.5acs-aem commons- v3.17.4How to overcome these errors?Thanks in advance.
Im getting the below build error executing the FE pipeline:Executing command git fetch Executing command git checkout develop Switched to a new branch 'develop' Branch 'develop' set up to track remote branch 'develop' from 'origin'. [BUILD] Running git change-log command(s) [BUILD] Running npm audit command(s) Executing command npm --progress false audit --production --audit-level=critical npm ERR! Cannot read property '@adobe/aem-site-theme-builder' of undefined npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2025-01-14T07_02_33_850Z-debug.logIm using node version 18 and below in the theme builder dependency I'm using, "@adobe/aem-site-theme-builder": "5.2.1" Complete package.json below:{ "name": "test-website-theme", "version": "0.0.1", "description": "Standard AEM site theme stub", "license": "MIT License, Copyright 2020 Adobe Systems Incorporated", "scripts": { "build": "rimraf dist && parcel build src/theme.ts",
I am working on React component to integrate the data from AEM content fragment. In React code I using the asset api to read the content json and populate in UI. asset api JSON response is working fine in author environemnt, but when I publish the page to my dev environment it is not working. I have published botth content frammen and UI components. The example in publish dev environment refereing like "https://xyz-dev.mydomain.com/api/assets/mydomain/en/office/data/2024/subfolder/mkx.json"the author enviornment refereing like belowhttps://author-pxxxxx-exxxxx.adobeaemcloud.com/api/assets/mydomain/en/office/data/2024/subfolder/mkx.json Could you please provide some insights?
Hello, I would like to request data via GraphQL query based on a Tag multifield like this:The parameters to return this data should be for example:["wknd-shared:season/summer"]["wknd-shared:season/summer", "wknd-shared:season/spring"]I tried this query:query ($adventureTags: [String]) { adventureList( filter: { adventureTags: {_logOp: OR, _expressions: [{values: $adventureTags, _operator: EQUALS}]} }) { items { _path adventureTags } } }It's only returning data if I add all parameters like this["wknd-shared:season/summer", "wknd-shared:season/spring"]but does not return anything for this["wknd-shared:season/summer"]Additionally I've tried to request the data with the persisted queries and the default cloud sdk dispatcher config like this:http://localhost:8080/graphql/execute.json/wknd-shared/adventures-all%3BadventureTags%3D%5B%22wknd-shared%3Aseason%2Fsummer%22%2C%22wknd-shared%3Aseason%2Fspring%22%5D%3BBut that does not return any data.
Hi All, I am working on a use case where I need to override the sling model of the OOTB asset share commons code. I have ModelA implementing Interface. I want to write ModelB which will implement interface only with the custom logic. Rest of the code should stay as is. Is there any way we can do it ? I tried Sling Model Delegation but it did not work. Can anybody help on this ?
Hi,I am currently exploring the AEM Guides feature.Regarding task creation, I understand that there is an out-of-the-box (OOTB) workflow that sends a notification to the reviewer once the review task is created.However, I need help with the reverse process. Is there any documentation about a workflow or process that notifies the author/owner via email and the bell notification icon within the AEM server once a reviewer submits all their comments? Thanks!
Hi, I have created a dynamic board to pull in Workfront actions and update the action status from the board. All working fine with my custom status. When these actions are eventually converted into projects the status is managed from the project status (again working fine). As all projects start with the 'New' status that means the action goes back to the New column on the board. Which is slightly annoying but not sure how i can keep the action as in progress and the column it was prior to the project creation? More importantly if the project status is updated eg from charter to in progress the original action does not move on the board. The action is now 'in progress' but still in the 'New' column. Any ideas, how the action status can move based on the resolving project status? Thank You
Hi Team Is it possible to have toggle button in the content fragment model. Could you please advise on the same.
Hi everyone, I have a query regarding our Marketing Channel rules. We have configured a rule where if the query string parameter utm_source equals "youtube," the traffic is categorized under the "YouTube Channel." However, during data analysis, we noticed that the same URL sometimes appears under the "Social Network" channel as well. Can anyone explain why this is happening? Also, does Adobe evaluate Marketing Channel rules for every hit, regardless of whether it's a page view or a link tracking call?
I'm planning to take the Adobe Experience Manager Business Practitioner Professional (AD0-E126) exam, and I would appreciate any advice from those who have already taken it. Specifically, I'm interested in understanding the best resources to use, any useful practice tests, and tips on managing time during the exam. If anyone could share their experience and any strategies that worked well, it would be really helpful!
I have requirement to print from multiple line items but each line should be printed on separate page and if the individual line item has n quantity, then it should be re-printed n number of times on same page.I have assigned the table to body page and wrapped in subform. I tried multiple options for using conditional break but still output is appearing in single page with all the materials in single page.If anyone has suggestion, please let me know your comments. Thanks in advance.!
Hi All, I have a usecase to terminate the workflow initiated on a page if a condition check within a custom process step in that workflow is not met. Tried using terminate option but it doesn't have an option to send a custom error message that needs to displayed on the page as a reason for termination. Please let me know if there is a way we can achieve it.Thanks
Hi All,I am trying to copy paste the component within the component making it nested. but the page becomes unresponsive UI locks-up for more than 5 mins and is back once the request completes. To be precise request throws success response soon but loading the response on to UI is time consuming. Ex: Copying the date component from nested dropdown and pasting it anywhere within the different parsys of dropdown, checkboxlist, or segmentedcontrols (All these components have 3-4 parsys) is making the page unresponsive for a while taking time to load the content on pasting.I am thinking this is because of the complex nested structure. below is the structure of form. Logs indicate a warning of deprecated index 26.01.2025 13:50:10.876 *WARN* [10.201.204.206 [1737899402187] GET /bin/wcm/references HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr
Greetings, We are reviewing the "Insights" tool in the assets section and it has a very useful sub-tool for us which is the counting of files with their extension. I would like to know if there is a similar tool that counts the number of files by their extension but based on a specific path. For example, to count how many of these files exist under a path like "/content/dam/example". Thank you very much and have a nice day
Recently we have migrated from AEM on Prem to AMS. But after migration we seen this below error frequently in the error log on Prod: 10.01.2025 04:51:48.389 *ERROR* [10.3.14.79 [1736484708382] GET /content/regent.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Calling the error handler resulted in an error org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.resource.ResourceNotFoundException: Resource at '/content/regent.html' not found: No resource found at com.adobe.cq.sightly.WCMScriptHelper.includeResource(WCMScriptHelper.java:184) [com.adobe.cq.sightly.cq-wcm-sightly-extension:1.6.0] at com.adobe.cq.sightly.WCMScriptHelper.includeResource(WCMScriptHelper.java:134) [com.adobe.cq.sightly.cq-wcm-sightly-extension:1.6.0] at com.adobe.cq.sightly.internal.extensions.ResourceExtension.call(ResourceExtension.java:149) [com.adobe.cq.sightly.cq-wcm-sightly-extension:1.6.0] at org.apache.sling.scripting.sightly.impl.engine.runtim
Hello! I'm looking for some help with an going issue my team is having. We've created a program to help concatenate lead history with custom IDs from vendors being sent via API. Every time a vendor sends an ID the field is updated with the date and new vendor ID.I have noticed Marketo (or SFDC) is failing to update certain leads and its' only the ones who are existing leads. In the Activity Log once a lead's action is 'Sync Person Updated to SFDC' it doesn't actually update the field.The field that has been created works just fine, because it's only a handful of leads and only happens to existing leads, but after that action happens the field doesn't update.
Hello I am trying to create a new page on the website, but it's not indexed to any of the menu items and I would like to remove the navigation bar completely from the page to avoid people clicking on other parts of the website. Is that something we can do? ThanksPascale
Hi everyone,I’ve noticed an issue when using Email Insights. Regardless of which workspace I select (as shown in the image below— items 1, 2, and 3), the data displayed in the metrics section (highlighted as item 4) does not change.In this specific case, the client would like to view the combined data for all workspaces in Email Insights. Is it possible to achieve this? Or is there a specific configuration required to display aggregated data across multiple workspaces?
Hi, Table of contents is a core component and it seems to suit our project requirements well. I have created a copy of it with supertype pointing to the ootb component. But, I do not require the page name that's displayed as part of the TOC list. I tried to check the implementation and seems like a filter is being used which I am unable to delegate. Moreover, the rendering of the component is not in html and I am trying to see how the rendering is done. Any information on the end-end flow of the component functionality will be useful to achieve my requirements. Thanks !
I have a CF model linked to a CF folder under DAM. When I create a CF manually using the Touch UI, it works perfectly, and I can create and retrieve the CF successfully. However, when I try to create a CF using the Asset API, I receive a 500 error response. Upon checking the logs, I found the following error.POST /api/assets/content-management/country-mapping/test.json HTTP/1.1] com.adobe.granite.rest.impl.servlet.PostRequest Exception during request processing.java.lang.NullPointerException: nullat com.adobe.granite.rest.impl.servlet.JSONUtil.walk(JSONUtil.java:56) [com.adobe.granite.rest.api:1.1.16.CQ650-B0007]at com.adobe.granite.rest.impl.servlet.JSONUtil.walk(JSONUtil.java:64) [com.adobe.granite.rest.api:1.1.16.CQ650-B0007]at com.adobe.granite.rest.impl.servlet.JSONUtil.toJcrMap(JSONUtil.java:51) [com.adobe.granite.rest.api:1.1.16.CQ650-B0007]at com.adobe.granite.rest.impl.servlet.ModifyingRequest.createOrModifyResource(ModifyingRequest.java:102) [com.adobe.granite.rest.api:1.1.16
Hi everyone,As I understood OOTB Universal Editor does not provide any complex data-type's such as Composed Multifield (a multifield that consists of several predefined fields) or Select with dynamically retrieved options.The one thing that I found related to this topic is the creation of a UI Extension for the Universal Editor - https://developer.adobe.com/uix/docs/services/aem-universal-editor/api/item-types-renderers/My questions would be:Am I looking at the right documentation for this task?Are there any examples available to check how it can be done? I know there are a few examples available in aem-uix-examples repo (this looks pretty similar to my task https://github.com/adobe/aem-uix-examples/tree/main/universal-editor-product-picker) but maybe there are more info?Are there any other options available on how I can achieve that?Thanks in advance!
Hello team, My colleague tried to run the Adobe IO runtime project in his mac system.aio app run --localGettingt the error:Error: The --local flag is not supported on Apple Silicon Macs.Note: Prior to this, he ran the command: aio app build It was successful. Got some response from google:It looks like you're trying to run an Adobe I/O app locally on an Apple Silicon Mac, but the --local flag isn't supported on that architecture. This is a known limitation.Here are a few things you can try: 1: Use Rosetta 2:You can run the terminal using Rosetta 2, which allows you to run Intel-based applications on Apple Silicon Macs. To do this, right-click on your terminal application, select "Get Info," and check the "Open using Rosetta" option.2: Use a Different Machine: If possible, you could run the app on an Intel-based Mac or another compatible machine. 3: Check for Updates: Ensure that you have the latest version of the Adobe I/O CLI and any related dependencies. Some
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.