I develope web app, and yesterday faced issue related with cookies. Earlier our team dealth with it just disabling Cookies without SameSite must be secure
and adding XSRF-TOKEN in cookies.
I red (https://www.chromium.org/updates/same-site/test-debug) this flag was removed in Chrome 91 and now my app reboots endlessly and apears cookies error in issues. Are there any workarounds or how I can resolve this issue?
Screenshot enter image description here