This forum won’t let me post more then 1 media link so a more detailed description of the issue can be found here.
Problem:
Deploying monorepo application via Netlify CLI results in “Not Found error” due to not picking up the @netlify/plugin-nextjs plugin for nextjs runtime but works correctly via UI production deployments.
@hrishikesh although that worked as intended locally, in a CI environment I receive the following error message. Oddly, without the --build flag this error is not reported under the exact same environment conditions?
Hi @dutterbutter I’m not sure what’s going on there. debugging code is outside the realm of support but I will leave this thread open for others who can help.
The solution to my issue was to ditch the netlify/actions/cli@master action and make use of the netlify cli within the job itself. Most importantly specifying the usage of bash shell. Example: