Debugging Next.js on Cloudflare Workers: Three Runtime Gotchas
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.
4 min read
2 posts on DevOps, SRE, and cloud infrastructure.
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.