Currently, Domain kernel event subscriber is called after the language negotiation one.
So any per-domain language related configuration is not taken into account.
Let's try changing the event listener priority to have Domain initialized before language.
Remember that any language dependent domain configuration will still only be available after the language negotiation has occurred.
Issue fork domain-3547029
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mably commentedComment #4
mably commentedComment #5
mably commentedComment #6
emircanerkul commentedHi Mably,
Thank you for the patch, indeed event order change fixed the issue.
Comment #8
mably commented