代码服务器 3.6.0 webview 脚本问题与证书和终端不 运行
code-server 3.6.0 webview script issue with certificate and terminal not running
我刚刚在我的 ubuntu 16 开发服务器上安装了代码服务器 3.6.0,但我在安装扩展和 运行ning 终端时遇到问题:
当我尝试安装扩展程序时出现以下错误:
Error loading webview: Could not register service workers: SecurityError: Failed to register a ServiceWorker for scope ('https://mysite.xxx:8080/webview/') with script ('https://mysite.xxx:8080/webview/service-worker.js'): An SSL certificate error occurred when fetching the script..
当我 运行 通过命令行 ./bin/code-server 代码服务器并登录到 https://mysite.xxx:8080 时,我收到以下日志错误:
我试过 npm rebuil 和 npm reinstall 但问题是一样的
即使终端不是运行ning,它始终处于启动状态:
我以前使用 2.3 版的代码服务器,它工作正常,没有任何问题,我可以安装扩展和 运行 终端...
有人遇到这个问题吗?
有人解决了吗?
我已经完全删除了代码服务器并下载了最新版本(撰写本文时为 3.6.2)。
运行 它来自 ./bin/code-server 从 ~/.config/code-server/config.yml 获取配置
它奏效了。有时仍然有 SErviceWorker 错误,但至少终端和主要扩展工作正常。
我刚刚在我的 ubuntu 16 开发服务器上安装了代码服务器 3.6.0,但我在安装扩展和 运行ning 终端时遇到问题: 当我尝试安装扩展程序时出现以下错误:
Error loading webview: Could not register service workers: SecurityError: Failed to register a ServiceWorker for scope ('https://mysite.xxx:8080/webview/') with script ('https://mysite.xxx:8080/webview/service-worker.js'): An SSL certificate error occurred when fetching the script..
当我 运行 通过命令行 ./bin/code-server 代码服务器并登录到 https://mysite.xxx:8080 时,我收到以下日志错误:
我试过 npm rebuil 和 npm reinstall 但问题是一样的
即使终端不是运行ning,它始终处于启动状态:
我以前使用 2.3 版的代码服务器,它工作正常,没有任何问题,我可以安装扩展和 运行 终端...
有人遇到这个问题吗? 有人解决了吗?
我已经完全删除了代码服务器并下载了最新版本(撰写本文时为 3.6.2)。 运行 它来自 ./bin/code-server 从 ~/.config/code-server/config.yml 获取配置 它奏效了。有时仍然有 SErviceWorker 错误,但至少终端和主要扩展工作正常。