- Issue created by @heddn
- Status changed to Needs review
3 months ago 5:24pm 18 September 2024 - heddn Nicaragua
While I can't manually recreate the problem in a vanilla install of Drupal, this project does have a test case that it repeatedly fails. The reason/cause is related to the calls into the configManager to get available config and then load it. Instead, I've converted that setting into a pure configManager setter. Then left the getting of the providerSettings to a getter that isn't called until much later after the service container is fully built. This approach fixes the issue.
- Status changed to Fixed
3 months ago 12:09pm 20 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.