Solved! Go to Solution.
Views
Replies
Total Likes
There may be an issue with XML namespace.
Can you check if you appsName and settings .content.xml looks like below:
MyApp/.content.xml
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:Folder"
jcr:title="MyApp"/>
settings/.content.xml
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:Folder"/>
Check .content.xml file of all folder and check jcr:primaryType Property
Hi @karanmahi ,
can you check if you have "mixin" applied to app folder?
A screenshot or a package of your xml could be helpfull.
Thanks,
Antonio
There may be an issue with XML namespace.
Can you check if you appsName and settings .content.xml looks like below:
MyApp/.content.xml
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:Folder"
jcr:title="MyApp"/>
settings/.content.xml
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:Folder"/>
Views
Likes
Replies