Can you install the AEM plugin[1] and check the query that gets triggered when trying to check the references? Also, check if there is an error in the logs when trying to access the references? [1] https://chrome.google.com/webstore/detail/aem-chrome-plug-in/ejdcnikffjleeffpigekhccpepplaode
You can use the "http://<host>:<port>/<system/console/crypto>" console to encrypt and Cryptosupport API to decrypt/encrypt programatically. More details at [1] and [2] [1] https://www.argildx.com/technology/crypto-support-aem/ [2] https://docs.adobe.com/content/help/en/experience-manager-64/administ...
I would recommend checking if the dispatcher is caching the "Access-Control-Allow-Origin" header. Might be an invalid header cached. Also, you can setup a DEBUG logger on "com.adobe.granite.cors" to check for more details about the failure. More troubleshooting steps at [1] [1] https://docs.adobe.co...
I believe you need to define translation rules. Refer to [1] for more details. Translation rules identify the content to translate for pages, components, and assets that are included in, or excluded from, translation projects. When a page or asset is being translated, AEM extracts this content so th...
The common space character is encoded as %20. For example, If you are uploading "N 9.pdf" with 2 spaces between N and 9. It will be rendered as "/content/dam/N%20%209.pdf" So, you should check if you have any redirects implemented at AEM/Apache level for %20 in the URL.
As per my understanding, Connected assets[1] is the only option to have one AEM instance fetch data from another AEM instance. You can use this feature on the on-premise setup as well. This feature can be used on any AEM instance not just AMS [1] https://docs.adobe.com/content/help/en/experience-man...