Skip to content

"mw stack list" (and others) hang indefinitely on Windows #1323

@martin-helmich

Description

@martin-helmich

Converted from customer support ticket

Describe the bug
Some commands like stack list, stack deploy and others hang indefinitely.

To Reproduce
Unclear. Further investigation is required.

Expected behavior
Commands should run to completion

Console logs
According to debug output, the command hangs immediately after initialization, and before the first API call.

Full output with DEBUG=*
  oclif:config start init hook +0ms
  oclif:config:ts-path Skipping typescript path lookup for C:\Program Files\mw\client\node_modules\@oclif\plugin-update because NODE_ENV is NOT "test" or "development" +1s
  oclif:config:ts-path Skipping typescript path lookup for C:\Program Files\mw\client\node_modules\@oclif\plugin-warn-if-update-available because NODE_ENV is NOT "test" or "development" +0ms
  oclif:@oclif/plugin-update:hooks:init start (import) C:\Program Files\mw\client\node_modules\@oclif\plugin-update\dist\hooks\init.js +0ms
  oclif:@oclif/plugin-warn-if-update-available:hooks:init start (import) C:\Program Files\mw\client\node_modules\@oclif\plugin-warn-if-update-available\lib\hooks\init\check-update.js +0ms
  oclif:@oclif/plugin-update:hooks:init done +21ms
  oclif:@oclif/plugin-warn-if-update-available:hooks:init done +8ms
  oclif:config init hook done +29ms
  oclif:config runCommand stack:list [] +1ms
  oclif:config:@mittwald/cli (import) C:\Program Files\mw\client\dist\commands\stack\list.js +66ms
  oclif:config start prerun hook +1ms
  oclif:config prerun hook done +1ms
  oclif:mw:stack:list init version: @oclif/core@4.5.2 argv: [] +0ms
  oclif:config start preparse hook +5ms
  oclif:config preparse hook done +0ms
  oclif:config start preparse hook +5ms
  oclif:config preparse hook done +0ms
  oclif:config start preparse hook +1ms
  oclif:config preparse hook done +0ms

Environment (please complete the following information):

  • OS: Windows
  • Shell: Powershell
  • Terminal [e.g. iTerm, Warp, ...]
  • Version (output of mw --version) [e.g. 1.2.3]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions