-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Insights: vercel/next.js
Overview
Could not load contribution data
Please try again later
13 Releases published by 2 people
-
v15.2.0-canary.14
published
Jan 17, 2025 -
v15.2.0-canary.15
published
Jan 17, 2025 -
v15.2.0-canary.16
published
Jan 18, 2025 -
v15.2.0-canary.17
published
Jan 20, 2025 -
v15.2.0-canary.18
published
Jan 20, 2025 -
v15.2.0-canary.19
published
Jan 21, 2025 -
v15.1.6
published
Jan 22, 2025 -
v15.2.0-canary.20
published
Jan 22, 2025 -
v15.2.0-canary.21
published
Jan 22, 2025 -
v15.2.0-canary.22
published
Jan 23, 2025 -
v15.2.0-canary.23
published
Jan 23, 2025 -
v15.2.0-canary.24
published
Jan 23, 2025 -
v15.2.0-canary.25
published
Jan 24, 2025
101 Pull requests merged by 25 people
-
perf(turbopack): Use
Pass
API forstyled-jsx
SWC plugin#75271 merged
Jan 24, 2025 -
[Turbopack] include async loaders in chunking instead of separating it
#75052 merged
Jan 24, 2025 -
Update React types
#75245 merged
Jan 24, 2025 -
misc: add Rauno to CI approved
#75269 merged
Jan 24, 2025 -
Upgrade React from
9b62ee71-20250122
toae9017ce-20250122
#75233 merged
Jan 24, 2025 -
perf(next-swc): Do not allocate from
styled-components
when not used#75267 merged
Jan 24, 2025 -
Turbopack: optimize client manifest generation
#75248 merged
Jan 24, 2025 -
Turbopack: use raw_read_dir to create fewer FileSystemPaths
#75237 merged
Jan 24, 2025 -
Turbopack: avoid inheriting span into effect
#75196 merged
Jan 24, 2025 -
fix trace-server startup bug
#75197 merged
Jan 24, 2025 -
[metadata] keep blocking metadata rendered in head
#75227 merged
Jan 24, 2025 -
Introduce standalone
experimental.useCache
flag#75240 merged
Jan 23, 2025 -
[DevOverlay] Align old and new overlay
#74935 merged
Jan 23, 2025 -
test: Move
should not cause error when removing loading.js
to flaky manifest#75239 merged
Jan 23, 2025 -
fix: typeof msg should compare to object
#75221 merged
Jan 23, 2025 -
refactor(turbopack): Remove
ReadRawVcFuture.turbo_task
#75217 merged
Jan 23, 2025 -
[DevOverlay] Enable reactOwnerStack when newDevOverlay is enabled
#75199 merged
Jan 23, 2025 -
perf(turbopack): Update SWC plugins (
styled-jsx
,emotion
)#75236 merged
Jan 23, 2025 -
router.prefetch should not trigger a React update
#75238 merged
Jan 23, 2025 -
Remove
internal_disableSyncDynamicAPIWarnings
flag#75231 merged
Jan 23, 2025 -
chore(turbo-tasks): Delete
non_local_return
support from#[turbo_tasks::function]
#75209 merged
Jan 23, 2025 -
refactor(turbo-tasks): Use Return Position Impl Traits (RPIT) to reimplement GraphTraversal
#74896 merged
Jan 23, 2025 -
docs: Update
robots
forgenerateMetadata
spec#75229 merged
Jan 23, 2025 -
[Segment Cache] Prioritize route trees over segments
#75213 merged
Jan 23, 2025 -
Split entrypoint/route handling into separate dev and prod versions
#75169 merged
Jan 23, 2025 -
eslint: allow ts extensions for config
#75222 merged
Jan 23, 2025 -
[Turbopack] Memory improvements
#75210 merged
Jan 23, 2025 -
perf(turbopack): Use
Cow::into_owned
instead of.to_string()
#75216 merged
Jan 23, 2025 -
[Turbopack] use new backend by default
#72434 merged
Jan 23, 2025 -
Fix source mapping of generated cache wrapper calls
#74987 merged
Jan 23, 2025 -
Error handling for hanging promises in
"use cache"
closures#74750 merged
Jan 22, 2025 -
Restore and enhance error handling for hanging inputs in
"use cache"
#74652 merged
Jan 22, 2025 -
Remove
endpoint.write_to_disk()
in favor of standardizedendpoint.output()
#75059 merged
Jan 22, 2025 -
fix: Merge
link
header from middleware with the ones from React#73431 merged
Jan 22, 2025 -
chore(github): add CSS area/label
#75201 merged
Jan 22, 2025 -
[Turbopack] fix invalidation and counting with collectibles
#75195 merged
Jan 22, 2025 -
chore(github): remove Developer Experience area
#75198 merged
Jan 22, 2025 -
fix
after
export in next-types-plugin#75190 merged
Jan 22, 2025 -
chore(tests): Remove linguist-generated git attribute from test snapshot data/fixtures
#75194 merged
Jan 22, 2025 -
Turbopack: don't generate CSS for Node.js
#75117 merged
Jan 22, 2025 -
chore(turbopack): Mark
ResolvedVc::resolve
as deprecated to prevent resolving an already-resolved ResolvedVc#75168 merged
Jan 22, 2025 -
Upgrade React from
5b51a2b9-20250116
to9b62ee71-20250122
#75187 merged
Jan 22, 2025 -
Track
use cache
usage#75007 merged
Jan 22, 2025 -
chore(turbo-tasks): Remove the ability to opt-out of NonLocalValue for VcValueType and VcValueTrait
#75053 merged
Jan 22, 2025 -
optimize read matches to reduce FileSystemPath calls
#75164 merged
Jan 22, 2025 -
misc: remove authors section in the readme
#75184 merged
Jan 22, 2025 -
[Turbopack] remove verbose new backend tracing
#75165 merged
Jan 22, 2025 -
backport: fix prerender issue with intercepting routes + generateStaticParams
#75170 merged
Jan 22, 2025 -
add test case for intercepting route + catchall + generateStaticParams
#75167 merged
Jan 22, 2025 -
[Segment Cache] Predictable fallback param encoding
#75166 merged
Jan 22, 2025 -
add hostname to default error boundary message
#75151 merged
Jan 22, 2025 -
fix(turbopack/napi): Flush optional task cache hit statistics upon completion of build
#75122 merged
Jan 22, 2025 -
Update 06-data-fetching-and-streaming.mdx (Removed duplicate word)
#74810 merged
Jan 22, 2025 -
[Turbopack] pass sourceMap flag to webpack loaders and postcss
#75144 merged
Jan 21, 2025 -
[metadata] Fix streaming metadata was missing in ssr
#75155 merged
Jan 21, 2025 -
Allow disabling HTTP request logs in dev server
#74349 merged
Jan 21, 2025 -
[Turbopack] allow to disable source maps
#75136 merged
Jan 21, 2025 -
[next:dev] fix: console error conflicting public file
#75140 merged
Jan 21, 2025 -
[Segment Cache] Minimize special root key handling
#75159 merged
Jan 21, 2025 -
[Segment Cache] Remove segment access tokens
#75157 merged
Jan 21, 2025 -
[Turbopack] allocation improvements for SingleModuleGraph
#75145 merged
Jan 21, 2025 -
clean unused stop
#75156 merged
Jan 21, 2025 -
polish indicator loading behaviour for new dev overlay
#75149 merged
Jan 21, 2025 -
perf(turbo-tasks): Turn on
local_resolution
feature by default#75051 merged
Jan 21, 2025 -
fix: remove unnecessary parentheses in draft mode API
#75153 merged
Jan 21, 2025 -
refactor(turbopack): Only perform strongly consistent reads/resolves on VcOperation
#75016 merged
Jan 21, 2025 -
[Dev Badge] Focus states and fluid transitioning between states
#75141 merged
Jan 21, 2025 -
fix: be more defensive in useMergedRef
#75088 merged
Jan 21, 2025 -
[DevOverlay] Open Error Overlay when DevTools Indicator clicked
#75025 merged
Jan 21, 2025 -
[DevOverlay] Decouple Error Overlay with DevTools Indicator
#74999 merged
Jan 21, 2025 -
Turbopack: don't create span for parallel chunking type
#75094 merged
Jan 20, 2025 -
[Turbopack] Low hanging fixes and improvement on module graph
#75106 merged
Jan 20, 2025 -
Turbopack: optimize NftJsonAsset
#75105 merged
Jan 20, 2025 -
Display global-error along dev overlay during development
#75101 merged
Jan 20, 2025 -
test: add dynamic api usage test case for streaming metadata
#75109 merged
Jan 20, 2025 -
perf(turbopack): Use
u32
for the total node count#75100 merged
Jan 20, 2025 -
build: Update
swc_core
tov10.5.0
#75098 merged
Jan 20, 2025 -
perf(turbopack): Reduce size of
EffectArg
#74973 merged
Jan 20, 2025 -
[Turbopack] try to avoid too small chunks size when optimizing for production
#75048 merged
Jan 20, 2025 -
Include CI runner labels in Turborepo hashes
#75099 merged
Jan 20, 2025 -
[Turbopack] Production Chunking
#75010 merged
Jan 20, 2025 -
error when output: export is used with intercepting routes
#75058 merged
Jan 18, 2025 -
[DevOverlay]: hook up issue click handlers in NextLogo
#75069 merged
Jan 18, 2025 -
[DevOverlay] Polish new Error Overlay badge
#74975 merged
Jan 18, 2025 -
docs: update Next.js 15 versions in upgrade guide
#74960 merged
Jan 18, 2025 -
feature(error): capture ssr error in overlay during dev
#74983 merged
Jan 17, 2025 -
[Turbopack] avoid crashing on e.g. .DS_Store
#75050 merged
Jan 17, 2025 -
[Turbopack] implement chunking based on the module graph
#74979 merged
Jan 17, 2025 -
types: improve types in app-index
#75045 merged
Jan 17, 2025 -
Disable
colormin
feature fromcssnano
#53393 merged
Jan 17, 2025 -
refactor: include new option for including prefixes
#75015 merged
Jan 17, 2025 -
hopefully fix infinite recursion in optimize
#75043 merged
Jan 17, 2025 -
perf(turbo-tasks): Optionally schedule ResolveNative/ResolveTrait tasks as local tasks
#69126 merged
Jan 17, 2025 -
fix: don't memory-leak promises passed to
waitUntil
#75041 merged
Jan 17, 2025 -
Turbopack: resolve arguments to
EsmAssetReference::new
#75040 merged
Jan 17, 2025 -
Turbopack: don't search for layout segments in routes
#73847 merged
Jan 17, 2025 -
Fix ping event being sent unintentionally for Pages Router with Turbopack
#75030 merged
Jan 17, 2025 -
fix: always ensure element before set to weakmap
#75012 merged
Jan 17, 2025 -
fix layout segment optimization
#75035 merged
Jan 17, 2025
39 Pull requests opened by 24 people
-
Example: update with-clerk
#75046 opened
Jan 17, 2025 -
[Turbopack] enable production chunking for CSS too
#75049 opened
Jan 17, 2025 -
[Turbopack] fail safe on binary import to string
#75056 opened
Jan 17, 2025 -
Dockerfile: Don't change owner of the app files
#75087 opened
Jan 20, 2025 -
test(examples): update turbopack manifest
#75092 opened
Jan 20, 2025 -
Update index.js
#75093 opened
Jan 20, 2025 -
fix: return plain text 404 for invalid static asset paths
#75111 opened
Jan 20, 2025 -
[Turbopack] track sizes and histogram
#75112 opened
Jan 20, 2025 -
Fix: domain routing redirects
#75115 opened
Jan 20, 2025 -
Update 09-error-handling.mdx
#75124 opened
Jan 21, 2025 -
Fix chunk load handling during prerendering
#75132 opened
Jan 21, 2025 -
Turbopack: load chunks only once
#75143 opened
Jan 21, 2025 -
[do not merge]hide observer
#75160 opened
Jan 21, 2025 -
chore(turbo-tasks): Clean up consistency/untracked APIs around local outputs and cells
#75171 opened
Jan 22, 2025 -
docs: add typescript switcher to logging.mdx
#75172 opened
Jan 22, 2025 -
docs: add Logto auth library
#75176 opened
Jan 22, 2025 -
Update README.md
#75178 opened
Jan 22, 2025 -
Magnolia CMS + Vercel integration example
#75185 opened
Jan 22, 2025 -
chore(turbo-tasks): Loosen some type bounds on ShrinkToFit for IndexMap, update indexmap crate
#75193 opened
Jan 22, 2025 -
feat: added support for prefetch segments when deployed
#75202 opened
Jan 22, 2025 -
Gate `captureOwnerStack` access on `experimental.reactOwnerStack`
#75241 opened
Jan 23, 2025 -
change turbopack-cli to new backend
#75242 opened
Jan 23, 2025 -
[Turbopack] disable dependency tracking when running build without persistent caching
#75243 opened
Jan 23, 2025 -
perf(turbopack); Eagerly drop unreachable AST nodes
#75244 opened
Jan 23, 2025 -
docs: Clarify available route intercepting conventions
#75246 opened
Jan 23, 2025 -
Upgrade vercel/og
#75247 opened
Jan 23, 2025 -
refactor(turbo-tasks): Merge dynamic_call/native_call with dynamic_this_call/native_this_call
#75253 opened
Jan 23, 2025 -
Turbopack: various fixups
#75254 opened
Jan 23, 2025 -
Update font data
#75255 opened
Jan 24, 2025 -
perf(turbo-tasks): Add a 'local' option to `#[turbo_tasks::function(..)]`
#75259 opened
Jan 24, 2025 -
perf(turbo-tasks): Mark a bunch of stuff as local
#75260 opened
Jan 24, 2025 -
perf(turbo-tasks): Filter out and do not cache unused arguments
#75261 opened
Jan 24, 2025 -
Update Turbopack development test manifest
#75262 opened
Jan 24, 2025 -
Update Turbopack production test manifest
#75263 opened
Jan 24, 2025 -
docs: incorrect anchor on searchParams link
#75266 opened
Jan 24, 2025 -
[Dev Badge] Accessibility improvements to dropdown menu
#75268 opened
Jan 24, 2025 -
docs: `opengraph-image` files work with the node.js runtime
#75274 opened
Jan 24, 2025 -
perf(turbopack): Do not allocate needlessly for SWC plugins
#75275 opened
Jan 24, 2025
258 Issues closed by 21 people
-
Unable to use MDX with turbopack
#74424 closed
Jan 24, 2025 -
Conditional Instrumentation: Environment-based Control for Next.js Instrumentation API
#75273 closed
Jan 24, 2025 -
React Refresh Bug affecting NextJS when using useClient
#74559 closed
Jan 24, 2025 -
Turbopack: "Next.js package not found" in monorepo setup
#74731 closed
Jan 24, 2025 -
Module CSS not loaded by next/link
#44698 closed
Jan 23, 2025 -
SRI `integrity` attribute for JS chunks missing with pages router
#75232 closed
Jan 23, 2025 -
`useSearchParams` doesn't provide expected value for rewritten urls
#75191 closed
Jan 23, 2025 -
next lint does not recognize eslint.config.mts
#74900 closed
Jan 23, 2025 -
page params not working with @ in url path
#47546 closed
Jan 23, 2025 -
Is next recompiling all components in every single page / route ?
#48702 closed
Jan 23, 2025 -
[NEXT-1091] At character @ not working when set as the first character of a page
#49184 closed
Jan 23, 2025 -
NextJS 13.4 (App Routing System) Socket.IO Integration
#51252 closed
Jan 23, 2025 -
Error on dynamic parallel route
#73777 closed
Jan 22, 2025 -
Unnecessary top-level render from the router
#37139 closed
Jan 22, 2025 -
No FIle Objects Using routers
#56824 closed
Jan 22, 2025 -
Unwanted space over opened hamburger menu on mobile safari
#60049 closed
Jan 22, 2025 -
Missing properties in Manifest type (`screenshots`)
#62161 closed
Jan 22, 2025 -
Turbopack Error: "Next.js package not found" during pnpm dev
#75206 closed
Jan 22, 2025 -
Next.js package not found
#75205 closed
Jan 22, 2025 -
`next/font` interferes with header links from middleware.
#69000 closed
Jan 22, 2025 -
Memory spike issue with Next.js 15.1.4 on Azure
#74855 closed
Jan 22, 2025 -
Module '"next/server"' has no exported member 'after'.
#75189 closed
Jan 22, 2025 -
Docs: Configuring Tailwind
#75186 closed
Jan 22, 2025 -
Issues with Handling File Inputs and Image Previews in Next.js 15 Form Actions
#72958 closed
Jan 22, 2025 -
Wrong cache-control headers for 404 pages in the app router
#75096 closed
Jan 22, 2025 -
I cannot run yarn dev turbo for my project
#75177 closed
Jan 22, 2025 -
Output equivalent error/warning for other conflicting Webpack config overrides
#44061 closed
Jan 21, 2025 -
Simple build not working 13.0.7 - Yesterday with 13.0.6 worked
#44057 closed
Jan 21, 2025 -
turbotrace: unable to resolve module "@builder.io/partytown" with subpath "/integration"
#44010 closed
Jan 21, 2025 -
SSR not updating the data from Context Api in HTML
#43997 closed
Jan 21, 2025 -
File missing from standalone build when dynamically read
#43973 closed
Jan 21, 2025 -
[13.0.7-canary.4] - getInitialProps logic runs multiple (8) times on serverside
#43943 closed
Jan 21, 2025 -
Hydration error with useSyncExternalStore in Suspense
#43920 closed
Jan 21, 2025 -
@next/font Local font flashes when 3rd party script injects new font
#43910 closed
Jan 21, 2025 -
Docs: Explain asset path configuration in static html export
#43893 closed
Jan 21, 2025 -
Intermittent Client Side Exception when visiting page under certain conditions
#43891 closed
Jan 21, 2025 -
Cannot deploy edge function to Vercel
#43869 closed
Jan 21, 2025 -
Deploy Nextjs to Firebase Problem
#43793 closed
Jan 21, 2025 -
Typescript error when building page using searchParams
#43703 closed
Jan 21, 2025 -
Standalone server does not work with `vercel build` output
#43654 closed
Jan 21, 2025 -
RSC forked versions not working as expected
#43540 closed
Jan 21, 2025 -
page.js params are not receiving the data in generateStaticParams return
#43437 closed
Jan 21, 2025 -
Layout shift when routing to different page
#43418 closed
Jan 21, 2025 -
fallback "blocking" in getStaticPaths adds query parameters to optional catch all routes in next < 13
#43358 closed
Jan 21, 2025 -
On-demand revalidation with dynamic routes
#43345 closed
Jan 21, 2025 -
Upgrade to v13.0.4 preview environment encounters __NEXT_DATA__ encoding problem
#43342 closed
Jan 21, 2025 -
Serverless Functions are Treated as Client-Side (Next.js 13, Latest Release)
#43244 closed
Jan 21, 2025 -
HMR not working with an assetPrefix that is a relative path
#41377 closed
Jan 21, 2025 -
next export breaks on i18n even when disabled
#39269 closed
Jan 21, 2025 -
No next/link prefetch and client-side navigation for rewritten routes with query parameters
#35696 closed
Jan 21, 2025 -
Docs:
#75163 closed
Jan 21, 2025 -
Docs:
#75162 closed
Jan 21, 2025 -
Docs:
#75161 closed
Jan 21, 2025 -
Parallel Route Modal closed using router.push cannot open again until hard refresh
#66025 closed
Jan 21, 2025 -
permanentRedirect doesn't send 308 status code with loading.js/tsx
#59464 closed
Jan 21, 2025 -
Aborting installation. RangeError: Maximum call stack size exceeded at openSync (node:fs:563:5)
#75158 closed
Jan 21, 2025 -
Turbopack consuming large amounts of RAM on macOS in dev mode
#75142 closed
Jan 21, 2025 -
Issue: Deploying Turborepo Monorepo with Next.js 15 to AWS Amplify #75134
#75135 closed
Jan 21, 2025 -
Issue: Deploying Turborepo Monorepo with Next.js 15 to AWS Amplify
#75134 closed
Jan 21, 2025 -
instrumentationHook breaks when importing server-only module
#50319 closed
Jan 21, 2025 -
FATAL: An unexpected Turbopack error occurred
#75130 closed
Jan 21, 2025 -
Middleware receive extra locale prefix in request.url
#44334 closed
Jan 20, 2025 -
getServerSideProps runs twice on index.js of a dynamic route
#44320 closed
Jan 20, 2025 -
NextApiRequest'body property error when usr Turbopack
#44319 closed
Jan 20, 2025 -
APNG files will be bundled as `blurDataURL` with full content
#44299 closed
Jan 20, 2025 -
next/image generates invalid srcset when image has spaces ("%20")
#44281 closed
Jan 20, 2025 -
Incorrect types generated for `generateStaticParams`
#44262 closed
Jan 20, 2025 -
Security Vulnerability on devDependency loader-utils@2.0.0 - CVE-2022-37599, CVE-2022-37603
#44260 closed
Jan 20, 2025 -
Issue with getServerSideProps `ctx.req.url`
#44259 closed
Jan 20, 2025 -
@next/font not working when imported from another submodules
#44200 closed
Jan 20, 2025 -
Middleware not working when custom server uses app.render()
#44199 closed
Jan 20, 2025 -
Runtime.UnhandledPromiseRejection -> Cannot find module 'asn1.js'
#44174 closed
Jan 20, 2025 -
`--turbo` incompatible with `core-js dom-collections`
#44169 closed
Jan 20, 2025 -
Error: Static page generation for /PATH is still timing out after 3 attempts
#44166 closed
Jan 20, 2025 -
Ignoring '.next' on the 'with-docker' example
#44089 closed
Jan 20, 2025 -
Specifying webpack config for output.publicPath has no effect on build artifacts
#44084 closed
Jan 20, 2025 -
Deployment error "Invalid request: should be object"
#43013 closed
Jan 20, 2025 -
suspense did not read rewrites proxy path
#43008 closed
Jan 20, 2025 -
Artifacts not uploaded on Sentry on Vercel build
#43007 closed
Jan 20, 2025 -
Middleware rewrite is redirecting in next13 with catchall on vercel
#43002 closed
Jan 20, 2025 -
getServerSideProps in dynamic Route override other page getServerSideProps
#42986 closed
Jan 20, 2025 -
Dynamic routes don't work correctly with basePath
#42912 closed
Jan 20, 2025 -
Next.js v13 programmatic API serves routes for the wrong project
#42868 closed
Jan 20, 2025 -
ISR results in stale data on detail page since v12.2.0
#42836 closed
Jan 20, 2025 -
cache() not work when upgrade from next@13.0.0 to next@^13.0.2
#42827 closed
Jan 20, 2025 -
Programatically updating URL query parameters breaks back button
#42804 closed
Jan 20, 2025 -
Next 13 beta RCC fetch with useEffect not working with public directory
#42762 closed
Jan 20, 2025 -
(build process=>) Error: Export encountered errors on following paths: [dynamicPath]
#42752 closed
Jan 20, 2025 -
Problem with @next/codemod new-link
#42742 closed
Jan 20, 2025 -
transpilePackages doesn't work with `use client`
#42699 closed
Jan 20, 2025 -
OvermindJS - Page doesn't reload after Next 13 navigation
#42638 closed
Jan 20, 2025 -
Path based cookies not visible on route change
#42497 closed
Jan 20, 2025 -
Nested Layouts silently fail when subfolders use special names (e.g. page/)
#42434 closed
Jan 20, 2025 -
Client component with instantsearch ui issue with Server Page Component
#42401 closed
Jan 20, 2025 -
Middleware causes page to not decode.
#42395 closed
Jan 20, 2025 -
next/document inAmpMode
#42369 closed
Jan 20, 2025 -
TypeError: Cannot read properties of null (reading 'push'). router.push
#42356 closed
Jan 20, 2025 -
Next 13: Issue with title
#42342 closed
Jan 20, 2025 -
`use` breaks client navigation on page refresh
#42328 closed
Jan 20, 2025 -
Next 13: Server components: back button breaks when url changes only querystring
#42308 closed
Jan 20, 2025 -
notFound is not working with middleware + fallback
#42305 closed
Jan 20, 2025 -
cssLoader.issuer field removal is causing build processes depending on it to fail
#42296 closed
Jan 20, 2025 -
cookies on behaving as expected on API routes
#42291 closed
Jan 20, 2025 -
HMR websockets fail when using custom Express server and express-ws
#42280 closed
Jan 20, 2025 -
Styles don't get applied when navigating between pages. Only after refresh
#42192 closed
Jan 20, 2025 -
WebSocket HMR fails to connect when NODE_TLS_REJECT_UNAUTHORIZED env is set to 0
#42185 closed
Jan 20, 2025 -
Props in Dynamic Page is Undefined after using GetStaticProps and GetStaticPaths
#42113 closed
Jan 20, 2025 -
Emotion no longer works with edge runtime since v12.2.6-canary.5
#42107 closed
Jan 20, 2025 -
Error Handling/boundaries in app folder with react strict mode enabled generates Unhandled Runtime Error
#42040 closed
Jan 20, 2025 -
Next.js 13 App Dir: Browser back navigation doesn't refresh server components
#42035 closed
Jan 20, 2025 -
create-next-app bugs out in when using workspaces
#42029 closed
Jan 20, 2025 -
[Next13] Using <header> tag while no <head> tag is present cause hydration errors.
#41953 closed
Jan 20, 2025 -
Browser back button throws uncatchable error after client-side navigation error
#41952 closed
Jan 20, 2025 -
NextJS build without code update and Cloudflare cache issue
#41943 closed
Jan 20, 2025 -
HTTP rewrites are not working on Next 13
#41918 closed
Jan 20, 2025 -
Broken eslint rule @next/next/google-font-preconnect
#41903 closed
Jan 20, 2025 -
Importing stylesheet with template literal causes css-global error
#41883 closed
Jan 20, 2025 -
Unsupported node type "TsConstAssertion" at "config.api.bodyParser".
#41845 closed
Jan 20, 2025 -
[appDir] layout did not change when using route-group with --turbo
#41799 closed
Jan 20, 2025 -
The page does not refresh when you save it
#41780 closed
Jan 20, 2025 -
The router `asPath` value is inconsistent between the client and server when using URL rewrites
#41741 closed
Jan 20, 2025 -
`basePath` is returned in `asPath` when using `rewrites` on a dynamic route (on the server side only)
#41728 closed
Jan 20, 2025 -
Jest Timezone discrepancy between running single test vs suite (next/jest)
#41705 closed
Jan 20, 2025 -
Image source set is incorrectly trimmed
#41516 closed
Jan 20, 2025 -
beforePopState returning false doesn't preserve URL
#41422 closed
Jan 20, 2025 -
jsconfig.json path alias alternatives are not working
#41206 closed
Jan 20, 2025 -
_ssgManifest.js should not have Vary response header
#29504 closed
Jan 20, 2025 -
Request header too large due to next-router-state-tree
#75119 closed
Jan 20, 2025 -
Turbopack issues from Next.js CLI
#75118 closed
Jan 20, 2025 -
Docs: Image Component Size Attribute Description
#75116 closed
Jan 20, 2025 -
Docs: Image Component Size Attributes Lack Clarity
#75114 closed
Jan 20, 2025 -
Turbopack Error on Windows: Failed to Canonicalize jsc.baseUrl
#75113 closed
Jan 20, 2025 -
generateStaticParams() not detected when using parallel routes / dynamic routes using output: export
#63951 closed
Jan 20, 2025 -
Root Layout Errors not triggering global-error.tsx in dev
#55462 closed
Jan 20, 2025 -
global-error.tsx does not catch errors thrown during SSR
#52993 closed
Jan 20, 2025 -
Turbopack error when adding FormatJS SWC Plugin
#75107 closed
Jan 20, 2025 -
Next15 MDX setup guide build failed on ubuntu24.04 & node v23.1.0
#72544 closed
Jan 20, 2025 -
API Edge function reports used process.nextTick while it is checking it to exist in facebook/dataloader
#44711 closed
Jan 20, 2025 -
_app getInitialProps called simultaneously with _app render when reopening a safari tab
#41059 closed
Jan 19, 2025 -
Webpack resolve.alias doesn't work correctly on server side
#41051 closed
Jan 19, 2025 -
The provided `href` (/test/[id]?) value is missing query values (id) to be interpolated properly.
#41048 closed
Jan 19, 2025 -
Browser Back on iOS 16 Safari Broken For Client Side Navigation
#41014 closed
Jan 19, 2025 -
Custom server: app.render() not recognizing passed query params correctly
#40936 closed
Jan 19, 2025 -
Linking to `/` with i18n domain configuration yields to a trailing slash
#40846 closed
Jan 19, 2025 -
[DynamicIO] Cache not purged in latest Canary when deployed to Vercel
#74289 closed
Jan 19, 2025 -
Metadata not showing in head, is going to body at the end of the html
#75081 closed
Jan 19, 2025 -
BUG: Turbo pack error while adding local font paths , FATAL: An unexpected Turbopack error occurre
#75080 closed
Jan 19, 2025 -
Link component removes query params on external links
#75077 closed
Jan 19, 2025 -
Next/dynamic is reloading the page on click of side menu options for particular version
#41155 closed
Jan 18, 2025 -
Middleware page data fetch 404 causing Page component to return undefined data
#41113 closed
Jan 18, 2025 -
router.asPath different between server and front on 404 page
#40617 closed
Jan 18, 2025 -
NextJS 12 Error page reports incorrect line from error
#40600 closed
Jan 18, 2025 -
`basePath` + `rewrites` breaks dynamic routes when `fallback: false`
#40591 closed
Jan 18, 2025 -
next/head incorrectly de-duping meta tags with media attribute
#40570 closed
Jan 18, 2025 -
Bundle size discrepancies when app consumes a buildable package vs imports directly from third-party package
#40555 closed
Jan 18, 2025 -
Middleware Rewrite to _error causes fetch polling for 404 route.
#40529 closed
Jan 18, 2025 -
Middleware breaks something in rendering flow for a static page with query in url
#40498 closed
Jan 18, 2025 -
basePath with internationalized Routing add non default locale to pathname
#40490 closed
Jan 18, 2025 -
Top-level variable is not shared between pages and APIs
#40441 closed
Jan 18, 2025 -
linking to routes ending with .htm and trailingSlash on gives error
#40254 closed
Jan 18, 2025 -
v8::internal::V8::FatalProcessOutOfMemory during next build
#40216 closed
Jan 18, 2025 -
Error with compiled modules using symlinks
#40206 closed
Jan 18, 2025 -
Invalid src prop on Image when trying to fetch images from firebase storage
#40117 closed
Jan 18, 2025 -
Internal server error in website with adgroupid in params, when using middleware and ad-blocker
#40093 closed
Jan 18, 2025 -
Emotion styled doesn't work with SWC if labelFormat has [dirname] or [filename]
#40091 closed
Jan 18, 2025 -
apng are still not animated unless we explicitly set `unoptimized`
#36950 closed
Jan 18, 2025 -
Jest runs twice with `swcMinify` option in the nextjs config enabled
#36916 closed
Jan 18, 2025 -
with-sentry example does not build
#36836 closed
Jan 18, 2025 -
Less with images rewriting image-name and throwing 404
#29537 closed
Jan 18, 2025 -
False positive for ESLint `import/no-relative-parent-imports` rule using tsconfig `paths` aliases
#29137 closed
Jan 18, 2025 -
Errors from dynamic imports with `ssr: false` are swallowed and not logged in console
#29006 closed
Jan 18, 2025 -
FATAL: An unexpected Turbopack error occurred. Please report the content of
#75073 closed
Jan 18, 2025 -
reporting FATAL error
#75068 closed
Jan 18, 2025 -
[Error [TurbopackInternalError]: Next.js package not found
#75067 closed
Jan 18, 2025 -
Next 15 Canary - 'use cache' - Error while saving cache key, deployment error
#75057 closed
Jan 18, 2025 -
Head and NextScript have type error when "allowSyntheticDefaultImports" is false
#40835 closed
Jan 17, 2025 -
Reduce unused JavaScript: Lighthouse performance issue
#40829 closed
Jan 17, 2025 -
Chronic issue with router and exhaustive-deps eslint rule
#40791 closed
Jan 17, 2025 -
`next/dynamic` doesn't pass ref prop to wrapped component
#40769 closed
Jan 17, 2025 -
Headers set by middleware not accessible to edge route handlers on prod and any kind of route handler on dev
#40722 closed
Jan 17, 2025 -
i18n routing with rewrite on /[defaultLocale] next.config.js + middleware cased redirect loop
#40678 closed
Jan 17, 2025 -
Router push to other domain with same prefix
#40677 closed
Jan 17, 2025 -
request.url is incorrect and inconsistent when NextResponse.rewrite() is used
#40651 closed
Jan 17, 2025 -
Snapshot Testing emotion styled components with enzyme inconsistent between OSes
#40620 closed
Jan 17, 2025 -
Algolia instantsearch react-dom dependency pruned incorrectly during build phase
#40067 closed
Jan 17, 2025 -
Nextjs Link not redirect page properly
#40055 closed
Jan 17, 2025 -
Custom server doesn't work when experimental runtime is used
#40051 closed
Jan 17, 2025 -
HTTP Caching Documentation
#40048 closed
Jan 17, 2025 -
"R is not defined" webpack error when running in development
#40010 closed
Jan 17, 2025 -
Next.js Preview Mode on paths don't work with soft navigation
#39949 closed
Jan 17, 2025 -
Image squishes portrait images
#39940 closed
Jan 17, 2025 -
Returning responses from Edge API routes that with non-fully qualified URLs lead to URL parse error
#39913 closed
Jan 17, 2025 -
Emacs lock files cause entire system to lock up when editing files with next dev running
#39843 closed
Jan 17, 2025 -
Rewrites query parameters not passed to destination for static pages with trailingSlash
#39837 closed
Jan 17, 2025 -
highliting missing after re-refresh using Prism
#39811 closed
Jan 17, 2025 -
with-supertokens example has npm failures on project creation
#39780 closed
Jan 17, 2025 -
`req.nextUrl` in middleware do not keep into account i18n and domains config
#39717 closed
Jan 17, 2025 -
middleware will auto add the dynamic routes query
#39716 closed
Jan 17, 2025 -
Middleware not working
#39715 closed
Jan 17, 2025 -
SSG with rewrite not getting passed page props for second rerender client side
#39669 closed
Jan 17, 2025 -
Middleware matcher works locally but fails in Vercel production
#39641 closed
Jan 17, 2025 -
after rewrites url dont update xml to new url
#39598 closed
Jan 17, 2025 -
npm run build freezes on "Creating an optimized production build because of getStaticProps
#39580 closed
Jan 17, 2025 -
nextUrl issue on middleware redirection
#39503 closed
Jan 17, 2025 -
iframe.onload event fires before content has fully loaded
#39451 closed
Jan 17, 2025 -
"handleHardNavigation" causing infinite reload when on defaultLocale site
#39399 closed
Jan 17, 2025 -
`esmExternals: false` required when using Preact + Next.js
#39030 closed
Jan 17, 2025 -
Client Side Transitions Resolve to the Wrong Bundle When Using Multiple Overlapping Catch All Routes
#38921 closed
Jan 17, 2025 -
When enabling multi language on Next JS the locales folder are duplicated in the URL
#38558 closed
Jan 17, 2025 -
<Link /> triggers "Maximum update depth exceeded" when child component calls useImperativeHandle
#38293 closed
Jan 17, 2025 -
Middleware not called when using custom `pageExtensions`
#38233 closed
Jan 17, 2025 -
Get error `unwrap_throw` failed on build when importing a png file
#37793 closed
Jan 17, 2025 -
router state idx is not persist after user manually refresh the page
#36662 closed
Jan 17, 2025 -
In NextJS12, rewriting locale paths does not work
#36461 closed
Jan 17, 2025 -
getStaticPaths doesn't work together with optional catch dynamic route on build
#36177 closed
Jan 17, 2025 -
Duplicate "amp-custom" style tag on AMP pages
#36105 closed
Jan 17, 2025 -
Module resolution is inconsistent between browser and server builds
#35581 closed
Jan 17, 2025 -
Fast refresh doesn't work with top level await
#35537 closed
Jan 17, 2025 -
Some graphQL Query not working maybe the problem comes from query field..
#35124 closed
Jan 17, 2025 -
Upgrading to nextjs 12 with custom server giving error for websocket and the whole ui is breaking
#34994 closed
Jan 17, 2025 -
Component styles are not updated on file save when using Composing Components in Stitches
#34123 closed
Jan 17, 2025 -
Unable to run builds localy with 12.0.8 on WSL2
#33369 closed
Jan 17, 2025 -
locale is undefined in custom 500.js page at getStaticProps
#32309 closed
Jan 17, 2025 -
Can't import bootstrap with Next.js 12.0.4
#31592 closed
Jan 17, 2025 -
Get extra 4px height on parent element of image
#31530 closed
Jan 17, 2025 -
react-jss styles do not work as expected in development mode
#30465 closed
Jan 17, 2025 -
with-iron-session-app not correct SSR example
#27132 closed
Jan 17, 2025 -
NextJs with Firebase Hosting example not work
#26620 closed
Jan 17, 2025 -
@sentry/nextjs with-sentry example doesn't connect to sentry.client.config.js and doesn't send web-vitals
#26112 closed
Jan 17, 2025 -
<Head> with a script tag (google api) with the key prop never unmounts, causing duplicate script tags
#25650 closed
Jan 17, 2025 -
Nextjs dynamic routes with next-i18next translations build error
#25311 closed
Jan 17, 2025 -
with-tailwindcss-emotion doesn't work
#25151 closed
Jan 17, 2025 -
Query matching redirects will possibly cause a redirect loop
#24949 closed
Jan 17, 2025 -
Router: defaultLocale and locale are swapped
#23220 closed
Jan 17, 2025 -
Ionic styles and ionicons dissapear
#22956 closed
Jan 17, 2025 -
[with-react-intl]: polyfills don't seem to work on first page load
#20311 closed
Jan 17, 2025 -
with-electron-typescript show example of image path mapped correctly
#17071 closed
Jan 17, 2025 -
RNW example doesn't allow the page to scroll
#16956 closed
Jan 17, 2025 -
getStaticPaths created the URL encoded folder name.......
#12057 closed
Jan 17, 2025 -
with-segment-analytics example reports incorrect data on client-side transitions
#11535 closed
Jan 17, 2025 -
Unable to configure modular imports for antd with babel-import-plugin
#11403 closed
Jan 17, 2025 -
AppTree is not updated client side
#10126 closed
Jan 17, 2025 -
Regression in v15.1.0: `cookies()` throws in server action
#74790 closed
Jan 17, 2025 -
Nextjs 15 with `dynamicIO: true` renders RSC 3 times
#72948 closed
Jan 17, 2025 -
Unexpected typeError with Prisma and Next 15
#75039 closed
Jan 17, 2025 -
Unexpected typeError with Prisma and Next 15
#75038 closed
Jan 17, 2025
24 Issues opened by 23 people
-
Automatically adding initial-scale to meta viewport
#75272 opened
Jan 24, 2025 -
[Turbopack] Error: ENOENT: no such file or directory, open '[project]/......'
#75264 opened
Jan 24, 2025 -
Docs’ recommended modal handling approach interferes with soft navigation 404 behavior
#75251 opened
Jan 23, 2025 -
SRI integrity attribute for JS chunks missing with pages router
#75235 opened
Jan 23, 2025 -
Page Reloads When Switching Pages After Rebuilding
#75228 opened
Jan 23, 2025 -
pnpm workspace package with non shared lockfile break dev mode
#75226 opened
Jan 23, 2025 -
Bun APIs don't work with next
#75220 opened
Jan 23, 2025 -
Turbopack Error: "Next.js package not found" during pnpm dev
#75207 opened
Jan 22, 2025 -
Error when using namespace/compound components in React Server Component
#75192 opened
Jan 22, 2025 -
Lazy loaded component CSS doesn't contain assetPrefix
#75181 opened
Jan 22, 2025 -
Tree shaking in middleware doesn't work
#75180 opened
Jan 22, 2025 -
Turbopack fails to load valid .mjs module with UTF-8 error
#75179 opened
Jan 22, 2025 -
Sitemap rendering broken on NextJS 15 with edge runtime
#75174 opened
Jan 22, 2025 -
NextResponse.redirect() behaves incorrectly when redirecting from subdomain route to apex domain route
#75173 opened
Jan 22, 2025 -
Predictably wrong CSS ordering when sharing components between different component types
#75137 opened
Jan 21, 2025 -
Optimizing @mui/joy package barrel imports does not work with optimizePackageImports and turbopack
#75131 opened
Jan 21, 2025 -
'use client' doesn't work in library if it uses export *
#75128 opened
Jan 21, 2025 -
Error when adding FormatJS SWC Plugin
#75108 opened
Jan 20, 2025 -
`unstable_cache` doesn't serialize non-primitive data types
#75083 opened
Jan 19, 2025 -
Browser back button fails after navigation with URL anchor fragment
#75072 opened
Jan 18, 2025 -
dynamic route, dynamicIO, mdx, notFound => NEXT_HTTP_ERROR_FALLBACK;404
#75070 opened
Jan 18, 2025 -
Prefetched PPR page segments stay suspended when navigated to after a rebuild
#75047 opened
Jan 17, 2025
556 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Turbopack: migrate global module ids to single-graph
#73752 commented on
Jan 24, 2025 • 9 new comments -
Add additional tests for streaming responses
#46031 commented on
Jan 20, 2025 • 1 new comment -
Move externals together in taskfile.js
#58426 commented on
Jan 22, 2025 • 1 new comment -
On-Demand Revalidation not working if Server Actions are used
#51504 commented on
Jan 23, 2025 • 0 new comments -
Next.js app router directory can't run build
#51026 commented on
Jan 23, 2025 • 0 new comments -
App Router page with data fetching returns 404 in combination with the i18n setup
#51009 commented on
Jan 23, 2025 • 0 new comments -
error.js handling very unpredictable / inconsistent
#50987 commented on
Jan 23, 2025 • 0 new comments -
notFound() in layout.tsx file hooks not-found.tsx file in the parent directory rather than in the same directory.
#50971 commented on
Jan 23, 2025 • 0 new comments -
Nextjs conflict with next-auth and pusher
#50961 commented on
Jan 23, 2025 • 0 new comments -
[app dir] dependency resolve problem
#50951 commented on
Jan 23, 2025 • 0 new comments -
Loaded optimized font jumps on page reload
#50938 commented on
Jan 23, 2025 • 0 new comments -
Requests from not-found.tsx fire when rendering any page with next 13.4.4
#50874 commented on
Jan 23, 2025 • 0 new comments -
Tab freeze when updating layout.tsx file
#50855 commented on
Jan 23, 2025 • 0 new comments -
server component prerendering at build time incompatible with runtime configuration through env vars
#50828 commented on
Jan 23, 2025 • 0 new comments -
Scrolling to ID with Link not working when routing to a new page
#50807 commented on
Jan 23, 2025 • 0 new comments -
CSS module styling is removed too early on route changes with app directory
#50763 commented on
Jan 23, 2025 • 0 new comments -
Incorrect js chunk URL in production when path is `/[param]/+`
#50742 commented on
Jan 23, 2025 • 0 new comments -
Global 404 page is not available for internationalization
#50699 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1251] App Router `page.tsx`'s `searchParams` is incorrectly including path `params` when using Edge runtime
#50697 commented on
Jan 23, 2025 • 0 new comments -
Clicking `Link` to external URLs will cause browser to load infinitely
#50691 commented on
Jan 23, 2025 • 0 new comments -
Next.js App Router does not allow successful build in often used deployment case on Vercel
#50664 commented on
Jan 23, 2025 • 0 new comments -
App router doesn't work when using pageExtensions config for Pages router
#51478 commented on
Jan 23, 2025 • 0 new comments -
appDir Crash with old browsers
#51465 commented on
Jan 23, 2025 • 0 new comments -
router.push() ignores <Suspense /> on target page, waits until data is fully loaded
#51462 commented on
Jan 23, 2025 • 0 new comments -
White screen during build when using useSearchParams
#51445 commented on
Jan 23, 2025 • 0 new comments -
can't name analytics to pages in page router and also in new app router system with typescript
#51434 commented on
Jan 23, 2025 • 0 new comments -
`<Link>` with `href="#someexample"` will not trigger CSS target selector (`#someexample:target{...}`)
#51346 commented on
Jan 23, 2025 • 0 new comments -
Conflicting route groups do not throw error
#51345 commented on
Jan 23, 2025 • 0 new comments -
route.ts redundant loads
#51340 commented on
Jan 23, 2025 • 0 new comments -
router.refresh isn't working when intercepting routes
#51310 commented on
Jan 23, 2025 • 0 new comments -
Link component prefetching has bugs in next js v 13.4.5 when compared to 13.3.4
#51276 commented on
Jan 23, 2025 • 0 new comments -
<Link> breaks CSS `scroll-margin-top` while native <a> works as expected
#51260 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1296] Multi-file CSS import in layout.js is unpredictable
#51213 commented on
Jan 23, 2025 • 0 new comments -
Draft mode not working on dev mode when i18n config settings are defined
#51155 commented on
Jan 23, 2025 • 0 new comments -
OpenGraph images are not statically generated for dynamic routes
#51147 commented on
Jan 23, 2025 • 0 new comments -
Handle 500 error in app folder.
#51043 commented on
Jan 23, 2025 • 0 new comments -
bug/question: prefetch data into client components in libs
#51031 commented on
Jan 23, 2025 • 0 new comments -
Incorrect URL for OpenGraph image containing Unicode characters in slug
#51027 commented on
Jan 23, 2025 • 0 new comments -
Expiration of the request when hosted on Firebase / Route Handlers POST
#50166 commented on
Jan 23, 2025 • 0 new comments -
Dynamic pages stuck on loading.tsx when JavaScript is disabled
#50150 commented on
Jan 23, 2025 • 0 new comments -
NextJS 13.4.2 formidable not working.
#50147 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1274] 'use client' not working in coffeescript files
#50115 commented on
Jan 23, 2025 • 0 new comments -
Route Grouping Issue
#50095 commented on
Jan 23, 2025 • 0 new comments -
Next 13 Fatal Error: Reached heap limit allocation failed after including UI packages as transpilePackages (Turborepo, PNPM)
#50082 commented on
Jan 23, 2025 • 0 new comments -
App directory routes don't resolve if any path segment begins with underscore
#50073 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1233] Using generateStaticParams de-opt to client rendering on build and blocks usage of dynamic rendering on dev when put to layout.tsx
#50062 commented on
Jan 23, 2025 • 0 new comments -
Browser caching doesn't work if the page contains a Link to itself
#50058 commented on
Jan 23, 2025 • 0 new comments -
Catch all routes does not work for edge runtime
#50046 commented on
Jan 23, 2025 • 0 new comments -
Wrong generateMetadata used when running parallel routes
#49988 commented on
Jan 23, 2025 • 0 new comments -
use(server action) never resolves in `"use client"`
#49981 commented on
Jan 23, 2025 • 0 new comments -
DraftMode __prerender_bypass cookie SameSite LAX instead of None
#49927 commented on
Jan 23, 2025 • 0 new comments -
Server side fetching with Axios stuck on loading.tsx if JavaScript is disabled in the browser
#49895 commented on
Jan 23, 2025 • 0 new comments -
basepath on NextRequest.nextUrl not set consistent when using basePath and i18n
#49883 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1275] `cookies().get()` fails refreshing Client Cache
#49865 commented on
Jan 23, 2025 • 0 new comments -
Creating a page under 'app' in a 'index' folder fails to load
#47483 commented on
Jan 23, 2025 • 0 new comments -
Server functions silently return undefined when response Content-Type is not RSC
#50659 commented on
Jan 23, 2025 • 0 new comments -
NextJS13 version mobx issue
#50638 commented on
Jan 23, 2025 • 0 new comments -
Dynamic Server Usage: Headers, Cookies or SearchParams
#50634 commented on
Jan 23, 2025 • 0 new comments -
Background revalidation does not rerender
#50606 commented on
Jan 23, 2025 • 0 new comments -
[App Router] The redirect function of 'next/navigation' package stay in pending status
#50595 commented on
Jan 23, 2025 • 0 new comments -
Vercel ignore not-found.tsx on NextJS 13
#50590 commented on
Jan 23, 2025 • 0 new comments -
NextJS middleware crash does not target global-error.tsx
#50578 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1318] Unable to use context.waitUntil in Route Handler?
#50522 commented on
Jan 23, 2025 • 0 new comments -
Parallel routes (and possibly more) are broken in dev mode with custom server when NODE_ENV is not set
#50513 commented on
Jan 23, 2025 • 0 new comments -
Using `next/link` in dynamically imported MDX files throws an error
#50471 commented on
Jan 23, 2025 • 0 new comments -
Next 13 /_next/webpack-hmr pending indefinitely with custom server
#50461 commented on
Jan 23, 2025 • 0 new comments -
When importing components to a client component via a path alias that points at a directory index, a ReferenceError is thrown.
#50448 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1255] transpilePackages does not support hooks in pnpm linked modules
#50391 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1266] App router doesn't allow to export a reusable server function
#50359 commented on
Jan 23, 2025 • 0 new comments -
Loading.js doesn't get displayed when navigating within same page (but having different query parameters set)
#50302 commented on
Jan 23, 2025 • 0 new comments -
Not found route should return a JSON response depending on the headers
#50269 commented on
Jan 23, 2025 • 0 new comments -
Suspense breaks on initial static render of page.
#50215 commented on
Jan 23, 2025 • 0 new comments -
Nextra and MDX generation doesn't work with Turbopack
#74354 commented on
Jan 23, 2025 • 0 new comments -
Calling Server Action in Dynamic Route Resets globalThis, but Not in Static Route
#74204 commented on
Jan 23, 2025 • 0 new comments -
next build isn't detecting generateStaticParams returning empty array in page.tsx
#74201 commented on
Jan 23, 2025 • 0 new comments -
In HTML, <tr> cannot be a child of <table>. This will cause a hydration error.
#74189 commented on
Jan 23, 2025 • 0 new comments -
Turbopack "unreachable code" string causing warnings in Firefox
#74185 commented on
Jan 23, 2025 • 0 new comments -
Next.js+ React 19 incompatible with the code that was precompiled using react compiler
#74182 commented on
Jan 23, 2025 • 0 new comments -
Next15 + Turbo dev cause `instantiated because it was required from module but the module factory is not available.It might have been deleted in an HMR update.`
#74167 commented on
Jan 23, 2025 • 0 new comments -
`use cache` + `cacheLife` unexpectedly requires Suspense boundary
#74158 commented on
Jan 23, 2025 • 0 new comments -
[SRI] `integrity` missing for stylesheets
#74149 commented on
Jan 23, 2025 • 0 new comments -
[SRI] `integrity` missing for client chunks
#74147 commented on
Jan 23, 2025 • 0 new comments -
`next.config.ts` breaks when using import aliases
#74140 commented on
Jan 23, 2025 • 0 new comments -
Canary versions after recent backports targeting wrong version
#74139 commented on
Jan 23, 2025 • 0 new comments -
adjustFontFallback is not working with Google Fonts in Next.js 15
#74134 commented on
Jan 23, 2025 • 0 new comments -
`next lint` creates .eslintrc.json instead of eslint.config.mjs after deleting initial ESLint config
#74133 commented on
Jan 23, 2025 • 0 new comments -
Can't Navigate from App Router to Pages Router in Dev Mode
#74131 commented on
Jan 23, 2025 • 0 new comments -
DYNAMIC_SERVER_USAGE error with parallel and/or intercepted routes
#74128 commented on
Jan 23, 2025 • 0 new comments -
Route Handler PATCH export type error in Next.js 15
#74127 commented on
Jan 23, 2025 • 0 new comments -
force-no-store behaves the same as default-no-store
#74109 commented on
Jan 23, 2025 • 0 new comments -
Boundary Serialization - `Props must be serializable for components in "use client" file` warning
#74343 commented on
Jan 23, 2025 • 0 new comments -
Turbo loader options type too strict
#74336 commented on
Jan 23, 2025 • 0 new comments -
SWC minifier changes Temporal workflow names in turborepo setup
#74332 commented on
Jan 23, 2025 • 0 new comments -
Nested node_modules causes incorrect bundling
#74331 commented on
Jan 23, 2025 • 0 new comments -
Returning `notFound` from `getStaticProps` with dynamic path and middleware shows error page instead of 404 page
#74276 commented on
Jan 23, 2025 • 0 new comments -
Client side router cache invalidation bug
#74272 commented on
Jan 23, 2025 • 0 new comments -
Error on redeploy with external CDN
#74271 commented on
Jan 23, 2025 • 0 new comments -
Error importing pure TS packages (with Bun, Turbo, or neither)
#74252 commented on
Jan 23, 2025 • 0 new comments -
Bump webpack dependency to 5.97.1 to resolve compilation errors on .wasm files with Reference Types enabled.
#74265 commented on
Jan 23, 2025 • 0 new comments -
Link Component affects tab order when using anchors affecting accessibility
#74249 commented on
Jan 23, 2025 • 0 new comments -
Server action never resolves if router.push in the meantime
#74246 commented on
Jan 23, 2025 • 0 new comments -
Turbo Dev crashes with OG Image at certain paths
#74244 commented on
Jan 23, 2025 • 0 new comments -
notFound generates critical error with i18n
#74236 commented on
Jan 23, 2025 • 0 new comments -
Image without `priority` gets preloaded if it is set to `loading="eager"`
#74234 commented on
Jan 23, 2025 • 0 new comments -
[Error [TurbopackInternalError]: Next.js package not found
#74226 commented on
Jan 23, 2025 • 0 new comments -
[Edge runtime] `console.error` does not include `error.cause`
#74218 commented on
Jan 23, 2025 • 0 new comments -
Unexpected Turbopack Error: AliasMap::lookup panicked in Next.js
#74214 commented on
Jan 23, 2025 • 0 new comments -
when css url include '!!', next build is error
#73834 commented on
Jan 23, 2025 • 0 new comments -
`afterFiles` rewrite with a host rule doesn't works
#52225 commented on
Jan 23, 2025 • 0 new comments -
Global variable not preserved in app directory on hot/full reload (dev mode)
#52165 commented on
Jan 23, 2025 • 0 new comments -
next/font causes flickering during HMR on Firefox
#52159 commented on
Jan 23, 2025 • 0 new comments -
Next 13.4.7 debugger in client code is not getting hit
#52073 commented on
Jan 23, 2025 • 0 new comments -
not-found.tsx not working after deploying when using `cookies()` in root layout
#51820 commented on
Jan 23, 2025 • 0 new comments -
Next doesn't refresh packages that are not symlinked by dir (w/ `transpilePackages`)
#51780 commented on
Jan 23, 2025 • 0 new comments -
App Router showing 404 page when using inbuilt routing but the page is working when visited directly
#51675 commented on
Jan 23, 2025 • 0 new comments -
App Dir: Avoid intercepted route for hard navigated page
#51648 commented on
Jan 23, 2025 • 0 new comments -
unstable_cache does not deserialize dates
#51613 commented on
Jan 23, 2025 • 0 new comments -
App.getInitialProps runs unnecessary in case of a server error
#51610 commented on
Jan 23, 2025 • 0 new comments -
Dot notation client component breaks consuming RSC.
#51593 commented on
Jan 23, 2025 • 0 new comments -
Strange history behavior with link, route group and prefetch={false}
#51565 commented on
Jan 23, 2025 • 0 new comments -
Revalidation with Preview URL's don't work (using Vercel)
#51542 commented on
Jan 23, 2025 • 0 new comments -
React Context causes infinite re-render loop in page component marked as async
#51528 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1307] Preloaded CSS files not used within a few seconds
#51524 commented on
Jan 23, 2025 • 0 new comments -
Server throws empty lines to the terminal
#51514 commented on
Jan 23, 2025 • 0 new comments -
Sudo on --experimental-https usage
#74061 commented on
Jan 23, 2025 • 0 new comments -
Server-actions redirect not HTTP RFC compliant
#74026 commented on
Jan 23, 2025 • 0 new comments -
Invalid URL when returning a relative location header in middleware
#73989 commented on
Jan 23, 2025 • 0 new comments -
Fragment surrounding metatag component breaks scroll behavior
#73988 commented on
Jan 23, 2025 • 0 new comments -
Unexpected token Delim('$') at [project]/app/globals.css:757:29
#73983 commented on
Jan 23, 2025 • 0 new comments -
Fast refresh doesn't work for client components containing Chinese characters when using --turbo mode in Next 14
#73980 commented on
Jan 23, 2025 • 0 new comments -
Non-ASCII characters in the slug may cause navigation and routing to break
#73965 commented on
Jan 23, 2025 • 0 new comments -
React Compiler Causing Hydration Error in Dev Mode When Prop has New Line in Client Component
#73948 commented on
Jan 23, 2025 • 0 new comments -
Does calling unauthorized() in route handler, render unauthorized.tsx?
#73938 commented on
Jan 23, 2025 • 0 new comments -
Turbopack crashing in dev server after prolonged usage
#73921 commented on
Jan 23, 2025 • 0 new comments -
Support node --conditions/-C as a `NODE_OPTION`.
#73916 commented on
Jan 23, 2025 • 0 new comments -
--experimental-https does not work on the network url
#73913 commented on
Jan 23, 2025 • 0 new comments -
Suspense infinite fallback loading state with javascript turned off
#73906 commented on
Jan 23, 2025 • 0 new comments -
Cannot enable incremental PPR in a page file that is marked with 'use cache'
#73902 commented on
Jan 23, 2025 • 0 new comments -
Using Async Tags with Revalidate on Next.js Server Fetch Contaminates JSON Response
#73874 commented on
Jan 23, 2025 • 0 new comments -
Fetch requests aren't revalidated properly
#73845 commented on
Jan 23, 2025 • 0 new comments -
route seems to be cached despite the force-dynamic and the use of cookies
#73839 commented on
Jan 23, 2025 • 0 new comments -
With Next.js13 app-directory, Fetch API cause error when optional argument set for edge runtime
#43709 commented on
Jan 23, 2025 • 0 new comments -
serverComponentsExternalPackages does not work with workspace packages
#43433 commented on
Jan 23, 2025 • 0 new comments -
Compatibility issue: Next.js 15 and React Three Fiber - TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner')
#71836 commented on
Jan 23, 2025 • 0 new comments -
Build error with dynamicIO enabled
#72184 commented on
Jan 23, 2025 • 0 new comments -
LGPL-3.0 license usage of sharp dependencies blocks us from using Next 15
#72406 commented on
Jan 23, 2025 • 0 new comments -
ReferenceError: e is not defined error occurs when running next dev --turbo
#72232 commented on
Jan 23, 2025 • 0 new comments -
Source map warning on Next 15.0.3 with turbopack, Windows, Firefox
#73384 commented on
Jan 23, 2025 • 0 new comments -
SWC plugin runner no longer provides full file path to metadata
#72019 commented on
Jan 23, 2025 • 0 new comments -
Unexpected CSS Module Ordering in Dev/Prod When Using Tree-Shaking
#72846 commented on
Jan 23, 2025 • 0 new comments -
Next.js 15: Same-Path Redirect in Server Action Temporarily Breaks page.tsx Display
#73317 commented on
Jan 23, 2025 • 0 new comments -
Global `not-found` page interferes with static rendering
#71623 commented on
Jan 23, 2025 • 0 new comments -
Turbopack Not Compiling Tailwind CSS Changes in Safari
#71923 commented on
Jan 23, 2025 • 0 new comments -
Unhandled Runtime Error Error: Expected a suspended thenable. This is a bug in React. Please file an issue.
#51477 commented on
Jan 23, 2025 • 0 new comments -
useSearchParams context is missing search params from rewritten url
#58256 commented on
Jan 23, 2025 • 0 new comments -
Next.js Instrumentation can not import and resolve the node-bindings module.
#64471 commented on
Jan 23, 2025 • 0 new comments -
`generateStaticParams` issue with `output: "export"` in config during development
#64906 commented on
Jan 23, 2025 • 0 new comments -
`The Next.js plugin was not detected` reporting when using flat config
#73655 commented on
Jan 23, 2025 • 0 new comments -
Environment variable created in next.config.js not availabe with appDir:true
#47482 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-890] Scroll position does not reset to top when a loading state is used
#47456 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-892] Re-export of client components needs to be marked as use client as well
#47450 commented on
Jan 23, 2025 • 0 new comments -
Link prefetch causing bug cache in Vercel deploy
#47406 commented on
Jan 23, 2025 • 0 new comments -
basic cache fetch revalidation not working in 13.2.2 client component
#47354 commented on
Jan 23, 2025 • 0 new comments -
Script with beforeInteractive not executing on notFound route
#46825 commented on
Jan 23, 2025 • 0 new comments -
cache: "no-store" option to make page SSR causes error on build
#46737 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-979] i18n config breaks dynamic segments export with generateStaticParams (paths don't match)
#46622 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-687] Problem with edge app route handler with rewrite
#46492 commented on
Jan 23, 2025 • 0 new comments -
`useSearchParams` on iOS Safari makes the page scroll down
#45610 commented on
Jan 23, 2025 • 0 new comments -
Title elements in `head.tsx` incompatible with multiple children such as variables from i18n
#45389 commented on
Jan 23, 2025 • 0 new comments -
notFound(); not working with head.js in same folder
#45385 commented on
Jan 23, 2025 • 0 new comments -
[appDir]: Dynamic pages with dynamic parameters rendered as static by default
#45348 commented on
Jan 23, 2025 • 0 new comments -
generateStaticParams breaks loading component in appDir
#45317 commented on
Jan 23, 2025 • 0 new comments -
Links within same dynamic route do not work after seeing a 404
#45267 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1044] When layout is RSC, all client components used in it will rerender if they are wrapped in `React.memo`
#44901 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1259] notFound() returns a 200 when using the edge runtime
#43722 commented on
Jan 23, 2025 • 0 new comments -
Invariant: attempted to hard navigate to the same URL
#44919 commented on
Jan 24, 2025 • 0 new comments -
Next.js 15 `<Link>` scroll to top does not work if `loading.tsx` is present
#74485 commented on
Jan 24, 2025 • 0 new comments -
`useSearchParams` and `usePathname` do not retain original values when an intercepting route is open
#69222 commented on
Jan 24, 2025 • 0 new comments -
fix(next-config-ts): properly handle ESM
#68365 commented on
Jan 17, 2025 • 0 new comments -
fix(build): fix css modules out of order issue from libraries
#70087 commented on
Jan 21, 2025 • 0 new comments -
[next 14] Enforce eslint-plugin-react-hooks v4
#71302 commented on
Jan 22, 2025 • 0 new comments -
Fix `use server` diagnostics for type exports
#74256 commented on
Jan 24, 2025 • 0 new comments -
refactor(types): cleanup types / useless expression
#74270 commented on
Jan 20, 2025 • 0 new comments -
try ci
#74554 commented on
Jan 22, 2025 • 0 new comments -
Docs: "use cache" -> add how closed-over values from outside React's component scope are handled
#74598 commented on
Jan 19, 2025 • 0 new comments -
feat: expose basePath in useRouter
#74715 commented on
Jan 20, 2025 • 0 new comments -
[Turbopack] connect children in a batch when task is about to finish
#74773 commented on
Jan 24, 2025 • 0 new comments -
[Turbopack] setup aggregation number before connecting children
#74910 commented on
Jan 24, 2025 • 0 new comments -
fix(next-config-ts): Resolve compilerOptions from extends (#74888)
#74914 commented on
Jan 23, 2025 • 0 new comments -
fix: mpa navigate on ppr dynamic data mpa navigation
#75013 commented on
Jan 17, 2025 • 0 new comments -
Add package.json script for building turbopack-cli
#75031 commented on
Jan 24, 2025 • 0 new comments -
Fix: Add missing Google bot variants to bot detection
#75033 commented on
Jan 17, 2025 • 0 new comments -
Setting Cookies Via Server Action Reloads Entire App
#50163 commented on
Jan 23, 2025 • 0 new comments -
Standalone build does not include server-side variables from `.env.local`
#46296 commented on
Jan 23, 2025 • 0 new comments -
_next/data requests on the index page get 308 redirect when middleware and basePath are both used
#70684 commented on
Jan 23, 2025 • 0 new comments -
Next.js App Router ISR doesn't remove noindex meta tag on cache revalidation
#71440 commented on
Jan 23, 2025 • 0 new comments -
Always get ts error when exporting frontmatter from mdx file
#70841 commented on
Jan 23, 2025 • 0 new comments -
Next.js throws `RangeError: Maximum call stack size exceeded` when running `yarn build`
#58494 commented on
Jan 23, 2025 • 0 new comments -
Docs: Parallel Routes in Slots and Hard Navigation / Refresh
#73939 commented on
Jan 23, 2025 • 0 new comments -
Server action resolving to undefined when Vercel throws an error in Next v14
#74948 commented on
Jan 24, 2025 • 0 new comments -
"next dev --turbo" fails in WASM with error (`turbo.createProject` is not supported by the wasm bindings)
#70522 commented on
Jan 24, 2025 • 0 new comments -
devIndicators `buildActivityPosition` option doesn't work
#68701 commented on
Jan 24, 2025 • 0 new comments -
Dynamic intercepting parallel route is server side rendered
#52842 commented on
Jan 24, 2025 • 0 new comments -
Docker standalone build is not working when adding layout to /app path
#68690 commented on
Jan 24, 2025 • 0 new comments -
Dependencies missing in standalone build
#50072 commented on
Jan 24, 2025 • 0 new comments -
Async generateMetadata hangs the app without any visible sign of loading
#55524 commented on
Jan 24, 2025 • 0 new comments -
Server action returning redirect to another root route group fails
#66621 commented on
Jan 24, 2025 • 0 new comments -
NextJs 14 middleware redirect issue: User Keeps getting redirected to /login after successful Sign-In
#59218 commented on
Jan 24, 2025 • 0 new comments -
[NEXT-1143] Dev mode slow compilation
#48748 commented on
Jan 24, 2025 • 0 new comments -
styled-components rendered by client in app directory
#49836 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1151] App router issue with Framer Motion shared layout animations
#49279 commented on
Jan 23, 2025 • 0 new comments -
Styles Missing in Intercepted/Parallel Routes After Updating to Next 13.4
#49253 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1149] Route handler streaming response causes 400 bad request with `next/image` on Vercel
#49216 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1177] require.context does not work with client components
#49112 commented on
Jan 23, 2025 • 0 new comments -
I am facing "HookWebpackError" at the time of optimized building. Please see the screenshot.
#49064 commented on
Jan 23, 2025 • 0 new comments -
Values imported by route handlers differ from values imported by other parts of the application
#49041 commented on
Jan 23, 2025 • 0 new comments -
DynamicServerError on cron job routes
#49039 commented on
Jan 23, 2025 • 0 new comments -
route handlers missing results of cookies() and headers() in production
#49022 commented on
Jan 23, 2025 • 0 new comments -
Not respecting fetch cache settings in production
#49020 commented on
Jan 23, 2025 • 0 new comments -
Static GET App route throws TypeError when returning cached 204
#49005 commented on
Jan 23, 2025 • 0 new comments -
Component Flickering while developing Next.js and Tailwind
#48879 commented on
Jan 23, 2025 • 0 new comments -
Rewrites not working with imported configs
#48858 commented on
Jan 23, 2025 • 0 new comments -
When using webpack hook in appDir mode, got ReferenceError: Cannot access 'watcher' before initialization error.
#48818 commented on
Jan 23, 2025 • 0 new comments -
compress setting + middleware are now breaking the application on v13.3.1
#48765 commented on
Jan 23, 2025 • 0 new comments -
in page.module.css, class names with dashes does not appear to work as expected
#48759 commented on
Jan 23, 2025 • 0 new comments -
Rendering a nested error page over the not-found while calling notFound()
#48733 commented on
Jan 23, 2025 • 0 new comments -
AppDir canary 13.3.1, ios device: Redirect cause continue reload of the page!
#48714 commented on
Jan 23, 2025 • 0 new comments -
app\[lang] breaks next/link with prefetch: false. Loading.tsx doesn't works with ISR
#49799 commented on
Jan 23, 2025 • 0 new comments -
global not found in app still includes pages
#49796 commented on
Jan 23, 2025 • 0 new comments -
NextJS 13 unused client component increases First Load JS size (tree shaking not working for client component)
#49742 commented on
Jan 23, 2025 • 0 new comments -
Using generateStaticParams causes issues with searchParams
#49735 commented on
Jan 23, 2025 • 0 new comments -
Use webpack transform on nextjs app directory?
#49728 commented on
Jan 23, 2025 • 0 new comments -
Next 13 throws when useLayoutEffect is imported, even if it's not possible for it to run
#49714 commented on
Jan 23, 2025 • 0 new comments -
Warning: Prop `className` did not match appeared on manual page refresh with dynamic route
#49703 commented on
Jan 23, 2025 • 0 new comments -
mongodb still bundled in RSC when imported indirectly by another package of a pnpm monorepo
#49696 commented on
Jan 23, 2025 • 0 new comments -
`rewrites` return a 404 until a valid non-rewritten page is loaded first
#49680 commented on
Jan 23, 2025 • 0 new comments -
(Shallow routing) updating search params causes server code to rerun.
#49668 commented on
Jan 23, 2025 • 0 new comments -
URL hash for state unpredictable in app and page dir
#49601 commented on
Jan 23, 2025 • 0 new comments -
Next13.4 appDir does not render layout and template in the way the docs say it should
#49596 commented on
Jan 23, 2025 • 0 new comments -
Full page reload with external router (react-router)
#49479 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1184] moving focus after navigations
#49386 commented on
Jan 23, 2025 • 0 new comments -
Next link does a rerender of the root layout down on prefetch, all state is lost in version > 13.3.0
#49340 commented on
Jan 23, 2025 • 0 new comments -
Module not resolved with nodenext moduleResolution and module type in package.json
#49314 commented on
Jan 23, 2025 • 0 new comments -
Type is referenced directly or indirectly in the fulfillment callback of its own 'then' method.
#49280 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1102] `opengraph-image` is 404 in route group segments, both image and dynamic
#48106 commented on
Jan 23, 2025 • 0 new comments -
SSG is not working when runtime is experimental-edge
#48103 commented on
Jan 23, 2025 • 0 new comments -
`export const { foo } = ...` broken
#48091 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1088] After upgrading to 13.3 from 13.2 middleware is not working anymore
#48083 commented on
Jan 23, 2025 • 0 new comments -
Dev server stops responding when using intercept route
#48078 commented on
Jan 23, 2025 • 0 new comments -
getPageMeta not respected in not-found
#48069 commented on
Jan 23, 2025 • 0 new comments -
Special characters are not decoded in dynamic routes using app directory
#48058 commented on
Jan 23, 2025 • 0 new comments -
Client-side routing link resolve bug in minimal mode (Vercel)
#48002 commented on
Jan 23, 2025 • 0 new comments -
manipulating searchParams behavior differs in canary
#47996 commented on
Jan 23, 2025 • 0 new comments -
ESM imports aren't resolving with multiple default module exports
#47945 commented on
Jan 23, 2025 • 0 new comments -
Navigating to rewritten path results in hard navigation when deployed on Vercel (appDir)
#47815 commented on
Jan 23, 2025 • 0 new comments -
Next 14 App router AsyncLocalStorage From middleware to server component
#69298 commented on
Jan 23, 2025 • 0 new comments -
@next/font + font-feature-settings do not work with next@13.2.4
#47814 commented on
Jan 23, 2025 • 0 new comments -
Statically Typed Links not working when passing href
#47689 commented on
Jan 23, 2025 • 0 new comments -
Build error appears when fetching with Graphql from Wordpress
#47544 commented on
Jan 23, 2025 • 0 new comments -
Fast Refresh performing a full reload when there is a client component + tailwind
#47533 commented on
Jan 23, 2025 • 0 new comments -
Rendering bundles for unrelated page
#47514 commented on
Jan 23, 2025 • 0 new comments -
Next export broken in 13.3.1 (app dir)
#48711 commented on
Jan 23, 2025 • 0 new comments -
Server Error passed to error.js without custom properties (appDir)
#48681 commented on
Jan 23, 2025 • 0 new comments -
Tauri + NextJS app directory using router.push from next/navigation doesn't render page correctly
#48642 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1180] App directory with root [locale] parameter, i18n enabled for pages
#48619 commented on
Jan 23, 2025 • 0 new comments -
Nested dynamic route segment doesn't redirect to root not-found.js
#48609 commented on
Jan 23, 2025 • 0 new comments -
Search params are not being added when using link (app dir)
#48554 commented on
Jan 23, 2025 • 0 new comments -
App dir with typed routes not working when "moduleResolution" is set to "nodenext"
#48541 commented on
Jan 23, 2025 • 0 new comments -
Hydration error (appDir) when exporting an arrow function in page.js marked as a client component
#48537 commented on
Jan 23, 2025 • 0 new comments -
Bug with returning from not-found page
#48526 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1140] Build output showing 0B inside parenthesis folder routes
#48404 commented on
Jan 23, 2025 • 0 new comments -
Just calling `useSearchParams` hook in a client component breaks static page rendering of whole app (breaks static generation of meta tags)
#48335 commented on
Jan 23, 2025 • 0 new comments -
Failed to reload dynamic routes: Error: Catch-all must be the last part of the URL
#48333 commented on
Jan 23, 2025 • 0 new comments -
Return NextResponse Is Not Working In Higher Order Function Covering The Page
#48325 commented on
Jan 23, 2025 • 0 new comments -
app dir: useId mismatch on first request in `next dev`
#48284 commented on
Jan 23, 2025 • 0 new comments -
[NEXT-1191] [App Router] Inconsistent behaviour in dev and build when using force-dynamic and generateStaticParams
#48153 commented on
Jan 23, 2025 • 0 new comments -
unable to access `params` in template.js when `appDir` enabled
#48149 commented on
Jan 23, 2025 • 0 new comments -
When using App dir, Global CSS seems to get bundled incorrectly
#48120 commented on
Jan 23, 2025 • 0 new comments -
Update to `HotReload` triggers ‘bad `setState()`’ warning when server/client disagree on the initial value of `useSyncExternalStore()` and application throws
#64936 commented on
Jan 17, 2025 • 0 new comments -
VSCode debugging error when using Yarn PnP with NextJS 15
#72621 commented on
Jan 22, 2025 • 0 new comments -
PNPM and output standalone issue running pnpm run dev after pnpm rub build
#72888 commented on
Jan 22, 2025 • 0 new comments -
Webpack hydration freeze and debug.
#72243 commented on
Jan 22, 2025 • 0 new comments -
updating head meta data based on the fetched data in app router
#72076 commented on
Jan 22, 2025 • 0 new comments -
Static indicator shouldn't be shown when searchParams is being used
#72133 commented on
Jan 22, 2025 • 0 new comments -
OPTIONS request stuck when using edge runtime
#72068 commented on
Jan 22, 2025 • 0 new comments -
Reading searchParams with "use cache" causes the build to hang
#71870 commented on
Jan 22, 2025 • 0 new comments -
Confusing error when calling a server function from use cache scope
#71859 commented on
Jan 22, 2025 • 0 new comments -
shadcn components are not working with next 15
#71857 commented on
Jan 22, 2025 • 0 new comments -
Cannot use 'import.meta' outside a module when using next.config.ts
#71705 commented on
Jan 22, 2025 • 0 new comments -
Hot reload doesn't work inside Docker container
#71622 commented on
Jan 22, 2025 • 0 new comments -
[turbopack]: Can't specify issuer with @svgr/webpack loader, causes invalid url transformation in css
#71275 commented on
Jan 22, 2025 • 0 new comments -
Server Action fails silently on timeout
#71161 commented on
Jan 22, 2025 • 0 new comments -
Catch-all Segments are mistakenly being triggered when it follows a Dynamic Segment (both get triggered)
#70954 commented on
Jan 22, 2025 • 0 new comments -
tsconfig > compilerOptions.paths > `${configDir}` template variable fails the app load and build
#70912 commented on
Jan 22, 2025 • 0 new comments -
The element `nextjs-portal` affects other elements on the site
#70675 commented on
Jan 22, 2025 • 0 new comments -
`optimizePackageImports` is not working with `react-icons` in dev mode
#70666 commented on
Jan 22, 2025 • 0 new comments -
Unable to fix logs `[BABEL] Note: The code generator has deoptimised the styling of`
#53807 commented on
Jan 22, 2025 • 0 new comments -
Opt out of scroll restoration when using browser back buttons
#20951 commented on
Jan 22, 2025 • 0 new comments -
Stacktraces are gone and dev experience suffers #74925
#74988 commented on
Jan 22, 2025 • 0 new comments -
Extended Set Methods (like union()) Not Included in Default Polyfills Despite Documentation
#74978 commented on
Jan 22, 2025 • 0 new comments -
Error: The Edge Function "middleware" size is 1.02 MB and your plan size limit is 1 MB.
#74916 commented on
Jan 22, 2025 • 0 new comments -
`resolveSWCOptions` fails when using next.config.ts with extended tsconfig
#74888 commented on
Jan 22, 2025 • 0 new comments -
serverExternalPackages config is only in dev mode and not used in build
#74816 commented on
Jan 22, 2025 • 0 new comments -
Webpack failing to use correct node loader in yarn workspace
#73700 commented on
Jan 22, 2025 • 0 new comments -
The link to Server Action's error with Client Component doesn't redirect to the corresponding section
#73817 commented on
Jan 22, 2025 • 0 new comments -
Vercel local build for NextJS and prebuilt deployment throws error with styled-jsx
#73648 commented on
Jan 22, 2025 • 0 new comments -
wrong resources URL keep reloading multiple times
#73394 commented on
Jan 22, 2025 • 0 new comments -
Cannot use Next.js as a transitive dep to build an application
#73375 commented on
Jan 22, 2025 • 0 new comments -
[codemod] Unused params Causes next build Failure After Async API Codemod Execution
#73296 commented on
Jan 22, 2025 • 0 new comments -
VS Code cannot bind breakpoints in a Turborepo Next.js project
#73258 commented on
Jan 22, 2025 • 0 new comments -
Scripts from root layout don’t appear first in document head, including `beforeInteractive`
#73275 commented on
Jan 22, 2025 • 0 new comments -
Renaming the distDir and using "output: export" seems to render "npm run start" unusable
#73051 commented on
Jan 22, 2025 • 0 new comments -
All imports must resolve in `next.config` when running `next lint`. This prevents monorepos from linting before building dependent packages.
#73012 commented on
Jan 22, 2025 • 0 new comments -
generateStaticParams validation makes react-router migrations difficult
#69747 commented on
Jan 22, 2025 • 0 new comments -
Writing gzipped data to response stream doesn't write content
#66833 commented on
Jan 22, 2025 • 0 new comments -
npm run dev never finish to compile
#66729 commented on
Jan 22, 2025 • 0 new comments -
<Link> to an AppRoute Page with a <form action={}> renders a form tag with a js error in place of the function name on the action prop.
#66672 commented on
Jan 22, 2025 • 0 new comments -
Calling `notFound()` from a dynamic catch-all segment displays unnecessary console warning about missing slots
#66671 commented on
Jan 22, 2025 • 0 new comments -
styled-components don't rehyrdate properly in React Server Components
#66646 commented on
Jan 22, 2025 • 0 new comments -
Symlinks issue, with tailwind especially
#66603 commented on
Jan 22, 2025 • 0 new comments -
Duplicate Requests in Next.js 14 on Server Side with Parallel Routes and Intercepting Routes
#66418 commented on
Jan 22, 2025 • 0 new comments -
ReactRemoveProperties dosen't work as it was
#66323 commented on
Jan 22, 2025 • 0 new comments -
NextJS 14 HMR Tailwind CSS reloading not working
#66292 commented on
Jan 22, 2025 • 0 new comments -
Debugging with NODE_OPTIONS='--inspect=0.0.0.0' return error: /usr/bin/node: must be 0 or in range 1024 to 65535.
#66189 commented on
Jan 22, 2025 • 0 new comments -
`useEffect` no longer run twice in React strict mode
#66210 commented on
Jan 22, 2025 • 0 new comments -
Unsupported Node.js version! Your version: undefined
#66180 commented on
Jan 22, 2025 • 0 new comments -
Next.js v14.2 creates source map issues with various components in VS Code debugger
#65795 commented on
Jan 22, 2025 • 0 new comments -
SVG with icons not updating after change
#66075 commented on
Jan 22, 2025 • 0 new comments -
Next >14.0.1 cannot use @ant-design/icons (unexpected token 'export')
#65707 commented on
Jan 22, 2025 • 0 new comments -
optimizePackageImports' caches index.ts files (dev and build) when they resolve to source files outside node_modules.
#65630 commented on
Jan 22, 2025 • 0 new comments -
"Could not open page.js in the editor" error on VSCode Windows
#65608 commented on
Jan 22, 2025 • 0 new comments -
Next.js App Router: Server Component with Context Provider and Tailwind causes rendering issues
#69682 commented on
Jan 22, 2025 • 0 new comments -
next build hangs after next dev has compiled on Windows
#69435 commented on
Jan 22, 2025 • 0 new comments -
Cannot use local Next.js build as Next.js Dev Server (v14.2.6)
#69316 commented on
Jan 22, 2025 • 0 new comments -
Edge runtime is sensitive to order of "exports" in dependency, will only use edge-light if it's defined before browser
#69175 commented on
Jan 22, 2025 • 0 new comments -
Module incorrectly persists between hot updates (HMR) in the browser
#69098 commented on
Jan 22, 2025 • 0 new comments -
Dynamic `import()` function usage behaves strangely, prevents server-only code
#69070 commented on
Jan 22, 2025 • 0 new comments -
Error and reload during HMR with MUI
#69008 commented on
Jan 22, 2025 • 0 new comments -
Next.js App Directory: Link Component Crashes on First Load with Storyblok Integration
#68882 commented on
Jan 22, 2025 • 0 new comments -
unstable_cache gets called multiple times if it is being called in another function wrapped in unstable_cache
#68677 commented on
Jan 22, 2025 • 0 new comments -
r is not a function when wrapping API route with a function and use server
#68568 commented on
Jan 22, 2025 • 0 new comments -
`reactProductionProfiling: true` isn't working when `experimental.reactCompiler: true`
#68276 commented on
Jan 22, 2025 • 0 new comments -
Pending Promises sent from server to client component crash if they reject without a reason
#67863 commented on
Jan 22, 2025 • 0 new comments -
Failed to load SWC Binary for android-arm64
#67825 commented on
Jan 22, 2025 • 0 new comments -
No way to opt out of experimental optimizePackageImports, which breaks Cypress component tests
#67569 commented on
Jan 22, 2025 • 0 new comments -
First-time navigation breaks in dev if destination page has a lazy import with decorators
#67550 commented on
Jan 22, 2025 • 0 new comments -
`npm run dev` fails with custom `.babelrc` file
#66997 commented on
Jan 22, 2025 • 0 new comments -
Variables defined in `.env` files that do not begin with `NEXT_PUBLIC_` are not available in Middleware deployed to Vercel
#67296 commented on
Jan 22, 2025 • 0 new comments -
--turbo flag doesn't work with docker compose, but work when use only docker container
#44358 commented on
Jan 19, 2025 • 0 new comments -
node:16-alpine no longer works
#44369 commented on
Jan 19, 2025 • 0 new comments -
.next folder needs to be manually deleted when changing tsconfig.json
#44396 commented on
Jan 19, 2025 • 0 new comments -
Build fails unless development server is running, then all pages are 404
#44398 commented on
Jan 19, 2025 • 0 new comments -
Mobile pull-to-refresh causes JavaScript to break in Next.js App Directory Playground
#44413 commented on
Jan 19, 2025 • 0 new comments -
Mobile pull-to-refresh causes JavaScript to break in app directory
#44414 commented on
Jan 19, 2025 • 0 new comments -
the build command does not generate the initial path `/`
#44440 commented on
Jan 19, 2025 • 0 new comments -
WindiCSS HMR doesn't work for server component
#44448 commented on
Jan 19, 2025 • 0 new comments -
(AppDir) Path inside Route Group built as serverless when edge runtime enabled
#44465 commented on
Jan 19, 2025 • 0 new comments -
build-in @next/swc-xxx package too big
#44473 commented on
Jan 19, 2025 • 0 new comments -
"ISR" failing on Vercel with appDir
#44475 commented on
Jan 19, 2025 • 0 new comments -
Files with `.mjs/.mts` extension are ignored in api
#44485 commented on
Jan 19, 2025 • 0 new comments -
Server and client components being misinterpreted when using default exports
#44487 commented on
Jan 19, 2025 • 0 new comments -
(AppDir) Error with nested layouts is misleading - hides that error is with layout
#44510 commented on
Jan 19, 2025 • 0 new comments -
Getting error when when using script tag to import JS module as asset.
#44535 commented on
Jan 19, 2025 • 0 new comments -
Broken Icon in blur data Next Image
#44543 commented on
Jan 19, 2025 • 0 new comments -
Changing `browserslist` doesn't affect `autoprefixer` until CSS was modified
#44544 commented on
Jan 19, 2025 • 0 new comments -
Next.js does not bundle necessary JSON files in ESM output
#63368 commented on
Jan 17, 2025 • 0 new comments -
Problem with apollographql using turbopack - Unexpected error processing request: TypeError: module.require is not a function
#73779 commented on
Jan 17, 2025 • 0 new comments -
[PPR] Dynamic route segment params are double encoded
#71005 commented on
Jan 17, 2025 • 0 new comments -
[PPR][DIO] Dynamic Segment Static Shell is blank
#73819 commented on
Jan 17, 2025 • 0 new comments -
`“use cache”` does not serialize the serializable value (but `unstable_cache` serializes)
#73094 commented on
Jan 17, 2025 • 0 new comments -
Not working eslintrc.json in Nextjs 15
#72142 commented on
Jan 17, 2025 • 0 new comments -
Hydration error on refresh
#50329 commented on
Jan 18, 2025 • 0 new comments -
Debugger not binding breakpoints in VSCode in server components, using official Next.js debugger setup
#62008 commented on
Jan 18, 2025 • 0 new comments -
next v15 with turbo causes "params should be awaited" error without params usage but with icon.svg file and slug in root path in app router
#74918 commented on
Jan 18, 2025 • 0 new comments -
null is not an object (evaluating 't.parallelRoutes.get')
#67730 commented on
Jan 18, 2025 • 0 new comments -
Error during SSR Rendering
#44278 commented on
Jan 18, 2025 • 0 new comments -
(App Router) Higher order function component support
#44307 commented on
Jan 18, 2025 • 0 new comments -
Locale prefix treated as subroute + cannot disable localeDetection
#44346 commented on
Jan 18, 2025 • 0 new comments -
Next.js application showcases intermittent slow responses, in Google Cloud Run instance running, from 30 seconds up to more than 1 minute
#48539 commented on
Jan 19, 2025 • 0 new comments -
next/image does not work with CDN
#33488 commented on
Jan 19, 2025 • 0 new comments -
"RangeError: WebAssembly.instantiate(): Out of memory: wasm memory" when using environment with limited virtual memory
#51870 commented on
Jan 19, 2025 • 0 new comments -
node is not a constructor error during build
#44349 commented on
Jan 19, 2025 • 0 new comments -
CSP error on first load page with dynamic import
#44569 commented on
Jan 19, 2025 • 0 new comments -
Redirect URL with dot in the end doesn't work
#54485 commented on
Jan 20, 2025 • 0 new comments -
404 page triggers on every page
#67532 commented on
Jan 20, 2025 • 0 new comments -
Refractor languages missing when Turbopack is enabled
#66348 commented on
Jan 20, 2025 • 0 new comments -
Next.JS does NOT support Docker Swarm.
#71826 commented on
Jan 20, 2025 • 0 new comments -
not-found.js not work when use static HTML export
#51400 commented on
Jan 20, 2025 • 0 new comments -
next/link behavior differs from native anchor when linking to fragment identifier
#22838 commented on
Jan 20, 2025 • 0 new comments -
`suppressHydrationWarning` deactivates hydration completely
#61911 commented on
Jan 21, 2025 • 0 new comments -
Error: Cannot find module 'styled-jsx/style'
#56900 commented on
Jan 21, 2025 • 0 new comments -
Hard Navigation On Client side Navigation (using Link component) in Nextjs 15
#72383 commented on
Jan 21, 2025 • 0 new comments -
`suppressHydrationWarning` not working as expected for app router
#58493 commented on
Jan 21, 2025 • 0 new comments -
Unable to add nonce to script - difference between Server and Client using Next.js 14 App Router and Middleware (Content Security Policy)
#63749 commented on
Jan 21, 2025 • 0 new comments -
Parallel routes are rendered unnecessarily
#53292 commented on
Jan 21, 2025 • 0 new comments -
static export with trailingSlash: true - query params dropped
#24483 commented on
Jan 21, 2025 • 0 new comments -
API endpoint throws error if `next/headers` is imported
#44858 commented on
Jan 21, 2025 • 0 new comments -
Provide an esm build for `@next/env`
#68091 commented on
Jan 22, 2025 • 0 new comments -
next.config.ts does not support top-level-await
#67765 commented on
Jan 22, 2025 • 0 new comments -
Custom 404 not working in Pages Router if `app` directory exists
#58945 commented on
Jan 22, 2025 • 0 new comments -
Symlinked client side components throwing webpack errors
#44583 commented on
Jan 19, 2025 • 0 new comments -
Masked Flight parameters from middleware cause soft refresh to fail when adding headers to request.
#44590 commented on
Jan 19, 2025 • 0 new comments -
`import Complex from 'complex.js'` is rewritten to import local `./complex.js` instead of desired NPM package `complex.js`
#44603 commented on
Jan 19, 2025 • 0 new comments -
Explicit file extensions in EcmaScript imports does not work for TypeScript
#44621 commented on
Jan 19, 2025 • 0 new comments -
Using Link href/as in dynamic nested routes immediately redirect to new page
#44721 commented on
Jan 19, 2025 • 0 new comments -
Exporting undefined for getStaticProps causes getInitialProps to be ignored
#44754 commented on
Jan 19, 2025 • 0 new comments -
`use` doesn't work in `async` Server Component
#44778 commented on
Jan 19, 2025 • 0 new comments -
Incorrect docker configuration
#44804 commented on
Jan 19, 2025 • 0 new comments -
`pnpm install` fails in Node 19
#44867 commented on
Jan 19, 2025 • 0 new comments -
Blog starter example: add @vercel/analytics/react and Analytics component by default
#44922 commented on
Jan 19, 2025 • 0 new comments -
/test/[id]/analytics not rendering
#44927 commented on
Jan 19, 2025 • 0 new comments -
Scripts don't work outside of `Head` in `_document`
#44930 commented on
Jan 19, 2025 • 0 new comments -
in version 12, #is appended multiple times for dynamic routes
#44947 commented on
Jan 19, 2025 • 0 new comments -
NextJS 13 router.push to custom protocol (non-http)
#45016 commented on
Jan 19, 2025 • 0 new comments -
Rewrites to /api doesn't work when i18n is present in config
#45070 commented on
Jan 19, 2025 • 0 new comments -
ChunkLoadError: Loading chunk app/layout failed. (timeout: http://localhost:3000/_next/static/chunks/app/layout.js)
#66526 commented on
Jan 20, 2025 • 0 new comments -
NextJS 14.2.4 With-Supabase Build Error - Error: `cookies` was called outside a request scope.
#67191 commented on
Jan 20, 2025 • 0 new comments -
Event Propagation Inconsistency: `stopPropagation` Fails in App Router (but not Pages router)
#65397 commented on
Jan 22, 2025 • 0 new comments -
Docs: How to mitigate CSRF
#40495 commented on
Jan 22, 2025 • 0 new comments -
Docs: Environment variables documentation implies they're always read at build time
#39299 commented on
Jan 22, 2025 • 0 new comments -
next exception in ie11 browser
#34712 commented on
Jan 22, 2025 • 0 new comments -
Missing generic type in NextApiRequest
#32677 commented on
Jan 22, 2025 • 0 new comments -
Add documentation about asset generation
#15498 commented on
Jan 22, 2025 • 0 new comments -
_document.tsx imports causes full page reload
#44347 commented on
Jan 22, 2025 • 0 new comments -
Failed to execute 'replaceState' on 'History': A history state object with URL on google web cache
#44849 commented on
Jan 22, 2025 • 0 new comments -
BigInt not supported by NextApiResponse.json()
#45050 commented on
Jan 22, 2025 • 0 new comments -
`redirects` config doesn't take into account `trailingSlash` config
#45119 commented on
Jan 22, 2025 • 0 new comments -
Docs: unstable_cache
#73365 commented on
Jan 22, 2025 • 0 new comments -
ISR - Nextjs 14.2.17 not saving Static Content on Redis on build time only using cache-handler
#74814 commented on
Jan 23, 2025 • 0 new comments -
[DynamicIO] Production build fails if you add intercepting routes inside multi-root layouts
#74801 commented on
Jan 23, 2025 • 0 new comments -
Passing data to both client & server component result in always async server tree
#74793 commented on
Jan 23, 2025 • 0 new comments -
Next build fails only in Github Action
#74792 commented on
Jan 23, 2025 • 0 new comments -
`next lint` uses yarn even though project uses npm because no package-lock.json because using turborepo
#74775 commented on
Jan 23, 2025 • 0 new comments -
revalidateTag/revalidatePath do not work when directly followed by a redirect in a route handler
#74757 commented on
Jan 23, 2025 • 0 new comments -
Client bundle contains unnecessary components with `[[...slug]]` catch-all route
#74756 commented on
Jan 23, 2025 • 0 new comments -
Docs: Add another use case for routes groups - grouping related, collocated components
#49359 commented on
Jan 22, 2025 • 0 new comments -
Docs: NEXT_LOCALE cookie
#49339 commented on
Jan 22, 2025 • 0 new comments -
[NEXT-1161] Cached data is used after reloading immediately deployed app
#48985 commented on
Jan 22, 2025 • 0 new comments -
Docs: Best practices for handling ReadableStream request bodies from NextRequest
#48403 commented on
Jan 22, 2025 • 0 new comments -
Docs: workerThreads and cpus not appear in Experimental
#48352 commented on
Jan 22, 2025 • 0 new comments -
Docs: Fix incorrect instrucstions in docs about absolute imports and module path aliases.
#48209 commented on
Jan 22, 2025 • 0 new comments -
Docs: Content unavailable in default locale at the root of the site
#48197 commented on
Jan 22, 2025 • 0 new comments -
Docs: Conditionally import next/navigation for library owners?
#47979 commented on
Jan 22, 2025 • 0 new comments -
Docs: Some guidance on CSS (and CSS Modules) tree shaking
#46745 commented on
Jan 22, 2025 • 0 new comments -
Docs: Github Actions hashFiles example seems incorrect
#46524 commented on
Jan 22, 2025 • 0 new comments -
Docs: Middleware files needs same suffix as pages if pageExtensions config is used
#44654 commented on
Jan 22, 2025 • 0 new comments -
Docs: Improve Dynamic Import page by including information about DynamicOptions
#42679 commented on
Jan 22, 2025 • 0 new comments -
Thrown Error in Client Component is not triggering Error Boundary
#42525 commented on
Jan 22, 2025 • 0 new comments -
Docs: next/link-passhref isn't included in the linting plugin anymore (?)
#42159 commented on
Jan 22, 2025 • 0 new comments -
Provide relevant documentation links for `next.config.js` type warnings
#40375 commented on
Jan 22, 2025 • 0 new comments -
Docs: Recommend not to set noPropertyAccessFromIndexSignature: true in tsconfig.json when you use process.env.*
#39961 commented on
Jan 22, 2025 • 0 new comments -
CSS Module Hot Reloading Issue in Next.js Dev Mode
#74749 commented on
Jan 23, 2025 • 0 new comments -
Redirect from https://example.com/ to https://example.com impossible?
#74551 commented on
Jan 23, 2025 • 0 new comments -
A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it.
#74534 commented on
Jan 23, 2025 • 0 new comments -
Issue with dynamic route params returning %5Bslug%5D
#74532 commented on
Jan 23, 2025 • 0 new comments -
removal of apple-mobile-web-app-capable results in splash screens not working
#74524 commented on
Jan 23, 2025 • 0 new comments -
Page crashes and "Error: Connection closed." in log
#74518 commented on
Jan 23, 2025 • 0 new comments -
NextJS 15/Axios incompatibility has incomplete Set-Cookies header when doing request from Next middleware only
#74489 commented on
Jan 23, 2025 • 0 new comments -
Tailwind breaks fast reload *sometimes*, causing component reload
#74484 commented on
Jan 23, 2025 • 0 new comments -
DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
#74460 commented on
Jan 23, 2025 • 0 new comments -
Static export with skipTrailingSlashRedirect results in invalid request paths for RSC payload .txt files
#74445 commented on
Jan 23, 2025 • 0 new comments -
Turbopack error when using roboto flex font
#74432 commented on
Jan 23, 2025 • 0 new comments -
Cannot rewrite to external URL when basePath option is defined in next.config.js contains a hyphen
#74431 commented on
Jan 23, 2025 • 0 new comments -
NextJS is reporting Node warnings as errors instead of warnings in the browser
#74429 commented on
Jan 23, 2025 • 0 new comments -
loading.tsx not affecting sub-routes in some cases
#74412 commented on
Jan 23, 2025 • 0 new comments -
`params` are awaited well but the warning, `params` should be awaited before using its properties. is still displayed
#74406 commented on
Jan 23, 2025 • 0 new comments -
Typescript/SWC not working when root directory name contains node_modules
#74404 commented on
Jan 23, 2025 • 0 new comments -
Importing local font in edge runtime is broken since Next 15 with pages router (vercel/og example)
#74385 commented on
Jan 23, 2025 • 0 new comments -
alternates metadata are not correctly merged
#74361 commented on
Jan 23, 2025 • 0 new comments -
Inconsistent `context.resolvedUrl` behavior in `getServerSideProps` after middleware rewrite
#74746 commented on
Jan 23, 2025 • 0 new comments -
nextjs15 with .babelrc report $ is not a function
#74743 commented on
Jan 23, 2025 • 0 new comments -
PPR always loads the largest image dimension for prioritized images
#74739 commented on
Jan 23, 2025 • 0 new comments -
TypeScript Plugin Incorrectly Error `PromiseLike` Return Types in "use server" file
#74722 commented on
Jan 23, 2025 • 0 new comments -
Parallel routes with intercepting route child, causing 500 error on vercel from dynamic route.
#74719 commented on
Jan 23, 2025 • 0 new comments -
Wrong page when navigating from pages router to app router
#74696 commented on
Jan 23, 2025 • 0 new comments -
OpenGraph Metdata handling doesn't retain URL parameters for main page
#74689 commented on
Jan 23, 2025 • 0 new comments -
[turbopack] dynamic imports fallback to single existing file when target file does not exist
#74664 commented on
Jan 23, 2025 • 0 new comments -
`cacheLife` with `revalidate` < 1 causes error in production only
#74660 commented on
Jan 23, 2025 • 0 new comments -
dev --turbo in monorepo can't resolve alias import
#74651 commented on
Jan 23, 2025 • 0 new comments -
Next.js project doesn't work with Yarn 4.6.0 using Turbopack
#74648 commented on
Jan 23, 2025 • 0 new comments -
[SourceMap] `prepareStackTrace` patch minifies server stack trace
#74646 commented on
Jan 23, 2025 • 0 new comments -
Typescript error TP1001 when creating a Web Worker in Next.js 15.1.3
#74621 commented on
Jan 23, 2025 • 0 new comments -
Related to #58661 redirect(<path>) does not work at all inside intercepting routes
#74602 commented on
Jan 23, 2025 • 0 new comments -
Middleware.ts causes `ReferenceError: self is not defined` error with `splitChunks`
#74595 commented on
Jan 23, 2025 • 0 new comments -
mdx js loader: paths must be valid file:// URLs (windows only)
#74564 commented on
Jan 23, 2025 • 0 new comments -
Next revalidate cache when no implicitly server indication
#74558 commented on
Jan 23, 2025 • 0 new comments -
Docs: 504 error | NX repo | serverless function | PRO member vercel | maxDuration 15 seconds not able to change
#61870 commented on
Jan 22, 2025 • 0 new comments -
Docs: How to migrate from async router.push to new `next/navigation` push method
#61737 commented on
Jan 22, 2025 • 0 new comments -
Understanding cache behaviour for optimized images
#61666 commented on
Jan 22, 2025 • 0 new comments -
Docs: Server Actions Interaction with Data Cache: "Fine Grained Control" invalidateTag
#61542 commented on
Jan 22, 2025 • 0 new comments -
Docs: Clarify where `notFound()` can be used.
#61536 commented on
Jan 22, 2025 • 0 new comments -
Docs: Telemetry Data Sharing Clarity
#61472 commented on
Jan 22, 2025 • 0 new comments -
Docs: ESLint - Disabling Rules
#61297 commented on
Jan 22, 2025 • 0 new comments -
Docs: missing localization configuration for default language
#61156 commented on
Jan 22, 2025 • 0 new comments -
Docs: Missing TS type for config
#61050 commented on
Jan 22, 2025 • 0 new comments -
Docs: Document expected NEXT_SERVER_ACTIONS_ENCRYPTION_KEY format
#61020 commented on
Jan 22, 2025 • 0 new comments -
"error createContext only works in Client Components" still exists
#60877 commented on
Jan 22, 2025 • 0 new comments -
Docs: the lazy components should add a note that they cannot work directly from server components.
#60656 commented on
Jan 22, 2025 • 0 new comments -
Docs: Unclear behavior on navigation with Server Component template.js
#60633 commented on
Jan 22, 2025 • 0 new comments -
Docs: unclear documentation about layout.js
#60617 commented on
Jan 22, 2025 • 0 new comments -
Docs: improvde documentation on how to write multiple middlewares in a proper manner
#59888 commented on
Jan 22, 2025 • 0 new comments -
Docs: unclear RedirectType
#59160 commented on
Jan 22, 2025 • 0 new comments -
Unclear if/how you can set a fallback OG image with the app router
#58954 commented on
Jan 22, 2025 • 0 new comments -
@next/mdx doesn't work as expected in production (on vercel)
#65388 commented on
Jan 22, 2025 • 0 new comments -
Fetch failed loading: GET "http://localhost:3000/dashboard/blog?_rsc=1538b".
#65387 commented on
Jan 22, 2025 • 0 new comments -
[NEXT-871] Accessibility issues with the next error dialog
#47351 commented on
Jan 22, 2025 • 0 new comments -
[NEXT-856] Error Overlay does not display the current version of Next.js
#47124 commented on
Jan 22, 2025 • 0 new comments -
Inconsistent Error Messaging / Handling in getStaticPaths
#41281 commented on
Jan 22, 2025 • 0 new comments -
Refresh after HMR results in hydration error when runtime is set to experimental-edge
#41115 commented on
Jan 22, 2025 • 0 new comments -
Unexpected behavior when getServerSideProps is defined but is set to undefined
#32985 commented on
Jan 22, 2025 • 0 new comments -
nextConfig issue while building or running the project
#39161 commented on
Jan 22, 2025 • 0 new comments -
Stacktrace using typescript aren't using sourcemaps ? (client-side: in the browser)
#32359 commented on
Jan 22, 2025 • 0 new comments -
productionBrowserSourceMaps doesn't work with profiler
#23756 commented on
Jan 22, 2025 • 0 new comments -
Using `vc dev` .env has higher priority than .env.local
#17338 commented on
Jan 22, 2025 • 0 new comments -
Fast Refreshing dynamic component with CSS modules unloads CSS
#73297 commented on
Jan 22, 2025 • 0 new comments -
Docs: how to e2e test a page which uses middleware -> geolocation?
#62507 commented on
Jan 22, 2025 • 0 new comments -
Docs: Client side redirect() usage incompatible with error boundaries.
#62458 commented on
Jan 22, 2025 • 0 new comments -
Docs: warn about the usage of `outputFileTracingExcludes`
#62331 commented on
Jan 22, 2025 • 0 new comments -
Docs: Clarify `React.cache()` usage in `generateMetadata()`
#62162 commented on
Jan 22, 2025 • 0 new comments -
Docs: middleware matcher config sample should be explicit about root route
#62078 commented on
Jan 22, 2025 • 0 new comments -
Docs: No longer any reference to next-env.d.ts in documentation
#58877 commented on
Jan 22, 2025 • 0 new comments -
Docs: i18n get current locale in a component with a hook or similar.
#53552 commented on
Jan 22, 2025 • 0 new comments -
Docs: App Router rewrites documentation references Page Router pages, methods and concepts
#53113 commented on
Jan 22, 2025 • 0 new comments -
Docs: Clarify about dynamic functions
#52724 commented on
Jan 22, 2025 • 0 new comments -
Docs: How to modularize imports from a barrel file that exports from multiple directories in Next.js
#52462 commented on
Jan 22, 2025 • 0 new comments -
Docs: inconsistent "no-store" & "no-cache" with fetchCache: "only-cache"
#52458 commented on
Jan 22, 2025 • 0 new comments -
%40 for escaping @ in route name doesn't work in the app router
#52391 commented on
Jan 22, 2025 • 0 new comments -
Docs: app/error.tsx could not catch errors in the route groups.
#52113 commented on
Jan 22, 2025 • 0 new comments -
Docs: no-html-link-for-pages info is confusing and vague
#51710 commented on
Jan 22, 2025 • 0 new comments -
Docs: explain optimistic navigation
#51561 commented on
Jan 22, 2025 • 0 new comments -
Docs: App Router docs for gracefully handling shutdowns still requires pages/_document.js
#51404 commented on
Jan 22, 2025 • 0 new comments -
Docs: README for eslint-config-next just to link to ESLint rules
#50843 commented on
Jan 22, 2025 • 0 new comments -
Docs: ability to make parallel route to be bound to url segment
#50766 commented on
Jan 22, 2025 • 0 new comments -
Docs: https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions
#50485 commented on
Jan 22, 2025 • 0 new comments -
Docs: Better clarify the "deopted into CSR" warning fix to other issues that would cause the warning and other fixes beyond wrapping a component using useSearchParams in Suspense component
#49867 commented on
Jan 22, 2025 • 0 new comments -
Docs: Config based redirects should advised that they are assessed at build time
#49684 commented on
Jan 22, 2025 • 0 new comments -
Docs: NextApiResponse description too shallow
#49572 commented on
Jan 22, 2025 • 0 new comments -
Docs: Confusing - All openGraph fields from app/blog/page.js are replaced in app/blog/page.js
#49500 commented on
Jan 22, 2025 • 0 new comments -
Docs: Docs show multiple default.js file used for parallel routes, but never explain why
#58796 commented on
Jan 22, 2025 • 0 new comments -
Docs: Improve error messaging around `draftMode()` when used in `generateStaticParams`
#58733 commented on
Jan 22, 2025 • 0 new comments -
Docs: Internationalization middleware.js example does not work
#58556 commented on
Jan 22, 2025 • 0 new comments -
Docs: noStore on async server rendered pages with PPR enabled
#58443 commented on
Jan 22, 2025 • 0 new comments -
Docs: Migrating from Vite error on Step 5: Create the Entrypoint Page
#57666 commented on
Jan 22, 2025 • 0 new comments -
Docs: Transitions must be synchronous, so how to use it with Server Actions? Also do we really need to use React Transition APIs for custom invocation of Server Actions?
#57652 commented on
Jan 22, 2025 • 0 new comments -
Docs: no explanation of generated files and what the .txt files are for
#57419 commented on
Jan 22, 2025 • 0 new comments -
Docs: could use some info on how to understand the react component tree
#57417 commented on
Jan 22, 2025 • 0 new comments -
Docs: Caching in GitHub Actions with Bun
#57079 commented on
Jan 22, 2025 • 0 new comments -
Docs: Consider a better error message for the inadvertent use of a icon.js
#56941 commented on
Jan 22, 2025 • 0 new comments -
Docs: Cypress example doesn't work unless you update the compiler options
#56417 commented on
Jan 22, 2025 • 0 new comments -
Docs: Dynamic and Static rendering aren't well explained in the context of client components
#56382 commented on
Jan 22, 2025 • 0 new comments -
Docs: Addressing "API Routes Response Size Limited to 4MB" Error in Next.js
#55589 commented on
Jan 22, 2025 • 0 new comments -
Docs: http-equiv is not equivalent to a server redirect or headers
#54437 commented on
Jan 22, 2025 • 0 new comments -
Error page handling Information
#53888 commented on
Jan 22, 2025 • 0 new comments -
Docs: dynamic segments pollute query params
#53734 commented on
Jan 22, 2025 • 0 new comments -
Docs: Caching - Mention Chrome Devtools "disable cache" option
#53567 commented on
Jan 22, 2025 • 0 new comments