Next.js Discord

Discord Forum

Next.js app renders but is completely non-interactive after upgrade (no console or network errors)

Unanswered
Dreamgineer posted this in #help-forum
Open in Discord
My app is a nextjs app behind Cloudflare hosted using Docker(not standalone output). The moment I upgrade nextjs from 16.0.1 to the latest using codemod, the website becomes non-interactive.

4 Replies

@Dreamgineer My app is a nextjs app behind Cloudflare hosted using Docker(not standalone output). The moment I upgrade nextjs from 16.0.1 to the latest using codemod, the website becomes non-interactive.
I assume you using a versioning system like git. I assume you also create a branch or single commit for those changes. What changes were done?