Hi All,
Have a weird issue on my category page. A while back I added a custom field call URL to the Magento category page. This works as expected.
I have now created another custom field called FEATURED and added it to the local.json on both frontend and the API.
I can see the new value in ES and briefly as the page loads but then it seems to load some cached data with it missing (URL is in there). I remember reading the system loads SSR and CSR so I gather one of these isn’t updated or cached somehow.
However, we aren’t running any cache that I know of (Redis is turned off) so kind of lost as to where this data is or maybe not mapped correctly?