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

An error occurs when debugging the Node.js application at the first time #254

Open
v-xinda opened this issue Nov 24, 2022 · 0 comments
Open
Labels
AT-CTI Issues found by internal test team

Comments

@v-xinda
Copy link

v-xinda commented Nov 24, 2022

OS: Win10
Build Version: 20221116.1
Node Version: v18.12.0

Repro Steps:

  1. Create and initialize a new Express.js application with below command.
npx express-generator nodeapp
cd nodeapp
npm install
  1. Open the application in VS Code -> Navigate to Debug view -> Select "create a launch.json file." -> Selcet "Node.js".
  2. F1 -> Dapr: Scaffold Dapr Tasks -> Launch Program -> Enter a Dapr ID 'app' for the application -> Enter the port '3000'.
  3. Switch to the debug tab and change the configuration to 'Launch Program with Dapr', then F5.
  4. Check whether no error occurs.

Expect:
No error occurs.

Actual:
An error occurs.
image

More Info:
This issue only reproduces when debugging the application at the first time.

@v-xinda v-xinda added the AT-CTI Issues found by internal test team label Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Issues found by internal test team
Projects
None yet
Development

No branches or pull requests

1 participant