First, chatting with the AI assistant on the webpage to fix bugs always results in a "network error," which prevents me from proceeding with various issues. Second, I keep encountering 502 errors.
I am experiencing a 502 Bad Gateway error with a service deployed on Zeabur.
Error Details
- Status Code: 502 Bad Gateway
- Request ID:
- URL: https://nanqu.preview.aliyun-zeabur.cn/
Possible Causes
- The service is not listening on the correct port—you can check the port the service is listening on in the "Networking" tab of the Zeabur console.
- The service crashed or stopped responding—you can check the "Logs" tab to troubleshoot the cause.
Please assist me in troubleshooting this 502 error based on the information above.
Furthermore, the AI told me: New requirements for pnpm v10, which is unrelated to the network. Your project is a monorepo, and pnpm v10 requires setting inject-workspace-packages: true in pnpm-workspace.yaml.
However, I keep running into network issues that reset the debugging process.
It's very frustrating and I'm at my wit's end.