I18n Error: Missing interpolation value

hello,

anyone know why I get this error in the tab when customers move to 2nd page of any product page?

I18n Error: Missing interpolation value

https://mctasker.dk/collections/mc-laederveste?page=2

Thanks

Hi @ddcu
It Looks like a translation issue
It looks like you are not passing side parameter in translation {{ side }}.
Please search inside en.default.json file in locales folder and remove this {{ side }}, or alternatively, you can pass this value while setting the title in theme.liquid, The quickest solution is to remove this if it is not that important for you from title in theme.liquid and from translation in en.default.json or similar file

Thanks!