Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi, AEM version: 6.5.21 I tried to follow documentation at https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/indexing#deploying-custom-index-definitionsto create a custom index for dam:AssetContent and use FileVault verion 1.3.2 , 1.4.0 but app build is failing with below error.[Project Configuration section talks about updating file vault plugin version to >= 1.3.2] [ERROR] Failed to execute goal org.apache.jackrabbit:filevault-package-maven-plugin:1.4.0:validate-package (default-validate-package) on project site-web-apps: Execution default-validate-package of goal org.apache.jackrabbit:filevault-package-maven-plugin:1.4.0:validate-package failed: Exception in validator 'jackrabbit-nodetypes' while validating file 'apps/site-web/components/content/accordion/_cq_editConfig.xml' (line 6, column 41): Could not create node type information for path '/apps/site-web/components/content/accordion/cq:ed
Hi,We are exploring, setting up Azure AD OpenID Connect(OIDC) for Adobe Experience Manager(AEM). Could you please share step by step guide/documentation or a sample GitHub code base for the same? FYI, our environment is on on-prem AEM 6.5.21.0 and enabled with SAML SSO. But we are looking to migrate from SAML SSO to Azure AD OpenID Connect(OIDC)
I have got the Ip host entry from the AEM, when i try use in my organization laptop after entring the hosts file and saved it, Then opening chrome and accessing URL it doesn't load the page, and my organization cisco umbrella agent is blocking the url and destinated page i don't get it. when i checked with my IT team eventhough they say they have allowed i dont get the required page instead loading a another page, which is quite strange, and our IT team requested for cisco ip address should allowed in the adobe server from adobe end.Is that so?
We have a requirement to create Edge delivery Service repository in Azure DevOps instead of GitHub. Is it possible to use Azure DevOps as a code repo for EDS?
Hi Team, I uploaded a image to aem dam and in the sidekick the image is not showing up , Can I apply lucene indexing features to this? Thanks,Keerthi K.
Hi all, We have some prefill services running on our AEM stack, we want to check the server health by prefilling a sample template with just a field. This service is a REST endpoint and the we make GET requests to it. I was trying to setup a dispatcher redirectsomething like RewriteRule /healthcheck /bin/servlet/?json_input={"metadata": {"fillable": true},"envelope": {"actions": {"action": {"id": "1234","formid": "108646","formversion": "00","form_data": {}}}}}Tried some flags that prevent encoding [NE], [QSA] with no luck, the chars still get encoded.Any help would be greatly appreciated.Thanks,Abhishek
I keep trying to annotate a specific web page to give the designer feedback, but I continue to get this fail message. Can someone help?
Hi AEM community !I am trying to make the delete or reorder items in a container component.So I have a Slider component that depends on the Carousel Container componentIn order to manipulate the components displayed in the slider, in the atuhoring dialog, I have a children editor.I can add items correctly, but I can't delete or reorder items (for example, here, I have a slider component with 3 header components, I delete the 3rd one and invert the order of the 2 remaining)I can see the POST requests fired (and it seems correct to me):1st request :- url : http://localhost:4502/content/twilio-com/global/language-masters/en/blog/_jcr_content/root/global-main/section/column_control_12175/column-0/slider2nd request :- url :http://localhost:4502/content/twilio-com/global/language-masters/en/blog/jcr:content/root/global-main/section/column_control_12175/column-0/slider.container.html- data: delete=item_1742307087421&order=item_1742250868548&order=item_174
The Adobe Express web app keeps crashing for me today. I've tried different browsers, restarted my laptop, etc. In the past, it has frozen or crashed once or twice while editing bigger files which is expected but today, it's crashing every time I make a small change to a video I'm editing. Anyone else experiencing this today? Any quick fixes?
Hi there, I'm trying to use Universal Editor locally using this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/local-dev But page is opened in old `editor.html` only. What I'm done:1. Downloaded and run AEM SDK for AEM v2025.3.198232. Deployed the latest WNKD on the AEM3. Configured SSL on AEM using https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/security/use-the-ssl-wizard The final url is https://localhost:8443 (certificate is trusted in macos Keychain).4. Downloaded and run Universal Editor Service v20250314101227- SSL certificate is made by (from the doc)openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem(certificate is trusted in macos Keychain)- `.env` is (from the doc)UES_PORT=8000UES_PRIVATE_KEY=./key.pemUES_CERT=./certificate.pemUES_TLS_REJECT_UNAUTHORIZED=falseUES_CORS_PRIVATE_NE
Hi all I have posted this on the github of the aem-upload library but would appreciate anyone here also can chime on this? https://github.com/adobe/aem-upload/issues/131
Hi, I’m stuck on something - how do you use Fusion to subtract x days from a planned completion date? I can see there’s an addDays function, but nothing for subtracting. Is there a workaround for this?
I'm trying to setup local wknd for Universal Editor.I'll follow every step in tutorial at https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/developer-overview, but at the very end, there's this error clinking on Teaser:The error was generated by the response at the POST to https://localhost:8443/details because of CORS Missing Allow Origin.Same OPTIONS request, just before the POST is ok.OPTIONS header:POST header:What I'm doing wrong?Regards,Alessandro
Is it possible to retrieve multiple offers for a single mbox in priority order?Use case is to show banners, or content tiles and essentially then render the first X number. Is this possible?
I feel about 50% confident on my question, but want some clarity. I've got a collection of distinctly separate websites with their own dedicated report suites. The datastream setups however would be identical in every respect other than the report suites the data is going to (all suites on same "account"). I've actually already gone through the steps of copying the datastream repeatedly for each site and environment. Realizing this was going to be a nightmare to manage, I started looking at the overrides as a hopeful alternative. Am I correct thinking that I can create a single datastream with a default report suite that could be anything while adding a list of "white list" report suites I want to send data to? Then just set the override in each Launch Tag Property's web sdk overrides? When I "override" the report suite, does that mean data goes only to the report suite I "override" it to, or does it go to the default suite AND the other suite I
Hey Everyone,I am getting 10% of unique BAN's(Billing account number) as "unspecified" under device name(SDK) which is directly available from adobe mobile SDK. Please see attached screenshot. 1) Firstly, what do you mean by "Unspecified" under Device name?2) Can user block Adobe from getting device information?@jennifer_dungan
Hi all,I'm working with Adobe Edge Delivery Services using the Universal Editor, and I'm trying to achieve a specific DOM structure for a block that outputs label + value pairs. I want each field in my block (e.g., Title, Subtitle, CTA Label, Link) to render like this:<div> <div> <p>Title</p> <p>Teaser title text added by user</p> </div> </div> …instead of just rendering the value, like this:<div> <div> <p>Teaser title text added by user</p> </div> </div> This structure helps make the block output easier to debug, parse, and test, especially when fields are numerous.My component-models.json looks like this:{ "id": "teaser", "fields": [ { "component": "text", "name": "title", "label": "Title" }, { "component": "text", "name": "subtitle", "label": "Subtitle" }, { "component": "richtext", "name": "description", "label": "Description" }, { "component": "text", "name": "cta1_label",
Hi Support Team,I face the issue that when i create bulk extract lead data i saw that if a data field is text or string and data contained double quote then when we extract and download the extract file, that field value will be replaced double quote with 2 double quote. Can you please take a look. Thank youEx: fristName field have value: john"testBut in my extract file it will be: john""test
Hi ,I am trying to extract data from a PDF however, i want the data to be extracted in a key value paired. For example, if PDF has a place that says enter "First name and and Middle Initial". Then this will act as the key. When the user enters their First name and Middle initial", then that will be data. Does adobe a has a service that does this in Java? thanks
Hi Community, I have issues connecting my AEP sandbox with Salesforce CRM (other way round - Source Connection - works fine!). As described here (https://experienceleague.adobe.com/docs/experience-platform/destinations/catalog/crm/salesforce.html) I have created a connected app and collected all relevant credentials - but it's not possible to connect the instances. Is there any additional setting I should know about? Maybe the connected app is falsely configured? I have added the IPs (see below). Furthermore, there is a "Callback URL" required but not mentioned in the AEP documentation - does anyone have experience here? Best
We would like to add UTM parameters to our landing page URLs as we would like to track where users have come across our link, such as a trade organization, or an email thread outside of our campaign. When I've tried this before, I've clearly missed some steps to make sure it's set up correctly. Can you point me to any documentation or explain the proper steps? AND also how to then pull the results?
How do you handle your list when the person no longer works for the company?Do you mark as an unsubscribe or a different way?
I am trying to upload assets to AEM Cloud Service using the Asset Upload feature since the Assets HTTP API for creating assets is deprecated. The documentation I am using is here: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/admin/developer-reference-material-apis#asset-upload I am getting a successful response for the first step, Initiate Upload and I am using an access token for authentication since this is originating from an external application, per the documentation. But I am running into an issue with the second step, Upload binary. This second step fails with and without authentication. This request throws a 403 FORBIDDEN response stating: "Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature." The documentation does not call out any authentication and even including an access token in the Upload binary request causes it to fail as well with
Hey everyone, i was going the adobe universal editor documentation and component below configuration:{"groups":[{"title":"General Components","id":"general","components":[{"title":"Text","id":"text","model": "text","filter": "texts","plugins":{"aem":{"page":{"resourceType":"wknd/components/text","template":{"text":"Default Text","name":"Text"}}},"aem65":{"page":{"resourceType":"wknd/components/text","template":{"text":"Default Text","name":"Text"}}}}}]}]}I saw that plugins define which plugin is responsible for persisting the component. The documentation mentions:plugins defines which plugin is responsible for persisting the component. Common plugins include:aem for AEM as a Cloud Service.aem5 for AEM 6.5.xwalk for AEM as a Cloud Service WYSIWYG authoring.But I’m not quite sure what these plugins actually do. Could someone explain:What exactly are aem and aem65 plugins in this context?How do they affect component behavior in Universal Editor?Thanks in advance!Documentation link: https:
Hi community... trying to create something like the Project Details of a project... a type of "Project Summary" of sorts. In it I'm hoping to have certain particular fields from the project, including budget, actuals, custom form fields, etc. I can't seem to find how to get this done nicely... kind of an executive summary of a project that's a clean report of that one project alone (not a list of projects). The Project Details section has several fields our company does not use, and has several fields missing that I need to present to our executives. Any thoughts?
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.