@joel_at_verb Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community
@JagarlamudiVe Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community
@ShaggySPFLD Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community
@varaande
Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community
Ok if you are testing locally what may be happening is that your cookie is marked as "secure" and if you don't haver your local dispatcher running over HTTPS this won't be set. Can you double-check that?
Hi, I guess you are talking about this reference: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/apache-sling-content-disposition-filter/td-p/539510 Can you try to add this to your .vhost file, I guess you will have a file named like "yourBrand.vhost"
Hope this helps
Hi, Are you testing with a CDN on top of your dispatcher? Keep in mind that cookies are set via a header, so there may be a chance that the CDN or even the browser is caching the header, and thus the cookie is not being recreated.
Oh wait, is this supposed to be looked at on publish anyway? Typically, you just move ACLs from author to publishers. Which version of AEM are you running?
Hi, It seems like the client libraries used by those pages to render the components are not functioning properly. Have you recently upgraded or made changes to the AEM instance? You may need to debug the JavaScript to determine why they are breaking. While it may not be enjoyable, it seems to be the...
That's my point, there is nothing documented as a pre-requisite. Since you have already deployed up to Stage which is a mirror to prod you should be ok. Did you have to enable the "Static CDN Storage" in stage? I am curios about where you got that pre-requisite.