
Next.js 16 Static Export on Cloudflare Pages: Four Gotchas That Bit Me
I rebuilt autokaam.com on Next.js 16 static export and shipped it to Cloudflare Pages. Four things changed that do not fail loudly: params became a Promise, dynamic routes 404 without generateStaticParams, next/image breaks on external URLs, and a metadata override silently blanked my social cards. Here are the exact fixes with the code that shipped.




















