Solution still not able to run in Docker
Hi. cloning the project , it compiles and when running apphost, it creates the following containers in docker Redis, RabbitMq and Db .
none of the services appear on docker apphost UI tool on resources tab shows : loading ... with the error in the browser. see screenshot.
and here are the errors in the console
Im also getting similar error - 401, containers are running but application is not working
Hi @scharada : for grpc error kill the Aspire.Dashboard task in task manager, and re run the project https://github.com/dotnet/aspire/issues/4247#issuecomment-2127382239
Hi! I think it's how Aspire runs locally. My question is how to deploy the app to Docker containers? Is it easy and straightforward with aspir8? Or does it require recreating of Docker setup, similar to the old one? And will be here any additions in this regard?