WebSocket Error and Docker Pull Rate Limit During Deployment
o
omar
I encountered two issues while working with Easypanel:
Deployment Failure (Docker Pull Rate Limit):
When creating a new app and attempting to pull the directus/directus:11.1.2 image, the deployment failed with the following error:
HTTP code 500 server error - toomanyrequests: You have reached your pull rate limit.
This prevents the application from being deployed properly.
Server Console WebSocket Error:
When navigating to Settings and opening the server console, I received a WebSocket error:
WebSocket is already in CLOSING or CLOSED state.
The console is non-responsive, and I cannot input any commands.
M
Mark Topper
What's the image?
If its a DockerHub hosted image, you may have a look at their rate limits: https://docs.docker.com/docker-hub/download-rate-limit/#whats-the-download-rate-limit-on-docker-hub
Be aware that rate limits could be shared across the public IP, and may cause issues when the IP is shared with others (like a proxy, VPN or a shared office building and similar).