- Issue created by @nitingupta3
- First commit to issue fork.
- 🇮🇳India mukhtarm
Hi @nitingupta3 please check this issue: https://www.drupal.org/project/commerce/issues/3169405 → and this https://www.drupal.org/project/drupal/issues/3170525 →
I am also had the same issue , and resolved it by adding
ini_set('session.cookie_path', '/; samesite=None');
in settings.php.
I am using chrome version:116.0.5845.187
andPHP 8.2.8
.BTW issue is not there in firefox (Or any other browsers may be) :).
- 🇺🇸United States rszrama
If we can get the fix confirmed and / or get an explanation typed up, this sounds like something we should add to documentation.