Cloudflare error 522 connection timed out
Fix Cloudflare 522 errors when Cloudflare cannot establish a timely connection to the origin server.
Error 522: Connection timed out Static developer troubleshooting database
Dev Error DB is a searchable, static-first knowledge base for common build, package, runtime, API, and deployment errors.
Fix Cloudflare 522 errors when Cloudflare cannot establish a timely connection to the origin server.
Error 522: Connection timed out Fix Cloudflare 525 SSL handshake failures between Cloudflare and the origin server.
Error 525: SSL handshake failed Fix Cursor model not available errors caused by unavailable models, provider settings, or access limits.
Model not available Fix Cursor API key issues when custom model access or OpenAI-compatible settings fail.
API key not working Fix DNS_PROBE_FINISHED_NXDOMAIN errors caused by missing, incorrect, or not-yet-propagated DNS records.
DNS_PROBE_FINISHED_NXDOMAIN Fix Docker daemon connection errors when Docker Desktop or the Linux Docker service is not available.
Cannot connect to the Docker daemon Fix Docker Compose port allocation errors when another process or container already uses the host port.
Bind for 0.0.0.0:PORT failed: port is already allocated Fix Docker no space left on device errors by cleaning unused images, containers, volumes, and build cache.
no space left on device Fix Docker permission denied errors when running docker commands or mounting files.
permission denied while trying to connect to the Docker daemon socket Fix Git fatal not a git repository errors when running Git commands from the wrong directory.
fatal: not a git repository (or any of the parent directories): .git Fix Git SSH permission denied publickey errors when cloning, pulling, or pushing repositories.
Permission denied (publickey). Fix Git refusing to merge unrelated histories when combining repositories or mismatched branches.
fatal: refusing to merge unrelated histories Fix Git remote origin already exists errors when adding or changing repository remotes.
fatal: remote origin already exists Fix GitHub Actions builds that fail because the workflow Node.js version differs from local development.
The engine "node" is incompatible with this module Fix GitHub Actions npm ci failures caused by missing or out-of-sync package lock files.
npm ci can only install packages when your package.json and package-lock.json are in sync Fix GitHub Actions SSH permission denied errors when a workflow clones, deploys, or pushes with a key.
Permission denied (publickey) Fix Node.js cannot find module errors caused by missing installs, wrong paths, or package export issues.
Error: Cannot find module Fix Node.js ERR_MODULE_NOT_FOUND errors in ES module projects.
Error [ERR_MODULE_NOT_FOUND] Fix npm ERR! code E401 authentication failures when installing or publishing packages.
npm ERR! code E401 Fix npm ERR! code ERESOLVE dependency resolution errors caused by conflicting peer dependencies.
npm ERR! code ERESOLVE Fix npm enoent package.json errors when npm commands are run outside a Node.js project.
npm ERR! enoent Could not read package.json Fix OpenAI API context length exceeded errors by reducing prompt, history, or output token size.
context_length_exceeded Fix OpenAI API insufficient quota errors by checking billing, project limits, and usage.
insufficient_quota Fix OpenAI API authentication failures caused by missing, invalid, or incorrectly loaded API keys.
401 Incorrect API key provided Fix OpenAI API model not found errors caused by wrong model names, access limits, or stale configuration.
The model does not exist or you do not have access to it Fix OpenAI API rate limit errors by reducing request volume, retrying with backoff, and checking account limits.
RateLimitError: 429 Too Many Requests Fix pip command not found errors by using python -m pip or installing pip for the active Python runtime.
pip: command not found Fix Python ModuleNotFoundError by installing packages into the correct environment and checking import names.
ModuleNotFoundError: No module named Fix Python SSL certificate verification failures in pip, requests, urllib, and API clients.
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed Fix Python venv ensurepip errors on systems where the venv package or bundled pip support is missing.
The virtual environment was not created successfully because ensurepip is not available Fix SSL certificate has expired errors by renewing certificates and checking intermediate certificate chains.
certificate has expired Fix self signed certificate in certificate chain errors in Node.js, npm, Git, and corporate networks.
self signed certificate in certificate chain Fix unable to get local issuer certificate errors by repairing trust stores or serving a complete certificate chain.
unable to get local issuer certificate Fix Vercel build command failed errors by reproducing the build locally and checking environment settings.
Command "npm run build" exited with 1 Fix Vercel module not found errors caused by case-sensitive paths, missing dependencies, or wrong build roots.
Module not found: Can't resolve