Using .NET Aspire 9 RC1, if the container has two or more bind mounts where the host path is the same, trying to open the container resource details in the dashboard will fail with the error "An unhandled error has occurred. [Reload]."
There are cases where the same file or directory could be mounted in different places. It is common to mount a certificate authority bundle to these container paths:
Is there an existing issue for this?
Describe the bug
Using .NET Aspire 9 RC1, if the container has two or more bind mounts where the host path is the same, trying to open the container resource details in the dashboard will fail with the error "An unhandled error has occurred. [Reload]."
There are cases where the same file or directory could be mounted in different places. It is common to mount a certificate authority bundle to these container paths:
This is valid in Docker Desktop:
Expected Behavior
No response
Steps To Reproduce
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
Nothing else, much love.