Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebToolsE2E][Aspire] After running the Aspire Starter app with the Redis project for a long time, an error occurred in the container when clicking the start/stop button repeatedly. #7167

Open
vmykagapuz opened this issue Jan 20, 2025 · 1 comment

Comments

@vmykagapuz
Copy link

vmykagapuz commented Jan 20, 2025

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 9.0.102
  3. Install latest Aspire 9.1.0-preview.1.25069.2
  4. Install Docker Desktop

NOTE

  1. This issue is unstable and is only encountered when running the project for at least 1 hour

REPRO STEPS

  1. Create an Aspire Starter App with redis using following commands:
dotnet new aspire-starter --use-redis-cache -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
  1. Run the project in CMD, and open URL in the browser.
    dotnet run

  2. Click the stop/start button of the container

ACTUAL
The button icons don't change when clicking the start/stop button, but the pop-up shows that the project 'Stop/Start' succeeded.
Image

EXPECTED
There should be no errors when stopping/starting the container.

@vmykagapuz
Copy link
Author

This is similar to one of the comments from a closed bug (#6837 (comment)). However, the only difference is that there are no errors in CMD.

@vmykagapuz vmykagapuz changed the title [WebToolsE2E][Aspire] After running the Aspire 9.1 project for a long time, an error occurred in the container when clicking the start/stop button repeatedly. [WebToolsE2E][Aspire] After running the Aspire Starter app with redis project for a long time, an error occurred in the container when clicking the start/stop button repeatedly. Jan 20, 2025
@vmykagapuz vmykagapuz changed the title [WebToolsE2E][Aspire] After running the Aspire Starter app with redis project for a long time, an error occurred in the container when clicking the start/stop button repeatedly. [WebToolsE2E][Aspire] After running the Aspire Starter app with the Redis project for a long time, an error occurred in the container when clicking the start/stop button repeatedly. Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant