-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Issues: vercel/next.js
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
A Node.js API is used (process.version at line: 3) which is not supported in the Edge Runtime. On NEXTJS 15
bug
Issue was opened via the bug report template.
Linting
Related to `next lint` or ESLint with Next.js.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Runtime
Related to Node.js or Edge Runtime with Next.js.
#72214
opened Nov 2, 2024 by
sinanptm
Need support referring same singleton between different page's Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
getStaticProps
during building time.
bug
#72005
opened Oct 29, 2024 by
PrinOrange
Module '"next" has no exported member "X" (eg, 'Image', 'NextConfig').
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
#71889
opened Oct 26, 2024 by
mrArpanM
CommonJS and ESM modules cause SSR and CSR rendering issues with react contexts when using a custom lib
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Webpack
Related to Webpack with Next.js.
#71480
opened Oct 18, 2024 by
PBug90
Using a parallel route slot with dynamic route, in parallel to a catch-all route causes non-turbo dev server and build to fail.
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
#71087
opened Oct 10, 2024 by
ItsWendell
Catch-all Segments are mistakenly being triggered when it follows a Dynamic Segment (both get triggered)
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Documentation
Related to Next.js' official documentation.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Navigation
Related to Next.js linking (e.g., <Link>) and navigation.
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
Runtime
Related to Node.js or Edge Runtime with Next.js.
#70954
opened Oct 8, 2024 by
Gritteh
tsconfig > compilerOptions.paths > Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Module Resolution
Module resolution (CJS / ESM, module resolving)
TypeScript
Related to types with Next.js.
${configDir}
template variable fails the app load and build
bug
#70912
opened Oct 7, 2024 by
alexilyaev
Output chunks change when build stays the same
bug
Issue was opened via the bug report template.
linear: next
Confirmed issue that is tracked by the Next.js team.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Output (export/standalone)
Related to the the output option in `next.config.js`.
Performance
Anything with regards to Next.js performance.
Webpack
Related to Webpack with Next.js.
#70754
opened Oct 3, 2024 by
chriskrogh
next package can't be found when using --turbo and deno 2 rc in a monorepo
bug
Issue was opened via the bug report template.
linear: turbopack
Confirmed issue that is tracked by the Turbopack team.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Turbopack
Related to Turbopack with Next.js.
#70600
opened Sep 29, 2024 by
hamlim
Nextjs 15: Importing git modules issue - 'Module not found: Can't resolve 'package-name'
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
#69926
opened Sep 10, 2024 by
moltco
pages router global _error.tsx is triggered instead of app router global-error.tsx when force-static page used
bug
Issue was opened via the bug report template.
Documentation
Related to Next.js' official documentation.
linear: next
Confirmed issue that is tracked by the Next.js team.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Pages Router
Related to Pages Router.
Runtime
Related to Node.js or Edge Runtime with Next.js.
#69574
opened Sep 2, 2024 by
holubiev
Edge runtime is sensitive to order of "exports" in dependency, will only use edge-light if it's defined before browser
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Module Resolution
Module resolution (CJS / ESM, module resolving)
#69175
opened Aug 22, 2024 by
mcintyre94
Dynamic Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Lazy Loading
Related to Next.js Lazy Loading (e.g., `next/dynamic` or `React.lazy`).
Module Resolution
Module resolution (CJS / ESM, module resolving)
Output (export/standalone)
Related to the the output option in `next.config.js`.
Pages Router
Related to Pages Router.
import()
function usage behaves strangely, prevents server-only code
bug
#69070
opened Aug 19, 2024 by
coreyward
Webpack 5 custom loaders messing with NextJs default loader for (.png and .gif files)
bug
Issue was opened via the bug report template.
Image (next/image)
Related to Next.js Image Optimization.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Webpack
Related to Webpack with Next.js.
#68278
opened Jul 29, 2024 by
Mohitkumar6122
No way to opt out of experimental optimizePackageImports, which breaks Cypress component tests
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Documentation
Related to Next.js' official documentation.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Pages Router
Related to Pages Router.
SWC
Related to minification/transpilation in Next.js.
Webpack
Related to Webpack with Next.js.
#67569
opened Jul 8, 2024 by
redbmk
Route group as a root of dynamic route shows 404
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
#67078
opened Jun 20, 2024 by
dalechyn
Can't filter server-side based on client export
bug
Issue was opened via the bug report template.
Internationalization (i18n)
Related to Internationalization with Next.js.
Module Resolution
Module resolution (CJS / ESM, module resolving)
#66604
opened Jun 6, 2024 by
eric-burel
Custom page extension + own sitemap/robots route bug - route source code returned instead of Response
bug
Issue was opened via the bug report template.
Middleware
Related to Next.js Middleware.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Navigation
Related to Next.js linking (e.g., <Link>) and navigation.
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
#66116
opened May 23, 2024 by
Git-I985
ES Modules may not assign module.exports or exports.*, Use ESM export syntax
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
SWC
Related to minification/transpilation in Next.js.
Webpack
Related to Webpack with Next.js.
#66017
opened May 21, 2024 by
maulik1729
Build Error when trying to compile with 'use client' files.
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
#65896
opened May 17, 2024 by
iliacodes
Not working with Yarn pnpm strategy
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Runtime
Related to Node.js or Edge Runtime with Next.js.
#65757
opened May 14, 2024 by
coreyward
Next >14.0.1 cannot use @ant-design/icons (unexpected token 'export')
bug
Issue was opened via the bug report template.
create-next-app
Related to our CLI tool for quickly starting a new Next.js application.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Webpack
Related to Webpack with Next.js.
#65707
opened May 13, 2024 by
BaileyMillerSSI
allow importing "server-only" modules in Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
next.config.js
bug
#65652
opened May 11, 2024 by
stefanprobst
Unused dependencies in standalone build using storybook
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Output (export/standalone)
Related to the the output option in `next.config.js`.
#65444
opened May 7, 2024 by
andrea-benato-deltatre
PGLite: 'import', and 'export' cannot be used outside of module code
bug
Issue was opened via the bug report template.
Module Resolution
Module resolution (CJS / ESM, module resolving)
Webpack
Related to Webpack with Next.js.
#65361
opened May 4, 2024 by
Neo-Ciber94
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.