Hello Community,
We have a situation where we have defined an Environment configuration in cloud manager and using this in the code using osgi configs
$[env:AEM_EXTERNALIZER_PUBLISH;default=https://www.xyz.com]",
The service applied for this variable is All which means its applicable for Author, preview and publish
This config works fine in Author. Now We deleted this variable and expected that it picks up the default value. unfortunately it did not.
So the published page still shows the old value before we delete
Also to mention, page is not served from Cache as i update the page and can see the updated contents
Has any one faced similar issue?
Thanks
Arun