@sriram_1
Are you using the local login i.e., username or password or using the adobe credentials that was used to login using cloud manager?This is basic authentication so it will work only if you are using local login credentials for cloud. It works for me from postman. Let me know if it does not...
Hi @selvendranr9588 Could you please provide some more informaiton regarding the use case that you want to achieve using these headers from clientside?
Hi @ckonfrst Did you check the same issue on any other browser on Mac Monterey? Ideally it should not break, but if it is then you need to wait until a fix for this is provided by Google Chrome. Thanks!
Hi @kevingtan Please stop the instance. Update the start script with the below line: if [ -z "$CQ_RUNMODE" ]; thenCQ_RUNMODE='publish,dev,crx3,crx3tar,nosamplecontent'fi Start the instance and it should fix the issue. Thanks!
Please upgrade AEM version from 6.5.0 to 6.5.10.0 by installing the latest service pack. Also upgrade the uber jar version from 6.5.0 to 6.10.0 Thanks!
Hi @ariesyinn Which exact version of AEM you are using i.e., 6.5.8.0 or 6.5.10.0 ? You will need to upgrade the user jar to respective version i.e. if you are using AEM 6.5.10.0 then uber jar should be 6.5.10 Also if there are any external dependency that was used in AEM 6.2, the same also needs to...
Hi @annkitaaggarwal Please make sure your multifield node has the granite:class property with class name as "multifield-click" as the same class is referred in code. Here is a sample code: (function ($, $document) { "use strict"; $document.on("dialog-ready", function () { $(".multifie...
Hi @annkitaaggarwal You can write a simple on click event which can be triggered when someone clicks on the "Add" button in multifield. But what value it should populate? Where should we get this value?