#application error

1 messages · Page 1 of 1 (latest)

peak tinsel
#

Application error: a client-side exception has occurred (see the browser console for more information). This is saying client side but my accounts is now inaccessible from any device

#

Cookie “SIDCC” 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/HTTP/Headers/Set-Cookie/SameSite log

The Set-Cookie HTTP response header is used to send a cookie from the server to the user agent, so that the user agent can send it back to the server later.
To send multiple cookies, multiple Set-Cookie headers should be sent in the same response.

zenith ledge
#

So it was not only me who suddenly had this issue HMM