Skip to content

v3.4.1 breaks netlify nextjs build #387

Closed
@fletcherist

Description

@fletcherist

Describe the bug
v3.4.1 breaks my site deployment, while v3.3.1 works

To Reproduce
Deploying the same commit:

v3.3.1 behavior (from netlify deploy logs)

 4. onBuild command from @netlify/plugin-nextjs
...
Building 18 pages
💼 Copying WP4 dynamic import chunks to netlify/functions/next_app/nextPage
etc...

v3.4.1

 4. onBuild command from @netlify/plugin-nextjs
...
Building 0 pages

Versions

  • Next.js: 10.0.9
  • plugin (if installed at fixed version): 3.4.1

If you're using file-based installation

  • netlify.toml:
[build]
  command = "yarn graphql && npm run build"
  publish = "out"

[[plugins]]
  package = "@netlify/plugin-nextjs"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions