ZeroOne English articles, page 2
wrangler deploy “Missing entry-point”: Deploy a Static dist Directory
2026-08-19
DevOps
Fix Wrangler’s “Missing entry-point” error by declaring a Worker entry, passing a static assets directory, or moving the output path into wrangler.jsonc.
786 words
|
4 minutes
Cloudflare Workers Error 1102: Find CPU or Memory Limit First
2026-08-18
DevOps
Troubleshoot Cloudflare Workers error 1102 by separating CPU time from 128 MB memory, reading invocation logs, profiling locally, and choosing a safe fix.
986 words
|
5 minutes
Codex Reset Date Keeps Moving: Check the Seven-Day Usage Window
2026-08-18
AI
Understand why the Codex reset date moves, how to read /status and the usage page, and what to capture when remaining quota still gets rejected.
1061 words
|
5 minutes
Docker Compose KeyError: ContainerConfig: Migrate from docker-compose v1
2026-08-18
DevOps
Fix Docker Compose KeyError: ContainerConfig by moving from legacy Python docker-compose v1 to docker compose v2 and recreating stale containers safely.
878 words
|
4 minutes
GitHub Actions Self-Hosted Runner Minimum Version: Check 2.329.0
2026-08-18
DevOps
Prepare self-hosted GitHub Actions runners for version enforcement: check 2.329.0 registration, 30-day updates, product dates, and safe rollout steps.
997 words
|
5 minutes
Vite “Error While Updating Dependencies”: Rebuild the Cache Safely
2026-08-18
Frontend
Fix Vite’s "error while updating dependencies" by checking the real failure, forcing optimized-dependency rebuilds, and avoiding unsafe cache deletion.
962 words
|
5 minutes
Cloudflare Pages File Limit for Astro: Pages vs Workers
2026-08-17
DevOps
Check an Astro build against Cloudflare Pages file limits, then choose paid Pages or Workers Static Assets without confusing static output with SSR.
854 words
|
4 minutes
Docker Compose env_file vs ${VAR}: Fix Interpolation
2026-08-17
DevOps
Fix Docker Compose variables that are empty during parsing: use --env-file or .env for interpolation, keep service env_file separate, and verify the model.
885 words
|
4 minutes