Expand my Community achievements bar.

vanegi
vanegi
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Please have a look at [0] thread, some information is shared here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/amp-implementation-in-aem-6-4/qaq-p/305052

    Type

    Questions

    Views

    742

    Like

    1

    Replies

    0
  • Hi Ashish,Looking at https://github.com/adobe/aem-project-archetype/issues/329, it looks like a symlink issue.  See:https://stackoverflow.com/questions/8228030/getting-filesystemexception-a-required-privilege-is-not-held-by-the-client-usiWith Windows you can add a user to the list of who may create ...

    Type

    Questions

    Views

    4.2K

    Likes

    2

    Replies

    2
  • MSM in XF can be achieved in the same way as for the content pages. You need to create the folder of the Language copy and then you can create the Language copy of XF for each language folder. You can refer to the document https://docs.adobe.com/content/help/en/experience-manager-64/authoring/author...

    Type

    Questions

    Views

    968

    Like

    1

    Replies

    0
  • You can block these requests at dispatcher level. At the dispatcher level, you can achieve the use case in following ways: - Use the mod_rewrite module (for example, Apache 2.4 ) to perform URL validations (if the URL pattern rules are not too complex). - Create a filter in dispatcher.any. - Prevent...

    Type

    Questions

    Views

    2.2K

    Likes

    2

    Replies

    0
  • Can you share the complete stack trace of this exception? The document can be fixed either by using the oak-run recovery command or the oak-run console with a script. [0]: https://github.com/apache/jackrabbit-oak/tree/trunk/oak-run#recovery-mode [1]: https://github.com/mreutegg/oak-console-scripts/t...

    Type

    Questions

    Views

    5.1K

    Like

    1

    Replies

    2
  • To add to this, the overhead of doing whitespace compression is much bigger than the gain of just enabling gzip compression on the non-minified content. Gzip is pretty good in compressing spaces as well. More at https://www.peterbe.com/plog/html-whitespace-compression and [0]​. Even so, some HTML el...

    Type

    Questions

    Views

    5.8K

    Likes

    0

    Replies

    0
  • You can strip whitspaces in HTML with something like htmlcompressor [0]. [0]:https://code.google.com/archive/p/htmlcompressor/

    Type

    Questions

    Views

    5.8K

    Likes

    0

    Replies

    0
  • Hello Vijay,It seems that the page where you see the problem is checked in and it is unable to offload. This seems to be causing the problem. Please try to remove the check-in property by checking out. Steps to checkout property: - Go to /crx/explorer/index.jsp and log in as admin user. - Open Conte...

    Type

    Questions

    Views

    2.0K

    Like

    1

    Replies

    0
  • The following document may be helpful:https://docs.adobe.com/content/help/en/experience-manager-64/developing/introduction/clientlibs.html#UsingPreprocessors Try rebuilding the clientlibs via File System, as per: https://helpx.adobe.com/ca/experience-manager/kb/How-to-force-a-recompilation-of-all-Sl...

    Type

    Questions

    Views

    5.9K

    Like

    1

    Replies

    3
  • Hello Srikanth,As aria-label attribute is used to define a string that labels the current element. It is used in cases where a text label is not visible on the screen. If there is visible text labeling the element, use aria-label by instead. There are following approaches to add aria-label: 1) Reuse...

    Type

    Questions

    Views

    5.2K

    Like

    1

    Replies

    1