Issue Description:
I am unable to open the terminal page for my OpenClaw service.
Access link: https://zeabur.com/omni/terminal?serviceID=6a10822bebbb1240ce432057
Environment Information:
- Project ID:
6a107bfa6848ad139c00a385 - Service ID:
6a10822bebbb1240ce432057 - Service Name: OpenClaw
- Service Type: PREBUILT_V2
- Environment ID:
6a107bfabc7beb3d582d7e80
Symptoms:
- After clicking the "Terminal" tab in the dashboard, the page fails to load.
- The page appears blank or stuck in a loading state.
- No error messages are displayed.
Troubleshooting Steps Taken:
- ✅ Service status is normal - Service is running.
- ✅ Resource usage is normal - CPU average 1.81%, Memory 684MB (within normal range).
- ✅ CLI terminal works fine - Commands can be executed inside the container via
npx zeabur@latest service exec. - ✅ Service process is normal - Main process (openclaw) is running, PID 46.
Diagnostic Data:
CPU Usage (last 2 hours):
- Average: 1.81%
- Max: 17.77%
- Min: 0.92%
Memory Usage (last 2 hours):
- Average: 684.24 MB
- Max: 687.78 MB
- Min: 683.36 MB
Possible Causes:
- Browser cache issues
- WebSocket connection issues
- Network/Firewall blocking WebSockets
- Dashboard frontend issues
Expected Result: Be able to open the terminal page normally and execute commands inside the container via the browser.