Problem with running .net aspire project on linux #1381
Replies: 8 comments 5 replies
-
Are you talking about the URL to talk to the backend or something else? |
Beta Was this translation helpful? Give feedback.
-
It may be worth mentioning that I am not running Docker Desktop with Kubernetes support but k3d local cluster. |
Beta Was this translation helpful? Give feedback.
-
Here are the screenshots from the dashboard |
Beta Was this translation helpful? Give feedback.
-
The orchestrator produces proxies that use a different URL. Those proxies then route to the backend service. We're cleaning it up in preview 2 so that the URLs are as expected. |
Beta Was this translation helpful? Give feedback.
-
Big thanks for your help. In my case the proxy doesn't work, could you direct me to documentation or place in code that is responsible for it or describe how it works? |
Beta Was this translation helpful? Give feedback.
-
From logs I can see that the proxy process keeps restarting - how can I find what is causing it? |
Beta Was this translation helpful? Give feedback.
-
After upgrading to preview 2 the urls look as expected but proxies seem to be restarting again and again and I cannot connect to frontend or API using URLs provided in the dashboard. Is there a way to log more info/debug this issue? |
Beta Was this translation helpful? Give feedback.
-
@wojteksuwala thanks for the report. You can get more detailed logs by setting the Is there a chance to share your solution with us by any chance? |
Beta Was this translation helpful? Give feedback.
-
I generated a basic .net aspire project on Ubuntu. When I run it using dotnet run I get web api project running on the port specified in launchSettions.json (5514) but when I inspect Blazor app env variables using dashboard I get completely different ports - for example http://localhost:44029. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions