Next.js app renders but is completely non-interactive after upgrade (no console or network errors)
Unanswered
Dreamgineer posted this in #help-forum
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?
@B33fb0n3 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?
The only changes that were there when it broke are
package.json and bun.lock@Dreamgineer The only changes that were there when it broke are `package.json` and `bun.lock`
so the codemod only updated those two?