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
You may have to select the dashboard link shown in the console output to launch in the browser
85
+
Alternatively without Aspire CLI, run `dotnet run --project AppHost`
76
86
77
87
This will run the .NET Aspire host, launching the components and dashboard in the browser showing the service status.
78
88
79
-
If the Backend Gateway has connected to the frontend successfully, browse to the Frontend Proxy URL (http://localhost:5105 or https://localhost:7175).
89
+
If the Backend Gateway has connected to the frontend successfully, browse to the Frontend Proxy URL (e.g. http://localhost:5105 or https://localhost:7175).
80
90
This will send the HTTP request in the browser via the gateway to the destination endpoint at http://localhost:5174 and return the response or timeout if destination is not running.
0 commit comments