Website strange cache behaviour

Hi,

I have a website with 2 languages: english and italian. Italian as primary language set on hubspot.

In the italian version there is the Recomended product section that is visible.

In the english there is not.

But if I bust the cache using the exact query parameter of hubspot for busting the cache cache “hsCacheBuster” the section appears.
If you try to bust it with other query parameters it doesn’t work.

The problem occures only in english version

Italian version: click

English version: click

English version with hsCacheBuster: click

English version with custom query parameter: click

Hi @MBaldoni :waving_hand: Thanks for including all those details. I get the same result with the EN version as what you are reporting. I’d like to invite some of our community members to the conversation — hey @GiantFocal @albertsg @coldrickjack, do you have any ideas on any potential roots causes? Or additional troubleshooting tips for @MBaldoni?

Thank you for taking a look! — Jaycee

@MBaldoni , Try adding a hubl variable to the page disabling cache to test if that solves your issue.

You could try something like:

{% set cookies = request.cookies %}

Using `request.cookies` will disable page caching, if that solves your issue, you probably need to reach out to HubSpot support.

Hi Teun,

thanks for the suggestion, but I tried to add the snippet in the template .html but it doesn’t work.

It came out that it was a HubSpot backend problem.
To solve I wrote at the assistance, they said it was a backend problem and they solved it. Thanks to every one!