This isn't a realistic error. This is happening to you during a dry run install (test install). The way this works (for some reason) is that the session reverts all changes it's made every 1024 nodes. So basically, your package installs a bunch of nodes, then they're reverted (removed) and then it t...
I'm updating an AEM application from 6.2 to 6.4. After the update, things are working normally. However, in edit mode and design mode, there is no overlay, hover states, or drag and drop areas. I can't edit anything, no components show up in the sidekick or the content tree, and I can't use design m...
On an AEM 6.4 site, I am trying to allow authors to upload SVG images to an image component.The dialog that accepts the image is:<image jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/fileupload" fieldLabel="Image" name="./file" fileNameParameter...
Kautuk,Our team has a client experiencing the exact same issue. The code you provided does not resolve the problem. Is there any other direction we can take to solve this without going through daycare? Any hotfix or other update we can try?
Thanks for the reply. The problem is that the IDP does not have a session store, so loses SP context during SP initiated authentication and cannot properly redirect the user to the consume URL. The solution is to urlencode the AuthnRequest and other parameters and place them in the query string. The...
Hey everyone,I'm working on a site that uses SAML for SSO and have run into a small snag with the IDP. The IDP requires some additional configuration that is not available in the OOTB SamlAuthenticationHandler. Namely, I need to modify the form that is sent back to the browser. The form sent back ha...