Skip to content

Commit f8ec859

Browse files
docs(deployment): pdb issue in published wasm app
1 parent 4a80ced commit f8ec859

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
@@ -77,6 +77,8 @@ At the time of writing, sometimes the following issues have been reported that p
7777

7878
* Some reports indicate that deploying to a Docker container never copies over the static assets and you may have to either copy the file manually, or use it from our CDN. This may be related to the static asset configuration above, however.
7979

80+
* `.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).
81+
8082
* `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.
8183

8284
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)