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
Sometimes on app startup the dashboard does not list the executables like npm apps. This behaviour is not consistent and happens randomly from what I've seen. The executable is working, if I open a new tab with the url of the executable, it works.
No errors on console or network tabs.
Might be because I have a lot of aspire components. On the sample with React/Vue/Angular I'm unable to replicate.
I have the following components:
1 container
4 parameters
8 projects
1 executable (not showing)
Sometimes I'm able to fix it by changing something on my AppHost\Program.cs file (forcing recompile).
Might be related with #2539
On: 8.0.0-preview.5.24128.10
The text was updated successfully, but these errors were encountered:
@davidfowl@balachir I tried to verify this issue with the AspireWithNode and AspireWithJavaScript samples from aspire-samples repo but was unable to reproduce it using the latest Aspire 8.0 P5 (8.0.0-preview.5.24154.5).
Sometimes on app startup the dashboard does not list the executables like npm apps. This behaviour is not consistent and happens randomly from what I've seen. The executable is working, if I open a new tab with the url of the executable, it works.
No errors on console or network tabs.
Might be because I have a lot of aspire components. On the sample with React/Vue/Angular I'm unable to replicate.
I have the following components:
Sometimes I'm able to fix it by changing something on my
AppHost\Program.cs
file (forcing recompile).Might be related with #2539
On:
8.0.0-preview.5.24128.10
The text was updated successfully, but these errors were encountered: