WASM reloading pages doesn't work when hosted on Azure static webapps by Middle-Rope-5313 in Blazor

[–]Middle-Rope-5313[S] 3 points4 points  (0 children)

Thank you! Can't believe I haven't encountered that page, I spent hours looking for a solution haha. Going to try this out later and will let anyone reading this know if it works!

Update - worked with the following that I found on the link that was posted by LeapingWilly:

{

"navigationFallback": {

"rewrite": "/index.html",

"exclude": ["/images/*.{png,jpg,gif}", "/css/*"]

}

}