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
When I start the AppHost, I get the following message
dotnet run --project .\tools\AppHost\
Using launch settings from .\tools\AppHost\Properties\launchSettings.json...
Building...
info: Aspire.Hosting.DistributedApplication[0]
Aspire version: 9.0.0+01ed51919f8df692ececce51048a140615dc759d
info: Aspire.Hosting.DistributedApplication[0]
Distributed application starting.
info: Aspire.Hosting.DistributedApplication[0]
Application host directory is: C:\Users\rg1844\Development\EduConvert\EduConvert\tools\AppHost
info: Aspire.Hosting.DistributedApplication[0]
Now listening on: https://localhost:17197
info: Aspire.Hosting.DistributedApplication[0]
Login to the dashboard at https://localhost:17197/login?t=65e02eeb65a9c10bbbd4597e31f84e6b
fail: Aspire.Hosting.Dcp.dcpctrl.ServiceReconciler[0]
could not start the proxy {"ServiceName": {"name":"EduConvertDB"}, "Reconciliation": 14, "error": "could not start the proxy for the service: listen tcp [::1]:53000: bind: An attempt was made to access a socket in a way forbidden by its access permissions."}
fail: Aspire.Hosting.Dcp.dcpctrl.ServiceReconciler[0]
could not start the proxy {"ServiceName": {"name":"EduConvertDB"}, "Reconciliation": 21, "error": "could not start the proxy for the service: listen tcp [::1]:53000: bind: An attempt was made to access a socket in a way forbidden by its access permissions."}
@Kralizek error message has been showing up for people who are using some sort of VPN that restricts the use of IPv6. Or when their machine places limitations on IPv6 usage in general. Have you read through the discussion on #3355? Try setting DCP IP preference and see if that helps. Let us know!
@Kralizek error message has been showing up for people who are using some sort of VPN that restricts the use of IPv6. Or when their machine places limitations on IPv6 usage in general. Have you read through the discussion on #3355? Try setting DCP IP preference and see if that helps. Let us know!
@karolz-ms uhm, I haven't changed anything in my setup. Yesterday, it was working. Today, it isn't.
I got a similar issue after updating to the latest version of Docker Desktop to 4.37. Rolling back Docker desktop to version 4.36 has worked around the issue for me.
Is there an existing issue for this?
Describe the bug
When I start the AppHost, I get the following message
The database container is defined as such
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
Anything else?
No response
The text was updated successfully, but these errors were encountered: