You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/security/includes/troubleshoot-server.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,9 +103,12 @@ A functioning app may fail immediately after upgrading either the .NET Core SDK
103
103
> [!NOTE]
104
104
> Use of package versions incompatible with the app's target framework isn't supported. For information on a package, use the [NuGet Gallery](https://www.nuget.org).
105
105
106
-
### Run the server app
106
+
### Start the solution
107
107
108
-
When testing and troubleshooting Blazor Web App, make sure that you're running the app from the server project.
108
+
When testing and troubleshooting Blazor Web App, make sure that:
109
+
110
+
* For one of the Backend-for-Frontend (BFF) pattern sample apps that you start the solution from the ***`Aspire/Aspire.AppHost` project***.
111
+
* For one of the non-BFF pattern sample apps that you start the solution from the ***server project***.
0 commit comments