I'll try and explain my problem.
So its Blazor wasm hosted (Client and Server projects).
I'm hoping to have a mixture of some pages that are served up by the server using MVC controller actions and also the Blazor app that deals with everything else.
I have a page /heat-maps/351
There is a controller action that deals with this request, the Blazor app won't do anything with that url.
So in a browser where I have already been on the Blazor app if I go to {my-domain}/heat-maps/351 (in a new tab) then it doesn't serve up the proper page it just loads the Blazor app and says page can't be found.
If i go to that same url {my-domain}/heat-maps/351 in a different broswer where I haven't already gone to the blazor app then it works as intended, the controller action kicks in and the page generated on the server is shown.
question from:
https://stackoverflow.com/questions/65900673/blazor-wasm-hosted-keeps-loading-blazor-app-when-their-is-a-controller-action-to 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…