- Issue created by @tcrawford
- 🇨🇭Switzerland tcrawford
This looks to be a duplicate, so I am closing this.
Firstly, thank you for the very helpful module. The module has an undeclared dependency on the domain module (the use of use Drupal\domain\DomainRedirectResponse) in the RedirectResponseSubscriber.
Require and enable the module.
Attempt to save the configuration form.
Receive a 500 exception as the class does not exist.
Either declare the dependency properly or remove it. I will use the module for a multi-site setup where the language negotiation is different on one of the sites. Therefore, I would prefer not to have the dependency on the domain module at all.
Determine the solution path and then create an MR.
None.
To be defined.
None.
Active
1.0
Code
This looks to be a duplicate, so I am closing this.