On clean install of Drupal 8.9.18 I get WSD with error:

TypeError: Argument 1 passed to Drupal\domain_group\EventSubscriber\LoginPageRedirect::loginRedirect() must be an instance of Symfony\Component\HttpKernel\Event\RequestEvent, instance of Symfony\Component\HttpKernel\Event\GetResponseEvent given in Drupal\domain_group\EventSubscriber\LoginPageRedirect->loginRedirect() (line 93 of /app/web/modules/contrib/domain_group/src/EventSubscriber/LoginPageRedirect.php)

Comments

Adrianm6254 created an issue. See original summary.

larisse’s picture

Status: Active » Needs review
StatusFileSize
new1.43 KB

Hi! I created a patch for this issue.

takuma shimabukuro’s picture

Assigned: Unassigned » takuma shimabukuro
takuma shimabukuro’s picture

Assigned: takuma shimabukuro » Unassigned
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new442.28 KB

Hi I revewed your code and functionality, it works fine
moving ticket status for reviewed

adrianm6254’s picture

I just applied the patch and everything works great!

Thanks