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? |
|
It may be worth mentioning that I am not running Docker Desktop with Kubernetes support but k3d local cluster. |
|
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. |
|
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? |
|
From logs I can see that the proxy process keeps restarting - how can I find what is causing it? |
|
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? |
|
Wojtek Suwala (@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? |


Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions