So my component HTML has been reduced to
<!-- my-component -->
<h1>my-component</h1>
But every time I load the page that contains the component, I keep on getting something else (the original HTML before I reduced it to the HTML you see above)
Some info:
Any ideas on how to fix? Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
@jayv25585659 Below are some of the questions i have can you check that in your local instance.
1. Is your replciation agent working fine in your author instance please check ?
2. Can you trigger a build to publisher instance using below command
mvn clean install -PautoInstallPackage -Daem.port=4503
and also please check your bundles if they are active or not ?
3. Once when trying to replicate the page or html please check logs for any errors.
Hi @jayv25585659 ,
In general this should not happen, again on first hand please check what you are getting in author error log when published it. It must contain the cause.
I know how irritating this would be.
lets try these steps:
1. Take a content package from your author with all the latest changes.
2. Give build to your publish instance, (mvn clean install -PautoInstallPackagePublish)
3. Install content in your publisher or just replicate the content package on your author (make sure the content package is in installed state before replicating)
@jayv25585659 Below are some of the questions i have can you check that in your local instance.
1. Is your replciation agent working fine in your author instance please check ?
2. Can you trigger a build to publisher instance using below command
mvn clean install -PautoInstallPackage -Daem.port=4503
and also please check your bundles if they are active or not ?
3. Once when trying to replicate the page or html please check logs for any errors.
Views
Likes
Replies
Views
Likes
Replies