Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/23/23
    Hi All, I am reading the following documentation about creating presets for use with dynamic media. My understanding is that you can build all the renditions using dynamic media and from AEM you can see the url pointing from AEM. This is the page I am reading https://experienceleague.adobe.com/docs/...

    Views

    250

    Likes

    0

    Replies

    2
  • 4/23/23
    Is there a way to make calls to third party APIs (through ajax for example) and load the results on a page (for example in a table like display) in Adobe Franklin? Is such a thing possible?In AEM, you'd make a new component or enhance an existing one to support this - is there any documentation in F...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 4/22/23
    The above is OOTB AEM code that is breaking and preventing subsequent AEM code from firing that I need.  It's happening in the Page Properties dialog for our homepage.  I'm going to keep looking into this but wanted to see if anyone else had encountered this on the latest AEM as a Cloud Service buil...

    Views

    247

    Likes

    0

    Replies

    1
  • 4/22/23
    Hello, We have configured permission sensitive caching on AEM as a cloud service. It is working for pages, but not for images.(Caching on CDN is disabled.)From logs it appears that the auth checker servlet isn't called for images. Example: https://localhost:8080/content/dam/secure/app1/en/activities...

    Views

    325

    Likes

    0

    Replies

    1
  • 4/22/23
    I created a new RDE environment by following this video. When I click author to open, it always throws "Failed to authenticate with Adobe ID". I do have developer role. Next I tried installing the code using aio aem:rde:deploy; it throws 405. When we create new RDE, it is creating vanilla AEM instan...

    Views

    303

    Likes

    0

    Replies

    1
  • 4/21/23
    Hi All, I have scenario where I want to process and transform the user groups received in SAML response post authentication to the format that matches with AEM groups and assign the users to the groups. Our application is running on Cloud Service. @component(name = "CustomAuthenticationInfoPostProce...

    Views

    451

    Likes

    0

    Replies

    4
  • 4/21/23
    How can I only allow administrators access to the Source Edit button in the RTE? (AEM 6.5) Is there a permission I can use?I am trying to avoid turning it on and off from the template.

    Views

    584

    Likes

    0

    Replies

    4
  • 4/21/23
    I am using slingresourceType:cq/gui/components/authoring/dialog/fileupload for image upload where author is able to drag&drop image from side panel but when we browse image from assets and selects the image from uploaded dam files then image preview is not coming. I am using image in multifield. Wor...

    Views

    190

    Likes

    0

    Replies

    1
  • 4/21/23
    The fact that SlingServletPaths is plural implies we can add more than one. However, the syntax seems to be undocumented.  I have tired the following: value = "/some/path1,/some/path2")value = "[/some/path1,/some/path2]") neither works, only if there is one or the other does it work (for that path) ...

    Views

    812

    Likes

    0

    Replies

    3
  • 4/21/23
    We want a logging filter to support multiple different groups of endpoints, e.g. /bin/proxy/.*, /bin/someApi/v2.* etc.  We could try to create a regexp that matches each pattern we want to add, or is there a way to add multiple patterns?  Or we could create a filter for each pattern, and point to so...

    Views

    698

    Likes

    0

    Replies

    3