- Issue created by @Shamrockonov
- 🇬🇧United Kingdom Shamrockonov
Added an issue fork with a possible solution?
The request is redirected back to the original domain on a finalRedirect multi_domain_login route to handle the URL generation on the original domain. - 🇬🇧United Kingdom Shamrockonov
shamrockonov → changed the visibility of the branch 1.0.x to hidden.
- Merge request !11Adds a final redirect route to handle the success redirect → (Open) created by Shamrockonov
- 🇬🇧United Kingdom Shamrockonov
Not sure I like the additional redirect really. Open to suggestions.
- 🇧🇪Belgium kriboogh
Hi, if I understand correctly you have:
Language negotiation on domain level set to:
www.dutch.com => NL (alternative language)
www.english.com => EN (default language)You have a custom controller route:
/some/controller/englishA path alias:
/some/controller/english => /some/controller/dutch (langcode NL)Multidomain success url is set to:
/some/controller/englishWhen you login from EN domain you get:
www.english.com => www.dutch.com => www.english.com/some/controller/englishWhen you login from NL domain you get:
www.dutch.com => www.english.com => www.dutch.com/some/controller/englishBut you expected:
www.dutch.com => www.english.com => www.dutch.com/some/controller/dutchCorrect?