-
Notifications
You must be signed in to change notification settings - Fork 87
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
out/index.html already exists #349
Comments
@matt-antone hey matt! check out the CLI build part of our README: https://github.com/netlify/netlify-plugin-nextjs#cli-usage unfortunately right now the CLI experience is still a bit fidgety as described in the README. we're getting a lot closer to cleaning up CLI builds under the hood to make this experience a lot easier (for plugin devs and plugin users)! the reason you might be seeing your error in particular is if your node_modules changed/purged between builds. the best way to handle that in this case is to just delete let me know if this solves your issue! |
@lindsaylevine I'm seeing a similar issue, but it's not working on the Netlify build process. Plot twist though, it works locally using the CLI. I'm not sure how to debug at the moment seeing as I can't see the interim output on Netlify. EDIT: I've also made sure to clear cache, to no avail. |
@tmilewski hmmm, how strange! what is the exact error you're seeing? regardless of that answer, though, i'll probably need a repo that reproduces your issue to figure out what's going on exactly 🙏 |
I'm on my phone currently, so I'll try and provide more later, but I'm running an NX monorepo with two front-end NextJS applications. At first, I was running into an error around .next/static not having files. I fixed that by manually setting the Next configuration distDir with an ENV variable to dist/apps/[app name]/.static/. That's where I then wound up where it's complaining that a chunk already exists in _next/. |
Hi Lindsay, Just picking this up again. I went so far as to rebuild using the next-netlify-starter. Deloying worked locally all day yesterday without having to delete any folders. Woke up this morning and ran the build in the same terminal with no changes made for giggles. And it started throwing errors again. I've updated manually to 3.4.1 and am still having the same issue in both local and netlify builds. Just deleting the /out folder doesn't work for me locally. Link to the latest deploy log: |
I'm hitting the same issue. I recently converted a react codebase to next js and installed the plugin via the manual installation directions in the README. Using Fails on netlify, but
|
@sangsta are you able to provide a simple repo that reproduces this issue? i tried @matt-antone's navalign repo in the original post and it errors out in a bunch of other ways. i'm unable to reproduce this on my own :/ |
closing since we haven't received a response/repro. please re-comment if you continue to need help! |
@lindsaylevine While not ideal, (see: losing caching, etc) what I wound up doing to make this workable in my Nx monorepo is creating a plugin and placing it before const { copySync } = require('fs-extra');
module.exports = {
onBuild: async () => {
const currentProject = process.env.PROJECT_NAME;
if (currentProject) {
copySync(
`/opt/build/repo/dist/apps/${currentProject}/`,
'/opt/build/repo',
{ overwrite: true }
);
}
},
}; [[plugins]]
package = "./tools/plugins/netlify/stop-build"
[[plugins]]
package = "netlify-plugin-contextual-env"
[[plugins]]
package = "./tools/plugins/netlify/nx-nextjs"
[[plugins]]
package = "@netlify/plugin-nextjs" |
@tmilewski take a look at #433! this will go out in our next release :) |
I've had the same issue. Actually the error message perfectly described the problem. In my project I've migrated from CRA to Nextjs and there was still an index.html in the public/ folder which is being copied to out/. |
* feat: upload static export to cdn * feat: ensure out directory * fix: check standalone only in standalone mode * test: add export fixture * test: ignore out dir in test fixtures * test: add e2e test for output export * fix: check for undefined output config * fix: check properly for undefined output config
When running a Netlify CLI build locally or building at Netlify I get the same error. The NextJS build goes fine but the plugin stops on copying files to "out".
To Reproduce
Steps to reproduce the behavior locally:
netlify build
Steps to reproduce the behavior on Netlify:
Expected behavior
A complete build and deployment on Netlify
Versions
If you're using the CLI to build
If you're using file-based installation
netlify.toml:
[build]
command = "yarn build"
publish = "out"
functions = "functions"
[[plugins]]
package = "netlify-plugin-cache-nextjs"
# These options will cache the build directory at
${NETLIFY_BASE}/frontend/.next-build
[plugins.inputs]
# The path to the build directory
build_dir_path = "frontend"
# Custom build directory if you aren't using
.next
(https://nextjs.org/docs/api-reference/next.config.js/setting-a-custom-build-directory)# custom_build_dir_name = ".next"
[context.production.environment]
NEXT_SERVERLESS = "true"
NODE_ENV = "production"
Output from local build:
────────────────────────────────────────────────────────────────
Netlify Build
────────────────────────────────────────────────────────────────
❯ Version
@netlify/build 11.18.1
❯ Flags
{}
❯ Current directory
/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0
❯ Config file
/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/netlify.toml
❯ Context
production
❯ Loading plugins
────────────────────────────────────────────────────────────────
────────────────────────────────────────────────────────────────
info - Loaded env from /Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/.env.local
info - Using webpack 5. Reason: future.webpack5 option enabled https://nextjs.org/docs/messages/webpack5
Image domains set in next.config.js are ignored.
Please set the env variable NEXT_IMAGE_ALLOWED_DOMAINS to "res.cloudinary.com" instead
No Next.js cache to restore.
(@netlify/plugin-nextjs onPreBuild completed in 468ms)
────────────────────────────────────────────────────────────────
2. onPreBuild command from netlify-plugin-cache-nextjs
────────────────────────────────────────────────────────────────
No cache found for the .next folder at the location
frontend/.next/cache
(netlify-plugin-cache-nextjs onPreBuild completed in 123ms)
────────────────────────────────────────────────────────────────
3. build.command from netlify.toml
────────────────────────────────────────────────────────────────
$ yarn build
yarn run v1.22.10
$ next build
info - Using webpack 5. Reason: future.webpack5 option enabled https://nextjs.org/docs/messages/webpack5
info - Checking validity of types
info - Creating an optimized production build
info - Compiled successfully
info - Collecting page data
[=== ] info - Generating static pages (0/291)[react-markdown] Warning: please pass a string as
children
(not:In addition to the equity market declines, what stands out about 2018 is the breadth of negative returns across almost every type of asset class and financial market, whether bonds, equities, or commodities. Even core investment-grade bonds were in the red. It was extremely difficult to make money in the financial markets last year.,[object Object]
)[== ] info - Generating static pages (145/291)[react-markdown] Warning: please pass a string as
children
(not:In addition to the equity market declines, what stands out about 2018 is the breadth of negative returns across almost every type of asset class and financial market, whether bonds, equities, or commodities. Even core investment-grade bonds were in the red. It was extremely difficult to make money in the financial markets last year.,[object Object]
)info - Generating static pages (291/291)
info - Finalizing page optimization
Page Size First Load JS
┌ ● / 3.9 kB 256 kB
├ ● /[slug] 3.44 kB 255 kB
├ ├ /careers
├ ├ /disclosures
├ ├ /form-crs
├ └ [+4 more paths]
├ ○ /404 3.05 kB 68.1 kB
├ ● /services 1.47 kB 148 kB
├ ● /services/[slug] 5.67 kB 258 kB
├ ├ /services/2018-in-review-worst-year-since-great-recession
├ ├ /services/4-financial-priorities-young-families-should-address
├ ├ /services/401k-the-retirement-marathon
├ └ [+121 more paths]
├ ● /services/business/[slug] 6.67 kB 259 kB
├ ├ /services/business/401k-and-pension-plan-fiduciary
├ ├ /services/business/business-owner
├ └ /services/business/succession-exit-planning
├ ● /services/family/[slug] 6.66 kB 259 kB
├ ├ /services/family/empty-nesters
├ ├ /services/family/married-no-children
├ ├ /services/family/raising-a-family
├ └ [+2 more paths]
├ ● /services/individual/[slug] 6.67 kB 259 kB
├ ├ /services/individual/business-executive
├ ├ /services/individual/doctors-physicians
├ ├ /services/individual/entertainment-industry
├ └ [+3 more paths]
├ ● /updates 1.47 kB 148 kB
├ ● /updates/[slug] 5.67 kB 258 kB
├ ├ /updates/2018-in-review-worst-year-since-great-recession
├ ├ /updates/4-financial-priorities-young-families-should-address
├ ├ /updates/401k-the-retirement-marathon
├ └ [+121 more paths]
├ ● /what-we-do 1.38 kB 253 kB
├ ● /what-we-do/[slug] 3.48 kB 255 kB
├ ├ /what-we-do/401k-and-pension-plan-fiduciary
├ ├ /what-we-do/fiduciary-financial-planning
├ ├ /what-we-do/fiduciary-investment-services
├ └ [+2 more paths]
├ ● /who-we-are 1.65 kB 254 kB
└ ● /who-we-are/[slug] 8.48 kB 260 kB
├ /who-we-are/christopher-carter
├ /who-we-are/david-jacobs
├ /who-we-are/index
└ [+7 more paths]
├ chunks/commons.b12e07.js 13.5 kB
├ chunks/framework.85c078.js 42.6 kB
├ chunks/main.d2a1b3.js 6.9 kB
├ chunks/pages/_app.feb5a5.js 1.03 kB
└ chunks/webpack.14e883.js 1 kB
λ (Lambda) server-side renders at runtime (uses getInitialProps or getServerSideProps)
○ (Static) automatically rendered as static HTML (uses no initial props)
● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
(ISR) incremental static regeneration (uses revalidate in getStaticProps)
✨ Done in 12.54s.
(build.command completed in 12.7s)
────────────────────────────────────────────────────────────────
4. onBuild command from @netlify/plugin-nextjs
────────────────────────────────────────────────────────────────
** Running Next on Netlify package **
🚀 Next on Netlify 🚀
💼 Copying static NextJS assets to out
────────────────────────────────────────────────────────────────
Plugin "@netlify/plugin-nextjs" internal error
────────────────────────────────────────────────────────────────
Error message
Error: 'out/_next/static/JeCJ-lXogoq2R7bQ8v0od/_buildManifest.js' already exists
Plugin details
Package: @netlify/plugin-nextjs
Version: 3.3.1
Repository: git+https://github.com/netlify/netlify-plugin-nextjs.git
npm link: https://www.npmjs.com/package/@netlify/plugin-nextjs
Report issues: https://github.com/netlify/netlify-plugin-nextjs/issues
Error location
In "onBuild" event in "@netlify/plugin-nextjs" from Netlify app and package.json
at mayCopyFile (/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:62:11)
at onFile (/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:54:10)
at getStats (/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:48:44)
at startCopy (/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:38:10)
at copyDirItem (/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:122:10)
at /Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:115:39
at Array.forEach ()
at copyDir (/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:115:23)
at onDir (/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:105:10)
at getStats (/Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/node_modules/fs-extra/lib/copy-sync/copy-sync.js:45:37)
Resolved config
build:
command: yarn build
commandOrigin: config
environment:
- NEXT_SERVERLESS
- NODE_ENV
publish: /Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/out
functionsDirectory: /Users/antone/Dropbox (Personal)/DevProjects/Glyphix/navalign3.0/functions
plugins:
- inputs: {}
origin: ui
package: '@netlify/plugin-nextjs'
- inputs: {}
origin: config
package: netlify-plugin-cache-nextjs
The text was updated successfully, but these errors were encountered: