Skip to content

Commit 51f54d0

Browse files
chore(deployment): link VS publish issue
1 parent 9a8ddd3 commit 51f54d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

troubleshooting/deployment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ At the time of writing, sometimes the following issues have been reported that p
7979

8080
* `.pdb` files being requested and requests failing in a published WASM app deployed on IIS - you can follow its status in the following issue: [https://github.com/dotnet/aspnetcore/issues/18655](https://github.com/dotnet/aspnetcore/issues/18655).
8181

82+
* `blazor.boot.json` returning `404` when published - when a WASM app with the Linker disabled (` <BlazorLinkOnBuild>false</BlazorLinkOnBuild>`) is published through Visual Studio, it does not seem to generate all necessary assets in the output. Publishing from the `CLI` seems to work fine. You can follow this issue at [https://github.com/dotnet/aspnetcore/issues/18752](https://github.com/dotnet/aspnetcore/issues/18752)
83+
8284
* `Trial Message` - if the machine that performs the build has access to a trial version of our NuGet package, the framework may get confused and copy a trial assembly to the publish location and you may see the trial messages live. Solutions are available in the [Upgrade Troubleshooting - I Still See the Trial Message]({%slug upgrade-tutorial%}#i-still-see-the-trial-message) article.
8385

8486
We have also had reports that hosting a Server-side Blazor app on a cloud service, or even on a server that is relatively remote to the client, causes issues. The network latency may interrupt, break or re-arrange the SignalR packets and this can cause a variety of usability issues - from sluggish responses to wrong UI elements responding, or errors. If your users will have a large latency to the server, you may want to consider the Client-side (WASM) model or at least test what the experience is before rolling out to production.

0 commit comments

Comments
 (0)