I am currently experiencing connection issues with Zeabur Gateway, which prevents the CLI from accessing the control plane API, making it impossible to create projects/services or perform deployments.
Symptoms
• Executing:
zeabur project list
• Returns error:
ERROR Message: Post "https://gateway.zeabur.com/graphql": dial tcp 104.200.26.73:443: connect: connection refused
Further Verification
• Requesting Gateway directly:
curl -I https://gateway.zeabur.com
• Returns:
curl: (7) Failed to connect to gateway.zeabur.com port 443: Couldn't connect to server
Impact
• Unable to retrieve project list via Zeabur CLI
• Unable to create/manage projects and services
• Unable to execute new deployment tasks
Additional Information
• https://status.zeabur.com currently shows "All services are online"
• However, accessing gateway.zeabur.com:443 from the current machine results in "connection refused"
• I have successfully completed CLIProxyAPI deployments in this same environment before, so this seems more like a Gateway link or regional access issue rather than a local deployment process problem.
Request for Assistance
Please help confirm:
-
Is there currently a partial outage or regional access issue with gateway.zeabur.com?
-
Have there been any changes or maintenance to the GraphQL Gateway that the Zeabur CLI depends on?
-
Are there any alternative access points, temporary workarounds, or recommended troubleshooting steps?