Two debugging notes from a Cloudflare Workers tarot app
Two unrelated bugs from one debugging day on a Next.js + Cloudflare Workers app: an SSE hang from a `pull` ReadableStream, and a `null/undefined` validation drift.
11 posts on DevOps, SRE, and cloud infrastructure.
Two unrelated bugs from one debugging day on a Next.js + Cloudflare Workers app: an SSE hang from a `pull` ReadableStream, and a `null/undefined` validation drift.
Three bugs I hit after deploying swill.fun to Cloudflare Workers — next-mdx-remote crashing at runtime, params becoming a Promise, and build artifacts polluting git history.
End-to-end record of building and deploying swill.fun — covering Next.js 16 + Cloudflare Workers deployment, SEO configuration, and gotchas encountered along the way.