Replies: 1 comment 1 reply
-
Try configuring the trimmer to see if it's being too aggressive https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/configure-trimmer?view=aspnetcore-5.0 Also, 3.2 is going to be out of support shortly, so it is recommended to update to 5.0. https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-now-available/#lts-or-current |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have been sttrugling for 2 days with this issue, saw a few similar post but none of them resolved my issue.
I have a component that build a signal HubConnection in order to receive messages like so:
It works perfectly when I run in debug in Visual Studio, but once I deploy it on IIS (10) I get the following exception from the HubConnectionBuilder.Build() method:
I really hope someone can help me here, thanks.
David
Some details about my configuration:
My project is a Hosted Blazor server app created via visual studio 2019.
Here are the nugget packages for the Server:
Here are the nugget packages for the Client:
Also installed:
Beta Was this translation helpful? Give feedback.
All reactions