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

[BUG] Sample application twice by default #4

Open
seesharprun opened this issue Dec 20, 2023 · 0 comments
Open

[BUG] Sample application twice by default #4

seesharprun opened this issue Dec 20, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@seesharprun
Copy link
Contributor

Description

By default, the sample application runs twice. It should only run once. The sample application seems to run up to the "create item" step, and then restart the websocket to run successfully.

I suspect this is due to something with Azure.Identity. The identity "checks" may cause an exception and the websocket's retry mechanism works on the second attempt.

Repro steps

  1. Deploy the sample application using azd up.
  2. Navigate to the running application.
  3. Observe that the application runs once and stops at the "get container" step.
  4. The application will then run a second time and complete fully.

Expected behavior

I expect the application to run fully on the first attempt.

Screenshots

  • First run:
    image
  • Second run:
    image

Environment

GitHub Codespaces
Latest AZD
@seesharprun seesharprun added the bug Something isn't working label Dec 20, 2023
@seesharprun seesharprun self-assigned this Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant