I am encountering difficulties while attempting to deploy my project on Netlify, which is functioning correctly with the yarn build command locally. Despite multiple attempts, the build process on Netlify consistently fails due to a plugin issue. I have already tried adjusting the version of the Netlify package plugin as a potential solution.
Additionally, I would like to clarify whether the configuration for deploying using Runtime v5 on Netlify (as outlined in the documentation here) is a requirement for my project. If it is not necessary, I am uncertain why I am facing deployment challenges.
I have attached a screenshot for further context regarding the issue.
Here is some info
NextJs version: 14.2.4
NodeJs: 18.20.3
