- Issue created by @arwillame
- Status changed to Fixed
over 1 year ago 1:11pm 18 July 2023 - Status changed to Fixed
over 1 year ago 1:11pm 18 July 2023
I want to login on multiple domains so i enabled the module, and put the right config.
Then i try to login and nothing hapend.
I dont see ay redirect on the network of my browser.
i saw this line in "UserLoginSubscriber.php" :
``` if ($this->languageManager && $this->languageManager->isMultilingual()) { ```
My site is not multilingual so this is the issue.
try to install this module and use it on a mono lingual site with domains.
Then login.
Remove this check
``` if ($this->languageManager && $this->languageManager->isMultilingual()) { ```
Fixed
1.0
Code