Answers about upgrade
Questions and answers from the Croct community about upgrade.
Upgrading Strapi v4 to v5, does the Croct integration need changes?
We are planning the Strapi upgrade over the holidays. We run Strapi 4.25.x self-hosted with a Next.js 14 frontend, and Croct slots are mapped to two dynamic…
Upgrading @croct/plug-next across a major version, what usually breaks?
I maintain a Next.js app that has been on the same @croct/plug-next version for about a year. Reading through the changelogs before jumping the major, I can…
Migrating to Strapi 5 while two revenue experiments are running, risky?
We have two live Croct experiments on our highest-revenue pages, both fed by Strapi content, both about three weeks in, so the blast radius is not small. The…
Upgraded to Next.js 15 and cookies() is async now, does the Croct proxy need changes?
Bumped a project to Next.js 15. Request APIs like cookies() and headers() are async now. Do the Croct proxy or my fetchContent calls need code changes, or…
Moving to React 19 with Next.js, anything to watch with @croct/plug-next?
Upgrading to React 19 the same week it landed in our Next.js version, because why wait! Most of the app is already on Server Components and the codemod run…