Umbraco 10 with Blazor Routing and Skybrud redirects
Hi, I hope there is anyone that can help me in this.
We have integrated blazor in our project so that we have blazor routes for specific pages. This works fine, although we had to remove the umbraco 404 pages since it returned 404 pages in those cases there was blazor routes. When we removed those it worked perfectly. Instead we implemented the 404 with blazor and use "MapFallbackToPage" in those cases routes was not found.
The issue we now stand with is that the redirect plugin "Skybrud" is not able to handle redirected routes. It seems like "MapFallbackToPage" takes over before the plugin can handle the redirects.
Is there anybody that has have similar experience using Umbraco site with blazor?
Umbraco 10 with Blazor Routing and Skybrud redirects
Hi, I hope there is anyone that can help me in this. We have integrated blazor in our project so that we have blazor routes for specific pages. This works fine, although we had to remove the umbraco 404 pages since it returned 404 pages in those cases there was blazor routes. When we removed those it worked perfectly. Instead we implemented the 404 with blazor and use "MapFallbackToPage" in those cases routes was not found. The issue we now stand with is that the redirect plugin "Skybrud" is not able to handle redirected routes. It seems like "MapFallbackToPage" takes over before the plugin can handle the redirects.
Is there anybody that has have similar experience using Umbraco site with blazor?
Kind regards Emma
is working on a reply...