我这边当前遇到 Zeabur Gateway 连接问题,导致 CLI 无法正常访问控制面 API,无法继续创建项目/服务或执行部署。
现象
• 执行:
zeabur project list
• 返回错误:
ERROR Message: Post "https://gateway.zeabur.com/graphql": dial tcp 104.200.26.73:443: connect: connection refused
进一步验证
• 直接请求 Gateway:
curl -I https://gateway.zeabur.com
• 返回:
curl: (7) Failed to connect to gateway.zeabur.com port 443: Couldn't connect to server
影响
• 无法通过 Zeabur CLI 获取项目列表
• 无法继续创建/管理项目与服务
• 无法执行新的部署任务
补充信息
• https://status.zeabur.com 当前显示 All services are online
• 但从当前机器访问 gateway.zeabur.com:443 实际是 connection refused
• 之前同一环境曾成功通过 Zeabur 完成过 CLIProxyAPI 部署,所以这次更像是 Gateway 链路或区域访问异常,而不是本地部署流程问题
请求协助
请帮忙确认:
1. gateway.zeabur.com 当前是否存在局部故障或区域性访问异常
2. Zeabur CLI 所依赖的 GraphQL Gateway 是否有变更或维护
3. 是否有可替代的访问入口、临时绕行方案,或建议的排查方式