I am using Blazor App. I have created the project and deployed to lower environments and it is working fine. Also in production environment with default domain it is working but after doing the front door configuration I am getting error. I am not able to redirect or unable to perform any click functionality. Means the @code{} part is not working.
Error I am getting inside _framework/blazer.server.js I have tried all the possible ways but not able to fix it
I have tried with enable the Web Socket. So with Default domain it is working fine but again with Front door URL it is giving the error.
Is there any possible way to fix this in Blazor?
