-
Notifications
You must be signed in to change notification settings - Fork 26.8k
Insights: vercel/next.js
September 17, 2024 – September 24, 2024
Overview
Could not load contribution data
Please try again later
9 Releases published by 2 people
-
v15.0.0-canary.159
published
Sep 18, 2024 -
v15.0.0-canary.160
published
Sep 19, 2024 -
v14.2.13
published
Sep 20, 2024 -
v15.0.0-canary.161
published
Sep 20, 2024 -
v15.0.0-canary.162
published
Sep 22, 2024 -
v15.0.0-canary.163
published
Sep 23, 2024 -
v15.0.0-canary.164
published
Sep 23, 2024 -
v15.0.0-canary.165
published
Sep 24, 2024 -
v15.0.0-canary.166
published
Sep 24, 2024
107 Pull requests merged by 34 people
-
codemod(turbopack): Rewrite
self: Vc<Self>
as&self
in trivial cases#70412 merged
Sep 25, 2024 -
refactor(turbopack): Cleanup code for tree shaking
#70385 merged
Sep 25, 2024 -
Mention route field in app router migration
#70429 merged
Sep 25, 2024 -
Docs: Fix jest configuration with babel
#70427 merged
Sep 24, 2024 -
chore(gitattributes): Mark more __snapshots__ directories as generated
#70421 merged
Sep 24, 2024 -
refactor(next-codemod): migrate to commander and prompts
#70409 merged
Sep 24, 2024 -
feat(third-parties): add gtmScriptUrl option for GTM server-side tagging
#65907 merged
Sep 24, 2024 -
docs mention next/compat/router
#70425 merged
Sep 24, 2024 -
Update use-router.mdx
#57273 merged
Sep 24, 2024 -
chore: auto-format generated types with prettier
#70405 merged
Sep 24, 2024 -
docs: add highlight for server component example
#70419 merged
Sep 24, 2024 -
refactor(github): popular-prs workflow
#70414 merged
Sep 24, 2024 -
Fix lint from docs change
#70415 merged
Sep 24, 2024 -
[docs] Update documentation for experimental_ppr
#70413 merged
Sep 24, 2024 -
docs: minor fixes in the ISR doc
#70401 merged
Sep 24, 2024 -
Updated the example of ssr-caching to utilize the App Router.
#69560 merged
Sep 24, 2024 -
Fix legacy env case with experimental tracing
#70411 merged
Sep 24, 2024 -
feat(turbo-tasks): Ignore fields annotated with
#[turbo_tasks(trace_ignore)]
#70375 merged
Sep 24, 2024 -
Correct some documentation in Data Fetching page
#70394 merged
Sep 24, 2024 -
feat(turbo-tasks): Accept ResolvedVc as a
self
argument#70367 merged
Sep 24, 2024 -
Updated the example of with-vercel-fetch to utilize the App Router.
#70069 merged
Sep 24, 2024 -
chore: throw error when trying to use next.config.mts/.cjs/.cts (not supported yet)
#70376 merged
Sep 24, 2024 -
feat(turbo-tasks): Allow
#[turbo_tasks::function]
s to accept ResolvedVc types as arguments#70269 merged
Sep 24, 2024 -
docs(parallel): clarify why separate slots cannot be static and dynamic at the same route segment level
#70386 merged
Sep 24, 2024 -
feat(next/image): add support for
images.remotePatterns.search
#70302 merged
Sep 24, 2024 -
Turbopack: speed up
server node entrypoint
chunking#70399 merged
Sep 24, 2024 -
Add extensive hydration error test suite for Pages router
#70342 merged
Sep 24, 2024 -
Upgrade React from
e4953922-20240919
to5d19e1c8-20240923
#70351 merged
Sep 24, 2024 -
Type Webdriver options in
sandbox
#70398 merged
Sep 24, 2024 -
types: improve napi binding typing using generated types
#69680 merged
Sep 24, 2024 -
refactor: reorganize patch console
#70374 merged
Sep 24, 2024 -
refactor: reorganize client error listeners
#70373 merged
Sep 24, 2024 -
feat(next-codemod): add
upgrade
command#69935 merged
Sep 24, 2024 -
Upgrade React from
e740d4b1-20240919
toe4953922-20240919
#70290 merged
Sep 24, 2024 -
Add test for TLA in client references
#70022 merged
Sep 24, 2024 -
Slightly improve experimental.mdxRs error message with Webpack
#68356 merged
Sep 24, 2024 -
refactor: more precise types for req/res in withRequestStore
#70357 merged
Sep 24, 2024 -
Turbopack: improve stack trace in overlay
#70343 merged
Sep 24, 2024 -
test: fix race condition in serverComponentsHmrCache tests
#70368 merged
Sep 24, 2024 -
Avoid prefetch request before meta-tag-based redirect
#70350 merged
Sep 24, 2024 -
add missing node modules to externals
#70382 merged
Sep 24, 2024 -
Update font data
#70377 merged
Sep 24, 2024 -
Update no duplicate headers case
#70381 merged
Sep 24, 2024 -
Fix the typo in the example comment for the fetch options.cache section.
#70364 merged
Sep 24, 2024 -
Fix legacy env config with experimental tracing
#70380 merged
Sep 24, 2024 -
Fix middleware experimental trace case
#70372 merged
Sep 23, 2024 -
[Type Definition] - Updates the manifest types to reflect the current specifications
#68273 merged
Sep 23, 2024 -
Extract
createAppRouteCode
fromnext-app-loader.ts
#70352 merged
Sep 23, 2024 -
Codemod for Async Request API
#69572 merged
Sep 23, 2024 -
chore(docs): update opentelemetry docs
#70271 merged
Sep 23, 2024 -
Support fallback params when the layout is a client component
#70329 merged
Sep 23, 2024 -
Externalize node binary modules for app router
#70330 merged
Sep 23, 2024 -
Support codemods in @next/upgrade
#70270 merged
Sep 23, 2024 -
fix: change duplicated POST method to PUT method
#70308 merged
Sep 23, 2024 -
Fix duplicate headers in response to static assets if overrides specified by user
#70127 merged
Sep 23, 2024 -
Add additional fixes for experimental tracing
#70356 merged
Sep 23, 2024 -
Mention
app
dir in TS setup tip#70337 merged
Sep 23, 2024 -
Update docs for adding ImageKit reference
#69554 merged
Sep 23, 2024 -
feat(next): codemod for removed
geo
andip
ofNextRequest
#70064 merged
Sep 23, 2024 -
test: add twitter-image
#70354 merged
Sep 23, 2024 -
fix(turbo-tasks): Remove
T: Serialize
bound from ResolveVc#69995 merged
Sep 23, 2024 -
Turbopack: make a
require
stub available in ESM#70255 merged
Sep 23, 2024 -
Enable more MDX Turbopack tests
#70347 merged
Sep 23, 2024 -
Turbopack build: Skip unsupported middleware features
#70341 merged
Sep 23, 2024 -
Turbopack: Don't lookup JSON files in
baseUrl
#70070 merged
Sep 23, 2024 -
Update root not found boundary to not introduce Server Component
#70328 merged
Sep 23, 2024 -
test: update SA tree-shaking test
#70327 merged
Sep 22, 2024 -
relocate dynamic APIs
#70300 merged
Sep 22, 2024 -
Remove unused Server IDs tracking on the server graph
#70317 merged
Sep 22, 2024 -
Improve server directive SWC transform
#70257 merged
Sep 22, 2024 -
Turbopack: improve edge runtime checker
#70184 merged
Sep 22, 2024 -
feat(next/image): add support for
decoding
prop#70298 merged
Sep 20, 2024 -
updated the example of with-three-js to utilize the App Router
#70287 merged
Sep 20, 2024 -
refactor: collect all isThenable/isPromise definitions
#70293 merged
Sep 20, 2024 -
Await
killApp
in integration tests#70292 merged
Sep 20, 2024 -
docs: fix the signature of CacheHandler#revalidateTag
#70286 merged
Sep 20, 2024 -
refactor(turbo-tasks): Add a way to directly construct a ResolvedVc
#69992 merged
Sep 20, 2024 -
Honor redirect type in server actions
#70279 merged
Sep 20, 2024 -
Rename app directory "components" to "modules"
#70285 merged
Sep 20, 2024 -
Extract future common code into
base_loader_tree
#70284 merged
Sep 20, 2024 -
Rename
loader_tree
toapp_page_loader_tree
#70283 merged
Sep 20, 2024 -
fix: match file path url escaping during build and serve
#70256 merged
Sep 20, 2024 -
Remove unused
app_structure
fromnext-swc-napi
#70282 merged
Sep 20, 2024 -
Update Turbopack development test manifest
#70275 merged
Sep 20, 2024 -
Fix missing cache-control on SSR app route
#70265 merged
Sep 19, 2024 -
unskip middleware deploy test
#70264 merged
Sep 19, 2024 -
bugfix: actions that redirect should reject the action promise
#69945 merged
Sep 19, 2024 -
Upgrade React from
5dcb0097-20240918
toe740d4b1-20240919
#70260 merged
Sep 19, 2024 -
docs: add Nitrogen AIO loader for next/image
#67523 merged
Sep 19, 2024 -
Run
@next/codemod
tests in CI#70248 merged
Sep 19, 2024 -
[Turbopack] use double locking to balance edges
#70247 merged
Sep 19, 2024 -
Upgrade React from
a99d8e8d-20240916
to5dcb0097-20240918
#70225 merged
Sep 19, 2024 -
feat(turbopack): Enable tree shaking
#70114 merged
Sep 19, 2024 -
chore: add comments for polyfill imports and file paths
#70233 merged
Sep 19, 2024 -
chore(turbopack): Remove pathfinder dependency
#70234 merged
Sep 19, 2024 -
Remove dependecy graceful-fs and types
#67194 merged
Sep 18, 2024 -
feat: add polyfill of
URL.canParse
for browser compatibility#70228 merged
Sep 18, 2024 -
Re-add internal env for providing page paths
#70235 merged
Sep 18, 2024 -
updated the example of with-videojs to utilize the App Router
#70226 merged
Sep 18, 2024 -
[ppr] Allow fallback pages to be revalidated
#70199 merged
Sep 18, 2024 -
Add support for
dynamicIO
experiment toroute.ts
modules#70208 merged
Sep 18, 2024 -
Revert "separate hydration tests for pages router"
#70218 merged
Sep 18, 2024 -
fix erroneous async component in integration test
#70217 merged
Sep 18, 2024 -
Replace URL.canParse
#70215 merged
Sep 18, 2024 -
Fix vercel og package memory leak
#70214 merged
Sep 18, 2024 -
Upgrade React from
206df66e-20240912
toa99d8e8d-20240916
#70190 merged
Sep 18, 2024 -
chore: bump jscodeshift version
#70203 merged
Sep 18, 2024
36 Pull requests opened by 27 people
-
feat: Add support for strategy="worker" in App Router
#70212 opened
Sep 18, 2024 -
Extend support of Pages router to React 18
#70219 opened
Sep 18, 2024 -
Add new experimentalHttpsHostname option
#70222 opened
Sep 18, 2024 -
feat: add experimental `minChunkSize`, `maxChunkSize` config to cssChunking
#70236 opened
Sep 18, 2024 -
[Turbopack] Introduce VcOperation that wraps operations
#70242 opened
Sep 19, 2024 -
[Turbopack] fix a bunch of bugs and inefficiencies in the call graph
#70243 opened
Sep 19, 2024 -
feat: Improve error message for problematic css inputs
#70246 opened
Sep 19, 2024 -
Turbopack: Allow ESM externals in SSR
#70258 opened
Sep 19, 2024 -
Fix fetch cache for subsequent 404 responses
#70259 opened
Sep 19, 2024 -
feat(turbopack): Evaluate simple numeric addition
#70273 opened
Sep 20, 2024 -
Adding Examples
#70311 opened
Sep 21, 2024 -
Prevent 404 when navigating between routers
#70321 opened
Sep 22, 2024 -
feat(turbopack): Add reexports optimization
#70336 opened
Sep 23, 2024 -
Fix: Set busboy defParamCharset to utf8
#70348 opened
Sep 23, 2024 -
add @taskr/esnext to pnpm root to resolve hoisting issues
#70349 opened
Sep 23, 2024 -
feat(next): add warning for og image file size
#70353 opened
Sep 23, 2024 -
examples: bump deps in Sanity Example
#70358 opened
Sep 23, 2024 -
fix(turbopack): Fix span of import statements while tree shaking
#70359 opened
Sep 23, 2024 -
[after] attach waitUntil to request
#70362 opened
Sep 23, 2024 -
Replace depricated `apple-mobile-web-app-capable` with `mobile-web-ap…
#70363 opened
Sep 23, 2024 -
feat(next-swc): lint for `ssr: false` in server components
#70378 opened
Sep 24, 2024 -
perf(turbopack): Do not create module part per a star re-export
#70383 opened
Sep 24, 2024 -
Update Turbopack production test manifest
#70388 opened
Sep 24, 2024 -
Update Turbopack development test manifest
#70389 opened
Sep 24, 2024 -
updated the environment variables examples to utilize the App router
#70392 opened
Sep 24, 2024 -
stitch errors
#70393 opened
Sep 24, 2024 -
Add experimental flag for file reading through SWC
#70396 opened
Sep 24, 2024 -
Update 04-linking-and-navigating.mdx, Partial Rendering, explain about unmounting and losing state
#70397 opened
Sep 24, 2024 -
Update 16-progressive-web-apps.mdx
#70400 opened
Sep 24, 2024 -
Upgrade React from `5d19e1c8-20240923` to `04bd67a4-20240924`
#70407 opened
Sep 24, 2024 -
Add request specific memory store for incremental cache
#70408 opened
Sep 24, 2024 -
fix: updated typescript types for React API's
#70410 opened
Sep 24, 2024 -
Imagekit nextjs example
#70420 opened
Sep 24, 2024 -
filter x-middleware-set-cookie from response
#70426 opened
Sep 24, 2024 -
chore(sass): add docs for `implementation` property in `sassOptions` and update `sassOption` types
#70428 opened
Sep 24, 2024 -
codemod(turbopack): Inline trivial uses of `let this = self`
#70431 opened
Sep 25, 2024
49 Issues closed by 14 people
-
How to use `Sharp` library in API with Vercel?
#60409 closed
Sep 25, 2024 -
Root catch-all custom-route should match the root itself
#14930 closed
Sep 24, 2024 -
Fetch failed: AggregateError [ETIMEDOUT] on Node.js 20
#70095 closed
Sep 24, 2024 -
Browser navigation in between app directory pages are cached and I cannot opt out
#70340 closed
Sep 24, 2024 -
MDX support width appDir enabled
#47523 closed
Sep 24, 2024 -
Docs: Clarify that `@next/mdx` can replace `next-mdx-remote`
#70179 closed
Sep 24, 2024 -
experimental_ppr with generateMetadata gives revalidation error
#70391 closed
Sep 24, 2024 -
Docs: Next Config Support For (Or Note not Supporting) next.config.mts
#70201 closed
Sep 24, 2024 -
Static and dynamic parallel routes not working together as expected
#70366 closed
Sep 24, 2024 -
Cannot add dynamic application/json+oembed using app router
#70004 closed
Sep 24, 2024 -
Module not found: Can't resolve '_http_common'
#70262 closed
Sep 24, 2024 -
Docs: Pages functions used as examples for App directory
#70370 closed
Sep 24, 2024 -
Search params are undefined when draft mode is enabled
#67554 closed
Sep 24, 2024 -
icon file don't working in sub route
#70345 closed
Sep 23, 2024 -
Rewrites in middleware override next.config rewrites
#67245 closed
Sep 23, 2024 -
lint TP1006
#65280 closed
Sep 23, 2024 -
Turbo: json-schema-to-typescript package errors (Cannot convert undefined or null to object)
#66723 closed
Sep 23, 2024 -
Setting cache-control header for icon routes results in duplicate header values
#70086 closed
Sep 23, 2024 -
Small request per second rate related to trailing slash
#70346 closed
Sep 23, 2024 -
Turbopack imports a json file instead of module
#66835 closed
Sep 23, 2024 -
Next.js does not pick the correct export of dependency
#70296 closed
Sep 23, 2024 -
<Link/> sometime stop working with app router in production
#70333 closed
Sep 23, 2024 -
Add support for Infinity in experimental/staleTimes
#70325 closed
Sep 22, 2024 -
req.signal.onabort doesn’t work in Vercel function
#70320 closed
Sep 21, 2024 -
Docs:
#70299 closed
Sep 20, 2024 -
Module not found: Can't resolve '***\app\favicon.ico?__next_metadata__'
#70172 closed
Sep 20, 2024 -
Redirect function in server action ignores "replace" parameter
#70216 closed
Sep 20, 2024 -
NextJS 14 returns fetch failed with UND_ERR_CONNECT_TIMEOUT error on serverless function
#66373 closed
Sep 20, 2024 -
not support proxy-agent
#47039 closed
Sep 20, 2024 -
Partial Prerendering not available in request dependent route
#63504 closed
Sep 20, 2024 -
WebGL client component only renders when running "npm run dev" and not with "npm start"
#70267 closed
Sep 20, 2024 -
next/link prefixing urls with / only on client side
#19922 closed
Sep 20, 2024 -
Support ESM
#47552 closed
Sep 19, 2024 -
Open graph image. Failed to parse linear-gradient with oklch values.
#70153 closed
Sep 19, 2024 -
Cache-Control is not appended to Dynamic Routing in Next.js 14.2.12
#70213 closed
Sep 19, 2024 -
Some code not executed in production build in Next 14
#70150 closed
Sep 19, 2024 -
next config output="export" with appDir doesn't work
#70250 closed
Sep 19, 2024 -
Remove `@opentelemetry/api` from edge bundle when telemetry is disabled
#70249 closed
Sep 19, 2024 -
Docs: Import React from "react" not added on the manual installation
#70211 closed
Sep 18, 2024 -
Docs:
#70227 closed
Sep 18, 2024 -
The font-family is distorted in nextjs15
#70111 closed
Sep 18, 2024 -
Stale data after navigation when using internal API and SSR (app router)
#69979 closed
Sep 18, 2024 -
Cannot build with URL.canParse function
#65412 closed
Sep 18, 2024 -
Cookies being set with empty values in production in Next.js
#70221 closed
Sep 18, 2024 -
`next/og` cause memory leak in production standalone build
#65451 closed
Sep 18, 2024
8 Issues opened by 8 people
-
Docs: CORS Middleware example uses deprecated/non-working NextResponse.json()
#70406 opened
Sep 24, 2024 -
revalidateTag() not functioning as expected in versions above 14.2.10 when used directly in page.tsx
#70403 opened
Sep 24, 2024 -
Using a client-side promise on initial render hangs server stream
#70371 opened
Sep 23, 2024 -
Get garbled code in Server actions if formdata contains not latin1 characters
#70335 opened
Sep 23, 2024 -
Deprecated meta tag "apple-mobile-web-app-capable"
#70272 opened
Sep 20, 2024 -
Headers function causing an empty page to be returned when using Optional Catch-all Segments
#70252 opened
Sep 19, 2024
119 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.
-
[Breaking] Update Dynamic APIs to be async
#68812 commented on
Sep 24, 2024 • 55 new comments -
Deduplication of cookies set by middleware and actions/API routes
#69915 commented on
Sep 24, 2024 • 5 new comments -
[ppr] Revalidate route shell at end of response
#69738 commented on
Sep 24, 2024 • 5 new comments -
Change deterministic module ID strategy to match Webpack
#70200 commented on
Sep 19, 2024 • 3 new comments -
Docs: RC Updates
#70031 commented on
Sep 18, 2024 • 3 new comments -
feat(turbopack): add support for polling file watcher
#69684 commented on
Sep 24, 2024 • 1 new comment -
Next.js App Router: Server Component with Context Provider and Tailwind causes rendering issues
#69682 commented on
Sep 24, 2024 • 0 new comments -
Thrown Error in Client Component is not triggering Error Boundary
#42525 commented on
Sep 24, 2024 • 0 new comments -
unstable_cache fetches twice every build on Vercel
#61423 commented on
Sep 24, 2024 • 0 new comments -
`generateStaticParams` issue with `output: "export"` in config during development
#64906 commented on
Sep 24, 2024 • 0 new comments -
Font preload not working as expected
#62332 commented on
Sep 24, 2024 • 0 new comments -
[NEXT-1143] Dev mode slow compilation
#48748 commented on
Sep 24, 2024 • 0 new comments -
Missing `sass-embedded` peer dependency
#70020 commented on
Sep 24, 2024 • 0 new comments -
Next.js TypeError: Cannot read properties of undefined (reading 'bind') - caused by middleware.ts
#56368 commented on
Sep 25, 2024 • 0 new comments -
NextJs 14 middleware redirect issue: User Keeps getting redirected to /login after successful Sign-In
#59218 commented on
Sep 25, 2024 • 0 new comments -
Allows custom route.ts exports with the "_" prefix
#55157 commented on
Sep 23, 2024 • 0 new comments -
Fix cardinality of opentelemetry span names on client-side navigation
#64852 commented on
Sep 24, 2024 • 0 new comments -
Update base-server.ts
#64926 commented on
Sep 24, 2024 • 0 new comments -
fix broken routes when the page extension contains single extension
#65163 commented on
Sep 24, 2024 • 0 new comments -
BeforeInteractive script not firing after calling notFound() function
#69567 commented on
Sep 24, 2024 • 0 new comments -
ChunkLoadError: Loading chunk app/layout failed. (timeout: http://localhost:3000/_next/static/chunks/app/layout.js)
#66526 commented on
Sep 24, 2024 • 0 new comments -
Cannot read properties of null (reading 'get')
#69272 commented on
Sep 24, 2024 • 0 new comments -
Cannot compile /instrumentation whilst using babel since 14.2
#65324 commented on
Sep 24, 2024 • 0 new comments -
Docs: How to configure `eslint-config-next` in flat config
#58411 commented on
Sep 24, 2024 • 0 new comments -
Updating CSS Modules always triggers full reload
#57046 commented on
Sep 24, 2024 • 0 new comments -
next-lint Doesn't Support ESLint 9
#64409 commented on
Sep 24, 2024 • 0 new comments -
Next.js development high memory usage
#54708 commented on
Sep 24, 2024 • 0 new comments -
pages router global _error.tsx is triggered instead of app router global-error.tsx when force-static page used
#69574 commented on
Sep 24, 2024 • 0 new comments -
Click the browser forward and back, and getServerSideProps does not re-execute
#67763 commented on
Sep 24, 2024 • 0 new comments -
[PPR] > Parallel routes inside route groups not working with PPR (dev works, start doesnt)
#61352 commented on
Sep 24, 2024 • 0 new comments -
Route handler always returns `X-Vercel-Cache: STALE`
#65814 commented on
Sep 24, 2024 • 0 new comments -
error: Webpack files - dublicates and more...
#60941 commented on
Sep 23, 2024 • 0 new comments -
Missing properties in Manifest type (`screenshots`)
#62161 commented on
Sep 21, 2024 • 0 new comments -
fix(CVE-2024-45296): upgrade path-to-regexp@6.3.0
#70202 commented on
Sep 23, 2024 • 0 new comments -
chore: add workspace-hack via cargo-hakari
#70187 commented on
Sep 24, 2024 • 0 new comments -
Base JS runtime for builds
#70169 commented on
Sep 25, 2024 • 0 new comments -
Fix invalid pathname slashes in "getURL()" utility
#70144 commented on
Sep 23, 2024 • 0 new comments -
fix(build): fix css modules out of order issue from libraries
#70087 commented on
Sep 24, 2024 • 0 new comments -
[Build] Async dynamic
#70081 commented on
Sep 19, 2024 • 0 new comments -
Updated the example of with-draft-js to utilize the App Router.
#70045 commented on
Sep 24, 2024 • 0 new comments -
Add `connection()` as a new dynamic API
#69949 commented on
Sep 25, 2024 • 0 new comments -
Adjust span names to say "(partial render tree)" instead of "RSC" for RSC requests
#69728 commented on
Sep 19, 2024 • 0 new comments -
[Turbopack] enable new backend
#69669 commented on
Sep 24, 2024 • 0 new comments -
[Turbopack] add persisting to the new backend
#69668 commented on
Sep 24, 2024 • 0 new comments -
[Turbopack] add new backend
#69667 commented on
Sep 24, 2024 • 0 new comments -
Allow resetting not-found error boundary when search params change
#69652 commented on
Sep 23, 2024 • 0 new comments -
[Turbopack] improve aggregation implementation
#69651 commented on
Sep 24, 2024 • 0 new comments -
stitch errors with owner stack
#69432 commented on
Sep 24, 2024 • 0 new comments -
test: add test for error o11y
#69397 commented on
Sep 19, 2024 • 0 new comments -
Sitemap video tag support
#69349 commented on
Sep 24, 2024 • 0 new comments -
bench: try codspeed for continuous benchmarking
#69191 commented on
Sep 24, 2024 • 0 new comments -
[Turbopack] WIP changes
#69060 commented on
Sep 24, 2024 • 0 new comments -
[Turbopack] handle state serialization
#68896 commented on
Sep 24, 2024 • 0 new comments -
fix(next-config-ts): properly handle ESM
#68365 commented on
Sep 18, 2024 • 0 new comments -
fix: _next/image intercepted by middleware
#68271 commented on
Sep 18, 2024 • 0 new comments -
Update devdependecy conf nextjs
#67140 commented on
Sep 24, 2024 • 0 new comments -
Fix: The issue in importing fonts in buildable next.js libraries
#66889 commented on
Sep 18, 2024 • 0 new comments -
fix: include promises from late waitUntil calls in FetchEventResult.waitUntil
#66747 commented on
Sep 24, 2024 • 0 new comments -
fix: pass waitUntil from NextRequestHint to wrapped NextWebServer
#66746 commented on
Sep 24, 2024 • 0 new comments -
[lint] Enable type checked linting rules
#66148 commented on
Sep 20, 2024 • 0 new comments -
Missing prefetch headers in Middleware
#63728 commented on
Sep 21, 2024 • 0 new comments -
Suspense breaks on initial static render of page.
#50215 commented on
Sep 21, 2024 • 0 new comments -
Encoding issue between local and Vercel. '+' becomes '%20' when deployed to Vercel.
#54702 commented on
Sep 21, 2024 • 0 new comments -
Relative <img> 404s when using next/link and trailingSlash in Safari
#65009 commented on
Sep 20, 2024 • 0 new comments -
[Bug][v13.5]build with terser error(Unexpected token: punc ({))
#66561 commented on
Sep 20, 2024 • 0 new comments -
NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
#58055 commented on
Sep 20, 2024 • 0 new comments -
Statically Typed Links not working when passing href
#47689 commented on
Sep 20, 2024 • 0 new comments -
Material UI: Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
#68012 commented on
Sep 20, 2024 • 0 new comments -
The `app-dir-i18n-routing` example doesn't respect defaultLocale and doesn't preserve selected locale while navigating
#69735 commented on
Sep 20, 2024 • 0 new comments -
cache: "no-store" option to make page SSR causes error on build
#46737 commented on
Sep 20, 2024 • 0 new comments -
Styling broken on route navigation when using vanilla-extract
#53858 commented on
Sep 20, 2024 • 0 new comments -
Error: Could not find the module ".../packages/ui/src/select/select.tsx#Select#Item" in the React Client Manifest. This is probably a bug in the React Server Components bundler.
#58776 commented on
Sep 19, 2024 • 0 new comments -
Subresource Integrity (SRI) not working
#66901 commented on
Sep 19, 2024 • 0 new comments -
HookWebpackError - cssnano-simple - layers with the same name build error
#68476 commented on
Sep 19, 2024 • 0 new comments -
Error: headers was called outside a request scope, when using Authjs v5.0.0-beta.19 and next dev --turbo
#69516 commented on
Sep 19, 2024 • 0 new comments -
ERR_SSL_WRONG_VERSION_NUMBER when doing fetch request in middleware to api route
#67036 commented on
Sep 19, 2024 • 0 new comments -
SSG pages with route rewrites request wrong files from _next/data
#63199 commented on
Sep 19, 2024 • 0 new comments -
Pages with utf-8 name don't work properly under SSR
#10084 commented on
Sep 19, 2024 • 0 new comments -
"Rendered more hooks than during previous render" when using `router.replace`
#63121 commented on
Sep 19, 2024 • 0 new comments -
[App Router -> Caching] Fetch cache is not revalidating for pages that have turned into 404 errors.
#62920 commented on
Sep 19, 2024 • 0 new comments -
Add `app/` directory support for custom title in Error page
#45620 commented on
Sep 19, 2024 • 0 new comments -
Updating search params does not trigger suspense fallback or loading.tsx
#53543 commented on
Sep 18, 2024 • 0 new comments -
Adding elements to the next/head causes meta-tags to be replicated/duplicated
#17085 commented on
Sep 18, 2024 • 0 new comments -
next.config.ts does not support top-level-await
#67765 commented on
Sep 18, 2024 • 0 new comments -
[NEXT-779] next/* - Typescript cannot find module when moduleResolution=nodenext and type=module
#46078 commented on
Sep 18, 2024 • 0 new comments -
Middleware can't detect image requests
#68217 commented on
Sep 18, 2024 • 0 new comments -
renderToString is not available in the Instrumentation hook
#67714 commented on
Sep 18, 2024 • 0 new comments -
Error occurred prerendering page "/_not-found" with pageExtensions option
#65447 commented on
Sep 18, 2024 • 0 new comments -
Dynamic Routes in Symlinks is not working
#16660 commented on
Sep 18, 2024 • 0 new comments -
Swipe back on mobile browser with getInitialProps flickers the previous page
#10465 commented on
Sep 23, 2024 • 0 new comments -
I18n configuration in next.config.js breaks app directory
#53724 commented on
Sep 23, 2024 • 0 new comments -
unstable_cache does not deserialize dates
#51613 commented on
Sep 23, 2024 • 0 new comments -
Hydration failed with FontAwesome and pages/ router
#51949 commented on
Sep 23, 2024 • 0 new comments -
Cannot run Server Actions in GitHub Codespaces or VSCode Tunnel
#58019 commented on
Sep 23, 2024 • 0 new comments -
Module incorrectly persists between hot updates (HMR) in the browser
#69098 commented on
Sep 23, 2024 • 0 new comments -
@svgr/webpack integration crashes on render inside server component (undefined runtime error)
#69545 commented on
Sep 23, 2024 • 0 new comments -
Add an option for `create-next-app` to create a headless API app.
#68118 commented on
Sep 23, 2024 • 0 new comments -
Nextjs includes all client components in the bundle when at least one client component is rendered from a server component (app-folder)
#69865 commented on
Sep 23, 2024 • 0 new comments -
TypeError: Cannot read properties of null (reading 'useContext')
#67697 commented on
Sep 23, 2024 • 0 new comments -
Provide an esm build for `@next/env`
#68091 commented on
Sep 23, 2024 • 0 new comments -
When using a placeholder in the Image component, there is an issue where the objectFit property may conflict with the backgroundSize property.
#67478 commented on
Sep 23, 2024 • 0 new comments -
Swc causing error in production. Related to citation-js and citeproc.
#69150 commented on
Sep 23, 2024 • 0 new comments -
Re-exported modules from index.ts are not getting tree shaken
#67584 commented on
Sep 23, 2024 • 0 new comments -
Turbopack can't locate serverExternalPackages if installed via pnpm and are child dependencies of other installed modules
#68805 commented on
Sep 23, 2024 • 0 new comments -
BUG: incorrect url encoding in `<link rel="preload">` for prioritized images
#68998 commented on
Sep 23, 2024 • 0 new comments -
Next.js removes css modules causing unstyled pages in production
#68328 commented on
Sep 23, 2024 • 0 new comments -
Instrumentation files not included in standalone output
#68740 commented on
Sep 23, 2024 • 0 new comments -
ScrollAndFocusHandler incompatibility with AG Grid
#69459 commented on
Sep 23, 2024 • 0 new comments -
Next/font does not work with Turbopack in a containerized development environment
#67324 commented on
Sep 23, 2024 • 0 new comments -
Production CSS optimization breaks nesting of at-rules
#67193 commented on
Sep 23, 2024 • 0 new comments -
2 copies of react get embedded inside generated edge-chunks
#67694 commented on
Sep 23, 2024 • 0 new comments -
navigation delayed for 60 seconds
#55735 commented on
Sep 23, 2024 • 0 new comments -
Nextjs with jest example will not work if there is an esm dependency in node_modules
#40183 commented on
Sep 23, 2024 • 0 new comments -
MDX breaks as now requires "use client"
#57538 commented on
Sep 22, 2024 • 0 new comments -
Failed to fetch RSC payload for <url> Falling back to browser navigation. TypeError: Failed to fetch
#60549 commented on
Sep 22, 2024 • 0 new comments -
[NEXT-1161] Cached data is used after reloading immediately deployed app
#48985 commented on
Sep 22, 2024 • 0 new comments -
vercel error no such file or directory, open '/var/task/node_modules/shiki/themes/one-dark-pro.json'
#52711 commented on
Sep 22, 2024 • 0 new comments -
Dynamic Import of Client Component from Server Component Not Code Split
#61066 commented on
Sep 22, 2024 • 0 new comments -
Custom page extension + own sitemap/robots route bug - route source code returned instead of Response
#66116 commented on
Sep 22, 2024 • 0 new comments