Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

833 B

Error patterns (compact)

Use this to quickly map log signatures to likely causes and fixes.

Log pattern Likely cause Quick fix
KeyError, not defined, missing environment Missing env var Add env var in render.yaml or via MCP, then redeploy
EADDRINUSE, listen EADDRINUSE Port binding conflict Bind to 0.0.0.0:$PORT
Cannot find module, ModuleNotFoundError Missing dependency Add dependency to manifest and rebuild
ECONNREFUSED, connection refused DB not reachable Verify DATABASE_URL and DB status
Health check timeout No healthy response Add/verify health endpoint and port
exit 137, out of memory OOM Reduce memory use or upgrade plan
Command failed, build failed Bad build command Fix build command or dependencies