You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/named-route'
+'/http://www.foo.org/named-route'
Reason
RouteUrlGenerator tries to remove original root from uri and fails, because root has been modified.
The text was updated successfully, but these errors were encountered:
imbrish
changed the title
[5.7] Generating URI for route fails with custom host formatter
Generating URI for route fails with custom host formatter
Apr 29, 2018
Description:
Generating relative URLs for routes doesn't work with custom host formatter.
Steps To Reproduce:
Second assertion fails:
Reason
RouteUrlGenerator
tries to remove original root from uri and fails, because root has been modified.The text was updated successfully, but these errors were encountered: