- Issue created by @omarlopesino
- Status changed to Postponed: needs info
9 months ago 7:10am 8 April 2024 - 🇭🇺Hungary czigor
We see this issue as well when running our tests on a site and it breaks our CI. However, I was not able to reproduce this on a minimal drupal install (where only commerce_payment_example was enabled).
@omarlopesino Do you know what the other modules or config is required to see this?
- 🇭🇺Hungary czigor
Adding
$this->userStorage->resetCache();
before
$account = $this->userStorage->load(1); $account->init = $account->mail = $account_values['mail'];
in
\Drupal\Core\Installer\Form\SiteConfigureForm::submitForm()
makes the issue go away.Wondering whether this is a Drupal core issue.
- Status changed to Closed: cannot reproduce
about 2 months ago 10:46am 6 November 2024 - 🇪🇸Spain omarlopesino
I can not reproduce this problem anymore using drupal core 10.3.6 and commerce 2.40. So the problem may have been fixed along with the latest updates. Closing.