Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Cannot install extentions via cli when apache2 is installed

オープン
#7,461 コメント 20 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
apache
領域
cli

調査の方向性

まず、Apache2 を実行した状態で /tmp/code-server/bin/code-server --force --install-extension dracula-theme.theme-dracula コマンドを再現し、その後、Apache2 を停止した場合の動作と Apache のアクセスログを比較します。GET /error を生成するリクエストを追跡し、Apache2 がアクティブなまま拡張機能のインストールが成功することを確認します。

索引モデルが issue の本文から書いたものです。

説明

bug triage
Is there an existing issue for this?
  • I have searched the existing issues
OS/Web Information
  • Web Browser: does not matter -> cli problem
  • Local OS: does not matter -> cli problem
  • Remote OS: docker image codercom/enterprise-base:ubuntu
  • Remote Architecture: x86
  • code-server --version: 4.103.1 fbaadbcfbc16401327e28bd5df3040261977a540 with Code 1.103.1
Steps to Reproduce
  1. create template from docker template (without changes)
  2. create workspace with created template
  3. start workspace
  4. start terminal of workspace
  5. install and start apache2 sudo apt update && sudo apt install apache2 && sudo apache2ctl start
  6. try to install a code-server extensions via cli: /tmp/code-server/bin/code-server --force --install-extension dracula-theme.theme-dracula
Expected

the extension installation should work. It works with stopped apache2

Actual

the extension can not be installed. The extention is not found:

Extension 'dracula-theme.theme-dracula' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
Failed Installing Extensions: dracula-theme.theme-dracula

Logs
apache access log shows:
127.0.0.1 - - [19/Aug/2025:19:22:51 +0000] "GET /error HTTP/1.1" 404 488 "-" "VSCode 1.103.1 (code-server)"
Screenshot/Video

No response

Does this bug reproduce in native VS Code?

I did not test native VS Code

Does this bug reproduce in GitHub Codespaces?

I did not test GitHub Codespaces

Are you accessing code-server over a secure context?
  • I am using a secure context.
Notes

No response

主要言語
TypeScript
スター
79.4k
フォーク
6.9k
平均マージ
2日 13時間
マージ済み PR(30日)
39

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

coder/code-server のほかの issue

coder/code-server の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。