-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin sends error flood when using very custom build command #533
Comments
We are getting the same error using Next.js 10.2.3 having this command within our
Context of the build.
We currently have a problem not building anymore without changing our sources with the following error:
|
@rayriffy hey ray! thanks for reporting :). i haven't had the opportunity to work much on next recently so i defer to @ascorbic who's done all the awesome monorepo support work and has been juggling a ton of other major next.js initiatives. he should be able to offer insight into these floods and maybe patch it up for you. @norbertschuler hey norbert! it seems like that second error you shared might actually be different from the parseNpmScript errors but still related to the script work since it does seem like a random, pure |
Hey. Thanks for the report. This looks like the same issue as #528, and should be fixed in version 3.7.1 of the plugin. It will be auto-installed later today, but if you want to use it now, install |
Netlify now is using @netlify/[email protected] and our builds are working again :-) |
Great! Thanks for the update. |
@ascorbic i still have an error throw from |
…ferred downstream (#533) * fix: ensure locale is in next request to allow page locale to be calculated downstream * test: Add checks for nextRequest locale
Describe the bug
I am building Next application with Nx monorepo to Netlify with heavily customized command.
next-plugin-netlify
cannot recognize those and send false-positive double error flood to deploy log ononPreBuild
,onBuild
, andonPostBuild
lifecycle. But NextJS still being detected and deploy correctlyExpected behavior
Error flood should not be visible
Versions
If you're using file-based installation
The text was updated successfully, but these errors were encountered: