since the time i started to have this security alert
) Security Check Recommended (CVE-2025-55182): Please review your application’s dependencies. If you are running React or Next.js applications, immediately update to the latest stable versions (React 19.2.1 or the relevant version of Next.js), and redeploy. ) ,
my app stopped deploying and gives error each time i try to publish
i tried to upgrade next by adding this order to my terminal using the prototyper
“npx fix-react2shell-next”
but the whole app stopped working , so i reverted to the older version
but now im stuck and cant publish my app anymore , and keeps getting error no matter what i did
You have no choice to update to secure versions of React/Next. I am sorry that this happens, it also happened to me and it was just resolved. So, updating through the npx command and then fixing the errors that appear thanks to the Prototyper is the way. Remember to look at the error logs.
I am writing to report a significant issue I’ve encountered since my development environment was upgraded from Next.js version 15.3.3 to 15.3.6.
Since the update, my application has been stuck in a continuous loop of build errors. Although we have attempted to fix numerous issues sequentially (including type errors, dependency inconsistencies, and Firebase SDK problems), each fix seems to uncover a new underlying problem, making the adjustment process unfeasible.
The hosting build process, which is quite strict, is now blocking the deployment of features that were previously working perfectly on version 15.3.3. Given the extensive number of adjustments required and the complexity of the errors that have arisen, migrating to version 15.3.6 has become a roadblock to my project’s progress.
I would like to inquire if there is any plan to support version 15.3.3 of Next.js again in the hosting environment, or if there is any way to revert my project to this version, which was stable and functional for my application.
Thank you for your attention. I look forward to your response.