- Issue created by @alecsmrekar
When an error about a duplicate redirect is generated, that causes an error due to a type error. t() only accepts strings.
https://git.drupalcode.org/project/regex_redirect/-/blob/2.0.x/src/Form/...
Call toString on the Url
Active
2.0
Code