- Published on
I tried to deploy my Next.js SSR app and hit the usual snags (Pages 404s, works-on-my-machine). Here’s the simple CI/CD flow I shipped with Cloudflare Workers + GitHub Actions.
Next.js tutorials covering routing, the Link component, SSR, and deployment, with working code and fixes for the gotchas in both the App and Pages routers.