When the shop first loads, in the console, I see a warning:
When a customer logs in, the warning goes away. If they log out, still is no warning.Cookie “ceid” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/ ... e/SameSite
Is this something to be concerned about?
TIA
Malcolm