Wildcard for paths using ReservedUrls or ReservedPaths. Or any other ideas
I have made a Angular Application and embedded it into an Umbraco. (using Templates and Document Types)
Example: Go to page https://myUmbraco.com/myApp the Angular single page will load and works fine unless someone press F5 then Umbraco routing takes over giving then a 404 ugly page.
If I could do the following wildcard that would be a ideal fix:
[add key="Umbraco.Core.ReservedPaths" value="~/myApp/*" ]
(but it doesn't work)
Something like that would allow Umbraco to handle the routing up to the point, then hand the routing over to Angular and ignores other URL's past that point.
Wildcard for paths using ReservedUrls or ReservedPaths. Or any other ideas
I have made a Angular Application and embedded it into an Umbraco. (using Templates and Document Types)
Example: Go to page https://myUmbraco.com/myApp the Angular single page will load and works fine unless someone press F5 then Umbraco routing takes over giving then a 404 ugly page.
If I could do the following wildcard that would be a ideal fix: [add key="Umbraco.Core.ReservedPaths" value="~/myApp/*" ] (but it doesn't work)
Something like that would allow Umbraco to handle the routing up to the point, then hand the routing over to Angular and ignores other URL's past that point.
Thoughts?
I found a way of making the users start over instead of giving them a 404 but that still isn't ideal.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.