URL model.json changes not reflecting on domain name
Hi All,
I have a component in which we have added a new tab for some configurations.
The component has @3484101 annotation in the Sling Model to export the properties in the JSON.
They are available and visible on the URL - https://author-p123456-0000001.adobeaemcloud.com/content/projectA/en/home-page.model.json?wcmmode=disabled
But on publishing the page the properties are not visible on https://projectA.com/en.home-page-model.json
In the dispatcher we are doing the below -
# Deny unsafe content
/0105 { /type "deny" /method "GET" /url "*/fr.json" }
/0106 { /type "deny" /method "GET" /url "*/en.json" }
/0107 { /type "deny" /method "GET" /url "*/jcr:content.json" }
/0108 { /type "deny" /url "/libs/granite/repobrowser" }
But this should have no impact on the above URLs.
I have tried purging the cache of the URL from Akamai but no success there.
Any help on this would be appreciated @santoshsai, @rohan_garg
BR,
Nagesh