Made a quick patch based off #3. Warning is no-longer displayed as a message but on the requirements screen.
Tested on Drupal 10.1.6 after upgrade from Drupal 9.5.11 and patch #4 worked
Php version 8.1.18
10.3.27-MariaDB
nginx/1.17.10
Think this is the same issue as in
https://www.drupal.org/project/domain/issues/3367785
π
Available on Current Domain doesn't instantiate
Needs work
Applied patch number 4 after D10 upgrade and db updates ran
BWilliams1992 β made their first commit to this issueβs fork.
This only fixes the issue when cdn is turned off, otherwise it uses the code from the cdn where the javascript is not patched.
I think the root cause is here https://git.drupalcode.org/issue/gtranslate-3396734/-/blob/3396734/src/P...
It will execute that finction on each build resulting in multiple select lists, ran in the build function here https://git.drupalcode.org/issue/gtranslate-3396734/-/blob/3396734/src/P...
BWilliams1992 β made their first commit to this issueβs fork.
Works great, tested on drupal/core (10.0.0) drupal/simple_popup_blocks (8.x-3.1)
Just had a similar issue myself, I think it turned out that a store was deleted with a half completed order in the database that still referenced the deleted store, deleted all order entities and it seems to have solved the issue.