microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
88 stars 35 forks source link

There is an error "Cancelled" when asking to open an URI without any operation #632

Closed v-mengwe closed 2 years ago

v-mengwe commented 2 years ago

OS: All Build Version: 20220321.2

Repro Steps:

  1. Sign out the GitHub account -> Click "Create Static Web App..." button -> Select a subscription -> Allow.
  2. Open a webpage in the browser -> Continue -> Allow/Open.
  3. Navigate to the opened VS Code window -> Pop up a dialog -> Wait about one minute without any operation. MicrosoftTeams-image (2)
  4. Check whether there is no error.

Expect: There is no error.

Actual: There is an error "Cancelled".

Screen Shot 2022-03-23 at 10 07 20

More Info: Fail to sign in the GitHub account without any errors when continuing with the following steps.

alexweininger commented 2 years ago

Timing out for GitHub authentication is done for security reasons. Closing as expected behavior.