-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
fetch requests not cached between generateMetadata and page component as per docs
bug
Issue was opened via the bug report template.
Documentation
Related to Next.js' official documentation.
Metadata
Related to Next.js' Metadata API.
#74537
opened Jan 6, 2025 by
steveharrison
A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it.
bug
Issue was opened via the bug report template.
dynamicIO
Related to dynamicIO.
#74534
opened Jan 5, 2025 by
Dan6erbond
Issue with dynamic route params returning %5Bslug%5D
bug
Issue was opened via the bug report template.
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
Partial Prerendering (PPR)
Related to Partial Prerendering.
#74532
opened Jan 5, 2025 by
anas029
When using a dynamic api (cookies, headers,..) inside a server action then later call this function inside ANOTHER server action building the app fails without telling you why!
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.
dynamicIO
Related to dynamicIO.
Instrumentation
Related to Next.js Instrumentation.
Linting
Related to `next lint` or ESLint with Next.js.
Module Resolution
Module resolution (CJS / ESM, module resolving).
Output (export/standalone)
Related to the the output option in `next.config.js`.
Runtime
Related to Node.js or Edge Runtime with Next.js.
Upstream
Related to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).
#74531
opened Jan 5, 2025 by
elbasel42
Prerendering page that relies on route handlers fails
bug
Issue was opened via the bug report template.
#74525
opened Jan 4, 2025 by
jqvelin
removal of apple-mobile-web-app-capable results in splash screens not working
bug
Issue was opened via the bug report template.
Metadata
Related to Next.js' Metadata API.
#74524
opened Jan 4, 2025 by
jwanner83
Page crashes and "Error: Connection closed." in log
bug
Issue was opened via the bug report template.
Navigation
Related to Next.js linking (e.g., <Link>) and navigation.
Runtime
Related to Node.js or Edge Runtime with Next.js.
#74518
opened Jan 4, 2025 by
Abhii5496
Docs: "use cache" non-serializable values contradiction
Documentation
Related to Next.js' official documentation.
#74498
opened Jan 3, 2025 by
someone635
useSearchParams() should not need to be wrapped in a suspense boundary
bug
Issue was opened via the bug report template.
Documentation
Related to Next.js' official documentation.
#74494
opened Jan 3, 2025 by
arolson101
NextJS 15/Axios incompatibility has incomplete Set-Cookies header when doing request from Next middleware only
bug
Issue was opened via the bug report template.
Middleware
Related to Next.js Middleware.
#74489
opened Jan 3, 2025 by
w7rus
use dockerfile in render.com return 502 , so I change dockerfile to fix it, I hope it can help others.
examples
Issue was opened via the examples template.
#74488
opened Jan 3, 2025 by
luojiyin1987
1 task done
Docs: Add mdx-components.tsx path to Tailwind config file
Documentation
Related to Next.js' official documentation.
#74487
opened Jan 3, 2025 by
leonardoRocchini
Next.js 15 Issue was opened via the bug report template.
Navigation
Related to Next.js linking (e.g., <Link>) and navigation.
<Link>
scroll to top does not work if loading.tsx
is present
bug
#74485
opened Jan 3, 2025 by
LoV432
Tailwind breaks fast reload *sometimes*, causing component reload
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
#74484
opened Jan 3, 2025 by
maxiedaniels
DeprecationWarning: The Issue was opened via the bug report template.
Runtime
Related to Node.js or Edge Runtime with Next.js.
util._extend
API is deprecated. Please use Object.assign() instead.
bug
#74460
opened Jan 2, 2025 by
kuanjiahong
Static export with skipTrailingSlashRedirect results in invalid request paths for RSC payload .txt files
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.
Navigation
Related to Next.js linking (e.g., <Link>) and navigation.
Output (export/standalone)
Related to the the output option in `next.config.js`.
Pages Router
Related to Pages Router.
Runtime
Related to Node.js or Edge Runtime with Next.js.
#74445
opened Dec 31, 2024 by
klittlepage
Turbopack error when using roboto flex font
bug
Issue was opened via the bug report template.
Font (next/font)
Related to Next.js Font Optimization.
Turbopack
Related to Turbopack with Next.js.
#74432
opened Dec 31, 2024 by
Arctomachine
Cannot rewrite to external URL when basePath option is defined in next.config.js contains a hyphen
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Internationalization (i18n)
Related to Internationalization with Next.js.
Middleware
Related to Next.js Middleware.
Runtime
Related to Node.js or Edge Runtime with Next.js.
#74431
opened Dec 31, 2024 by
massaynus
NextJS is reporting Node warnings as errors instead of warnings in the browser
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Runtime
Related to Node.js or Edge Runtime with Next.js.
#74429
opened Dec 30, 2024 by
olivierr91
Unable to use MDX with turbopack
bug
Issue was opened via the bug report template.
Markdown (MDX)
Related to Markdown with Next.js.
#74424
opened Dec 30, 2024 by
max-degterev
Docs: Using npx create-next-app -e reproduction-template-pages
examples
Issue was opened via the examples template.
#74422
opened Dec 30, 2024 by
max-degterev
loading.tsx not affecting sub-routes in some cases
bug
Issue was opened via the bug report template.
Navigation
Related to Next.js linking (e.g., <Link>) and navigation.
#74412
opened Dec 30, 2024 by
UltimateGG
params
are awaited well but the warning, params
should be awaited before using its properties. is still displayed
bug
#74406
opened Dec 29, 2024 by
ErwannRousseau
Typescript/SWC not working when root directory name contains node_modules
bug
Issue was opened via the bug report template.
SWC
Related to minification/transpilation in Next.js.
TypeScript
Related to types with Next.js.
#74404
opened Dec 29, 2024 by
Netail
Importing local font in edge runtime is broken since Next 15 with pages router (vercel/og example)
bug
Issue was opened via the bug report template.
Pages Router
Related to Pages Router.
Runtime
Related to Node.js or Edge Runtime with Next.js.
#74385
opened Dec 29, 2024 by
chemicalkosek
Previous Next
ProTip!
Follow long discussions with comments:>50.