Files
openchamber/packages/docs/content/docs/zh-cn/troubleshooting.mdx
T
Bohdan Triapitsyn 6f4e0068c1 docs: add localized documentation pages
Adds translated docs for Spanish, Korean, Polish, Portuguese, Ukrainian, and Chinese
Covers install, quickstart, themes, troubleshooting, tunnels, and reverse proxy guides
Updates docs workflow, sidebar, and contributor documentation
2026-05-23 00:33:39 +03:00

31 lines
768 B
Plaintext

---
title: 问题排查
description: 常见的设置与运行问题及快速解决方法。
---
# 问题排查
## OpenChamber 命令退出或无法启动
- 确认 Node.js `>=20`
- 运行 `openchamber --version`
- 如有需要,重新安装最新的 CLI
## 无法访问 Web UI
- 用 `openchamber logs` 查看服务器日志
- 确认活动端口(默认 `3000`)
- 在测试隧道链接之前,先直接打开 `http://localhost:3000`
## 远程/隧道链接无法使用
- 运行 `openchamber tunnel status --all`
- 从同一实例/端口重启隧道
- 如果之前的令牌已被使用,请重新生成连接链接
## VS Code 扩展无法连接
- 确认 OpenChamber 服务器正在运行
- 确认扩展已更新
- 重新加载 VS Code 窗口并重试连接