component HTML has changed but local publisher is still showing the old version
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:
- This is page structure: page => experience fragment => component (though I somehow doubt this matters)
- On my local author, I opened the fragment for editing. Any changes I make on the component HTML will reflect immediately when editing the fragment. (In this case, I can see the H1 tag I added)
- I restarted publisher. same problem
- I deleted the fragments (/content/experience-fragments/my-folder) and components (/apps/myprojects/components) folder on local publisher. When I reloaded the page, I get an empty content area (as expected). The header and footer is still showing.
- I exported the fragments and components folder from local author and imported them into my local publisher and it's still the same problem.
- From my local author, I've republished the page and the fragment several times. same problem. (I made sure the version in publisher is the same as author by going into CRXDE)
Any ideas on how to fix? Thanks