Skip to content

[Bug] Command not in Path #605

Description

@celsowm

Description

Brief description of the bug

Environment

  • OS: (e.g., macOS 14.0, Ubuntu 22.04, Windows 11)
  • Node version: (run node --version)
  • Nanocoder version: (run nanocoder --version)
  • Provider: (e.g., Ollama, OpenRouter, OpenAI-compatible API)
  • Model: (e.g., llama3.2, claude-3.5-sonnet)

Steps to Reproduce

  1. install adn run

Expected Behavior

What you expected to happen

Actual Behavior

What actually happened

PS C:\Users\celso\Documents\projetos\oasis-editor> nanocoder
Loading real Pino dependencies {
  source: 'logger-provider',
  method: 'dynamic-import',
  status: 'starting'
}
Real dependencies loaded successfully {
  source: 'logger-provider',
  status: 'success',
  duration: 975,
  modules: [ 'pino-logger', 'config' ]
}
Global message queue initialized { hasPreviousQueue: false }
Command not in PATH {
  command: 'typescript-language-server',
  err: Error: Command failed: where typescript-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:38)
      at initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:30) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 21864,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'deno',
  err: Error: Command failed: where deno
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:38)
      at initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:30) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 35684,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'pylsp',
  err: Error: Command failed: where pylsp
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 26296,
    stdout: null,
    stderr: null
  }
}
Server verification failed {
  checkCommand: 'rust-analyzer --version',
  err: Error: Command failed: rust-analyzer --version
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at verifyServer (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:252:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:345:32)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 24332,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'gopls',
  err: Error: Command failed: where gopls
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 40636,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'clangd',
  err: Error: Command failed: where clangd
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 38384,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'vscode-json-language-server',
  err: Error: Command failed: where vscode-json-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 24260,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'vscode-html-language-server',
  err: Error: Command failed: where vscode-html-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 24996,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'vscode-css-language-server',
  err: Error: Command failed: where vscode-css-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 27280,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'yaml-language-server',
  err: Error: Command failed: where yaml-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 37884,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'bash-language-server',
  err: Error: Command failed: where bash-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 1996,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'lua-language-server',
  err: Error: Command failed: where lua-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 18404,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'vscode-mdx-language-server',
  err: Error: Command failed: where vscode-mdx-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 3748,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'marksman',
  err: Error: Command failed: where marksman
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 38596,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'graphql-lsp',
  err: Error: Command failed: where graphql-lsp
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 27112,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'graphql-lsp',
  err: Error: Command failed: where graphql-lsp
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 41544,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'docker-langserver',
  err: Error: Command failed: where docker-langserver
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 15808,
    stdout: null,
    stderr: null
  }
}
Command not in PATH {
  command: 'yaml-language-server',
  err: Error: Command failed: where yaml-language-server
      at genericNodeError (node:internal/errors:985:15)
      at wrappedFn (node:internal/errors:539:14)
      at checkExecSyncError (node:child_process:925:11)
      at execFileSync (node:child_process:961:15)
      at findCommand (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:228:9)
      at discoverLanguageServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/server-discovery.js:333:29)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async LSPManager.initialize (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/lsp/lsp-manager.js:45:32)
      at async initializeLSPServers (file:///C:/Users/celso/AppData/Roaming/npm/node_modules/@nanocollective/nanocoder/dist/hooks/useAppInitialization.js:207:13) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 40708,
    stdout: null,
    stderr: null
  }
}


 █▄  ▄▀█ █▄  █▀█ █▀▀ █▀█ █▀▄ █▀▀ █▀█
  ▀█ █▀█  ▀█ █▄█ █▄▄ █▄█ █▄▀ ██▄ █▀▄


  Welcome to Nanocoder 1.28.1 
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
                                                                                                                  
  Tips for getting started:                                                                                       
                                                                                                                  
  1. Use natural language to describe what you want to build.                                                     
  2. Ask for file analysis, editing, bash commands and more.                                                      
  3. Be specific as you would with another engineer for best results.                                             
  4. Type /exit or press Ctrl+C to quit.                                                                          
                                                                                                                  
  /help for help                                                                                                  
                                                                                                                  
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

~\AppData\Roaming\nanocoder\agents.config.json ·  main (default)

Configuration needed. Let's set up your providers...


 Provider Wizard
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
                                                                                                                  
  Where would you like to create your configuration?                                                              
                                                                                                                  
  Note: Global config exists at                                                                                   
  C:\Users\celso\AppData\Roaming\nanocoder\agents.config.json                                                     
                                                                                                                  
   Global user config                                                                                            
    Current project directory                                                                                     
                                                                                                                  
  Tip: Project configs are useful for team settings. Global configs work across all projects.                     
                                                                                                                  
  Esc: Exit wizard | Shift+Tab: Go back                                                                           
                                              

If applicable, add logs or screenshots to help explain the problem

Additional Context

  • I have searched existing issues to ensure this is not a duplicate
  • I can reproduce this issue consistently
  • This issue occurs with the latest version of nanocoder

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions