Skip to content

Commit

Permalink
add one tb
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Jan 4, 2025
1 parent b6991a8 commit 287198b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/admin/troubleshoot/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ docker exec -it websoft9-apphub cat /websoft9/apphub/logs/apphub_error.log

如果错误日志是 Unit docker.socket entered failed state,表明系统缺少 docker 用户组,运行 `groupadd docker` 增加用户组

#### 创建应用报错 `data.forward_port should be >= 1`?

问题现象:重建应用时报错 `data.forward_port should be >= 1`,但应用重建时成功的
问题原因:重建应用时可能删除 .env 文件中的 `W9_URL``W9_HTTP_PORT` 环境变量,导致重建应用时尝试更新 Websoft9 网关
解决方案:如果应用不需要发布,可以删除应用在 Websoft9 网关中对应的记录

## 应用问题

#### 访问应用出现 502 错误?{#nginx502}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ Running `netstat -tunlp` to check which process is using port 9000, then free th
Running `systemctl status docker` and `journalctl -xe` to check error logs
### Recreate App error: data.forward_port should be >= 1
The reason is that you have delete `W9_URL` and `W9_HTTP_PORT` that exist `.env`, if don't need to publish your App, you should delete Proxy related one record at **Websoft9 Gateway**
## Applications
Expand Down

0 comments on commit 287198b

Please sign in to comment.