status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
timestamp[ns, tz=UTC]
language
stringclasses
5 values
commit_datetime
timestamp[us, tz=UTC]
closed
vercel/next.js
https://github.com/vercel/next.js
23,525
["docs/api-reference/next/link.md"]
Using next/link prefetch={false} still prefetches on hover with SSG
### What version of Next.js are you using? 10.1.1 ### What version of Node.js are you using? 16.6 ### What browser are you using? Chrome ### What operating system are you using? Windows ### How are you deploying your application? Vercel ### Describe the Bug When hovering over a `next/li...
https://github.com/vercel/next.js/issues/23525
https://github.com/vercel/next.js/pull/24171
fe0583edea83c42332f1b65485f93f6096f317bd
6e22a440e284628ed768a1a92a2936b9f5b1f380
2021-03-30T06:56:48Z
javascript
2021-04-17T16:08:06Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,467
["packages/next/next-server/lib/router/router.ts", "test/integration/i18n-support-same-page-hash-change/next.config.js", "test/integration/i18n-support-same-page-hash-change/pages/about.js", "test/integration/i18n-support-same-page-hash-change/pages/posts/[...slug].js", "test/integration/i18n-support-same-page-hash-cha...
Navigating to the same page in a different locale with a hash does not update props
### What version of Next.js are you using? 10.0.9 ### What version of Node.js are you using? 14.16.0 ### What browser are you using? Chromium Edge ### What operating system are you using? macOS ### How are you deploying your application? Vercel ### Describe the Bug For a language switch...
https://github.com/vercel/next.js/issues/23467
https://github.com/vercel/next.js/pull/26205
f6e5a816e2855ae0b271eeaf87ac94c0caf83ab4
be62f023b684072c1b80e265318f12e02e67ca82
2021-03-27T23:57:00Z
javascript
2021-06-23T19:04:31Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,436
["packages/next/next-server/server/image-optimizer.ts", "test/integration/image-optimizer/test/index.test.js"]
Race condition with Image Loader makes it unusable in a production environment
### What version of Next.js are you using? 10.0.9 ### What version of Node.js are you using? v12.19.0, v14.16.0 ### What browser are you using? Any browser ### What operating system are you using? Any OS ### How are you deploying your application? AWS ### Describe the Bug The default image loader at present ...
https://github.com/vercel/next.js/issues/23436
https://github.com/vercel/next.js/pull/24000
25ca1b5babe41033f4a2c9e5bbc98c384c8f8660
b610db830ef1ef2458c3c75ba1955b57b7291264
2021-03-26T21:04:55Z
javascript
2021-04-12T22:38:51Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,318
["packages/next/export/index.ts"]
CIRCLE_NODE_TOTAL isn't used when running next export
### What version of Next.js are you using? 10.06 ### What version of Node.js are you using? 14.7 ### What browser are you using? Chrome ### What operating system are you using? macOS ### How are you deploying your application? next export ### Describe the Bug The default config for `next build` will use the ...
https://github.com/vercel/next.js/issues/23318
https://github.com/vercel/next.js/pull/24180
646a881183132b0756818bc48484360c1fa12cf8
432c9ee5fcf7687e0dae2252a7eed2277c954d16
2021-03-23T16:23:05Z
javascript
2021-04-17T20:09:26Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,312
["packages/next/next-server/server/image-optimizer.ts", "test/integration/image-optimizer/public/text.txt", "test/integration/image-optimizer/test/index.test.js"]
next/image serves files other than images from public dir
### What version of Next.js are you using? 10.0.7 ### What version of Node.js are you using? 14.15.1 ### What browser are you using? chrome ### What operating system are you using? linux ### How are you deploying your application? next start ### Describe the Bug `next/image` package should not serve other fi...
https://github.com/vercel/next.js/issues/23312
https://github.com/vercel/next.js/pull/23366
1dae2288779656853310e15b14e750f096f5ba26
98211405a60d286a8769dc1b76723016153355a6
2021-03-23T13:02:46Z
javascript
2021-03-24T17:59:00Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,299
["examples/blog/package.json", "examples/blog/pages/index.mdx"]
`blog` in examples seems like there needs some package dependency fix while doing `npm i`
### What version of Next.js are you using? latest ### What version of Node.js are you using? 14.16.0 ### What browser are you using? Chrome ### What operating system are you using? Linux - PopOS ### How are you deploying your application? -- ### Describe the Bug While doing `npm i`, issue occurs with differe...
https://github.com/vercel/next.js/issues/23299
https://github.com/vercel/next.js/pull/23317
48dd9954d8b8cf257e5f1f47709c5dfe8c428345
361b56b2c2373012051266332905b1dcef085251
2021-03-23T08:40:55Z
javascript
2021-03-23T20:02:03Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,252
["packages/next/client/link.tsx", "test/integration/client-navigation/pages/nav/index.js", "test/integration/client-navigation/test/index.test.js", "test/lib/browsers/base.ts", "test/lib/browsers/playwright.ts"]
<Link /> inside an SVG won't allow user to cmd+click and open page in new tab
### What version of Next.js are you using? 10.0.9 ### What version of Node.js are you using? 10.23.0 ### What browser are you using? chrome ### What operating system are you using? macOS ### How are you deploying your application? N/A ### Describe the Bug Command+click on a `<Link />` w...
https://github.com/vercel/next.js/issues/23252
https://github.com/vercel/next.js/pull/23272
6090101581620416ae653d519608f03dc966be9f
b39e49eca93ba9144f024189e18bada8e8dacd72
2021-03-21T20:37:43Z
javascript
2022-02-06T20:53:03Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,240
["packages/next/build/index.ts"]
Add separate log line for type checking
To separate out the type checking from building the app.
https://github.com/vercel/next.js/issues/23240
https://github.com/vercel/next.js/pull/23226
ebfbbdb331f8f93d92650cb4689807f67219833d
8c72806aced6bd1a9e06d7e9289e691f7fa5ed49
2021-03-20T18:45:22Z
javascript
2021-03-20T19:11:45Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,201
["packages/next/client/image.tsx", "test/integration/image-component/base-path/test/index.test.js", "test/integration/image-component/default/test/index.test.js"]
VoiceOver support in next/image
### What version of Next.js are you using? 10.0.6 ### What version of Node.js are you using? 12.20.1 ### What browser are you using? Chrome ### What operating system are you using? macOS 11 ### How are you deploying your application? next start + Vercel ### Describe the Bug When using `next/image` images tha...
https://github.com/vercel/next.js/issues/23201
https://github.com/vercel/next.js/pull/23278
f384cd103b6031e6555237ae9f4eddf67004adbe
c8680a344f2872e4640c4096c2ddaf6cb8581e5f
2021-03-18T17:26:58Z
javascript
2021-03-22T19:20:52Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,169
["packages/next/build/webpack-config.ts", "packages/next/package.json", "test/integration/basic/pages/node-browser-polyfills.js", "test/integration/basic/test/index.test.js", "yarn.lock"]
Missing webpack fallbacks for http and https
### What version of Next.js are you using? 10.0.9 ### What version of Node.js are you using? v15.11.0 ### What browser are you using? Chrome ### What operating system are you using? macOS ### How are you deploying your application? N/A ### Describe the Bug The `resolve.fallback` option ...
https://github.com/vercel/next.js/issues/23169
https://github.com/vercel/next.js/pull/23316
361b56b2c2373012051266332905b1dcef085251
c219c1d9ceba30111501dd6203890d61b34dc6ae
2021-03-17T19:59:48Z
javascript
2021-03-23T20:59:42Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,167
["packages/next/export/worker.ts", "test/integration/i18n-support/pages/gsp/fallback/[slug].js", "test/integration/i18n-support/test/shared.js"]
Default values for fallback dynamic routes differ between development and production
Provided reproduction: https://github.com/vvo/test-nextjs-routes-bug-locales When visiting `/some-path/github` in development the `query.login` value is undefined on initial render although when running `next build && next start` and visiting the same path the value will be `[login]` instead. We should ensure th...
https://github.com/vercel/next.js/issues/23167
https://github.com/vercel/next.js/pull/23675
0d98cd9037bb51c749e22fe9cf3e97e66e004055
88fd76f4d2a212860fe4ad2f5b19cf545e791ddc
2021-03-17T19:33:31Z
javascript
2021-04-04T14:09:20Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,157
["packages/next/next-server/server/image-optimizer.ts", "packages/next/next-server/server/lib/squoosh/impl.ts", "packages/next/next-server/server/lib/squoosh/main.ts"]
Handle image optimization operations in one worker thread
### Describe the feature you'd like to request Next.js currently spins up to 4 worker threads to handle 1 image optimization request, which are decode, rotate, resize, encode. This is pretty wasteful because it needs multiple passes of data serialization/deserialization in between. Since these steps will always ru...
https://github.com/vercel/next.js/issues/23157
https://github.com/vercel/next.js/pull/23188
70d306e0ac4fedfc9caecd5743b433b99a866903
241a916e03df4f032ec715ad518d01292652815c
2021-03-17T16:15:47Z
javascript
2021-03-18T15:51:36Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,143
["packages/next/next-server/server/config-utils.ts", "test/integration/build-output/test/index.test.js", "test/integration/next-plugins/test/index.test.js"]
Enable webpack 5 by default when there is no custom webpack config
The webpack 5 support is ready to be enabled by default for apps that do not have custom webpack configuration. For users that do have custom webpack configuration we'll show a warning that they can upgrade to using webpack 5 but expect some breaking of their configuration. We're going to maintain backwards compat with...
https://github.com/vercel/next.js/issues/23143
https://github.com/vercel/next.js/pull/23810
d302a52bc6c242dba1956fd2466894ad8a9824c4
2dba861ea346b87d2ad8a100d25fe9f1cf6e73a7
2021-03-17T10:18:21Z
javascript
2021-04-12T17:52:43Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,130
["packages/next/build/webpack-config.ts", "test/integration/externals/next.config.js", "test/integration/externals/node_modules/esm-package/correct.js", "test/integration/externals/node_modules/esm-package/package.json", "test/integration/externals/node_modules/esm-package/wrong.mjs", "test/integration/externals/pages/...
Webpack 5 mode does not work yet with custom configurations
### What version of Next.js are you using? canary ### What version of Node.js are you using? 15 ### What browser are you using? Chrome ### What operating system are you using? macOS ### How are you deploying your application? none ### Describe the Bug Webpack's aliases configuration does not yet work with `f...
https://github.com/vercel/next.js/issues/23130
https://github.com/vercel/next.js/pull/24603
7c7e86454e41997c4ffe0853da995c9ee012cbad
33e09dffb2d477bf147046a04811c3453748f9b9
2021-03-17T00:20:32Z
javascript
2021-05-07T16:32:33Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,128
["packages/next/build/index.ts", "packages/next/next-server/server/next-server.ts", "test/integration/500-page/test/index.test.js"]
Error occurred prerendering page "/500"
### What version of Next.js are you using? 10.0.9 ### What version of Node.js are you using? 12.16.3 ### What browser are you using? Chrome ### What operating system are you using? Linux Mint ### How are you deploying your application? next start ### Describe the Bug After upgrading to ...
https://github.com/vercel/next.js/issues/23128
https://github.com/vercel/next.js/pull/23586
eddf5e0de9af1f07cf079da6cd6ed8c173351ca8
0402fc459eb12a775372172a351f3a3f4fee83e3
2021-03-16T21:21:29Z
javascript
2021-06-11T09:29:40Z
closed
vercel/next.js
https://github.com/vercel/next.js
23,125
["packages/next/bundles/yarn.lock", "packages/next/compiled/webpack/bundle5.js"]
PostCSS/webpack5: registering newly-created dependency causes initial dev build to hang
### What version of Next.js are you using? `10.0.9` / `10.0.10-canary.0` ### What version of Node.js are you using? 14.5.0 ### What browser are you using? Chrome ### What operating system are you using? macOS 11.0.1 ### How are you deploying your application? N/A ### Describe the Bug Wh...
https://github.com/vercel/next.js/issues/23125
https://github.com/vercel/next.js/pull/23224
8e4123e9d90409b84acf9276586f341db3bff5a3
c9a2e5b8f0ce4ddeeff195cf978e7dd4a362f307
2021-03-16T18:42:14Z
javascript
2021-03-22T09:21:51Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,994
["packages/next/build/index.ts", "packages/next/export/index.ts", "test/integration/500-page/test/index.test.js"]
[ =] info - Generating static pages (0/0) never completes
### What version of Next.js are you using? npm i next@10.0.9-canary.6 ### What version of Node.js are you using? 12.19.1 ### What browser are you using? Chrome Version 89.0.4389.82 ### What operating system are you using? CentOS 7 ### How are you deploying your application? next build ### ...
https://github.com/vercel/next.js/issues/22994
https://github.com/vercel/next.js/pull/22996
2af5a0e47cb2246cc373736c05e8d76778f73c36
7e63bd7d54901103681e64982282990cb5a8c2d6
2021-03-11T23:00:16Z
javascript
2021-03-12T08:36:28Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,929
["packages/next/next-server/server/lib/squoosh/png/squoosh_png.js", "packages/next/next-server/server/lib/squoosh/png/squoosh_png_bg.wasm", "test/integration/image-optimizer/public/grayscale.png", "test/integration/image-optimizer/test/index.test.js"]
10.0.8 next/image double images
### What version of Next.js are you using? 10.0.8 ### What version of Node.js are you using? 15.2.0 ### What browser are you using? Chrom, Safari, Firefox ### What operating system are you using? macOS ### How are you deploying your application? next start ### Describe the Bug Many of t...
https://github.com/vercel/next.js/issues/22929
https://github.com/vercel/next.js/pull/23393
65c22167c8b797ae8282c9c5301499301a54ff74
2ed54cddfa213b4353696214994025792e27c64a
2021-03-10T05:44:44Z
javascript
2021-04-01T15:16:26Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,925
["packages/next/next-server/server/image-optimizer.ts", "packages/next/next-server/server/lib/squoosh/impl.ts", "packages/next/next-server/server/lib/squoosh/main.ts"]
10.0.8 next/image high memory use
### What version of Next.js are you using? 10.0.8 ### What version of Node.js are you using? 14.15.4 ### What browser are you using? chrome ### What operating system are you using? macOS ### How are you deploying your application? next start ### Describe the Bug With v10.0.8 on pages wi...
https://github.com/vercel/next.js/issues/22925
https://github.com/vercel/next.js/pull/23188
70d306e0ac4fedfc9caecd5743b433b99a866903
241a916e03df4f032ec715ad518d01292652815c
2021-03-10T00:49:31Z
javascript
2021-03-18T15:51:36Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,815
["packages/next/build/index.ts", "packages/next/build/utils.ts", "test/integration/500-page/test/index.test.js"]
Next 10.0.8 attempts to generate static error pages despite `_error` with `getInitialProps`
### What version of Next.js are you using? 10.0.8 ### What version of Node.js are you using? 12.13.0 ### What browser are you using? All ### What operating system are you using? macOS ### How are you deploying your application? Own infra ### Describe the Bug We have an `_error` componen...
https://github.com/vercel/next.js/issues/22815
https://github.com/vercel/next.js/pull/22887
635a98e2fd8113ccb9c2b0086dff103d9c01e6e2
d951b2385f29ac8646b3e90f43a28185dfbc140f
2021-03-06T03:36:29Z
javascript
2021-03-09T09:55:28Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,750
["packages/next/next-server/server/config-utils.ts", "packages/next/next-server/server/next-server.ts", "test/integration/required-server-files/pages/[slug].js", "test/integration/required-server-files/test/index.test.js"]
Router is mistaking index route for a dynamic route with fallback
### What version of Next.js are you using? 10.0.7 ### What version of Node.js are you using? 14.12.0 ### What browser are you using? Chrome, Safari, Firefox ### What operating system are you using? macOS ### How are you deploying your application? Vercel ### Describe the Bug The Next.js...
https://github.com/vercel/next.js/issues/22750
https://github.com/vercel/next.js/pull/22783
1f5c2c851333b5601cc1e9463253fdad0f0d8883
3417164c1db8e968e255e35efb5685edb02b8a1c
2021-03-04T00:06:45Z
javascript
2021-03-04T22:09:45Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,747
["packages/next/build/index.ts", "packages/next/client/page-loader.ts", "packages/next/export/index.ts", "packages/next/export/worker.ts", "test/integration/i18n-support-base-path/pages/mixed.js", "test/integration/i18n-support/pages/mixed.js", "test/integration/i18n-support/test/index.test.js", "test/integration/i18n-...
asPath does not contain trailing slash when enabled during prerendering
We need to ensure the `asPath` value used during prerendering/auto-export contains a trailing slash when `trailingSlash: true` is configured to prevent a hydration mis-match.
https://github.com/vercel/next.js/issues/22747
https://github.com/vercel/next.js/pull/22746
c1b2b3f91fd8b858e76353a631c7890a95db6875
9afcdfcbc417f28b869d6ecf80312cbb0cf0945c
2021-03-03T23:22:50Z
javascript
2021-03-14T12:58:34Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,733
["packages/next/client/link.tsx", "test/integration/client-navigation/pages/absolute-url.js", "test/integration/client-navigation/test/index.test.js"]
next/link: onMouseEnter etc. not called on inner <a> tag when href is external
### What version of Next.js are you using? 10.0.7 ### What version of Node.js are you using? 12.18.3 ### What browser are you using? Chrome ### What operating system are you using? Windows ### How are you deploying your application? next build - currently running locally ### Describe the B...
https://github.com/vercel/next.js/issues/22733
https://github.com/vercel/next.js/pull/32012
332cd06c7d67aa5681c01437dca60ab49e46f5d1
f2251793782e272e5a74f97bd4f32c94fc705769
2021-03-03T18:09:53Z
javascript
2021-12-01T18:32:27Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,732
["packages/next/build/index.ts", "packages/next/build/utils.ts", "packages/next/build/webpack/loaders/next-serverless-loader/index.ts", "packages/next/next-server/server/config.ts", "packages/next/next-server/server/load-components.ts", "test/integration/required-server-files/lib/config.js", "test/integration/required-...
The component load order between targets should match
We should ensure the order of loading `_document`, `_app`, and the page's component should match between the serverless target and the default server target.
https://github.com/vercel/next.js/issues/22732
https://github.com/vercel/next.js/pull/22731
e04d399ab5d9665168e032ecd3c5d82fe7e15d6a
1435de15bc40e2943730bdcb731638f58e11b1dd
2021-03-03T17:48:41Z
javascript
2021-03-03T19:20:48Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,579
["packages/next/build/webpack/loaders/next-serverless-loader/page-handler.ts", "packages/next/server/next-server.ts", "test/integration/404-page/test/index.test.js", "test/integration/not-found-revalidate/test/index.test.js"]
Cache headers on 404 pages with getStaticProps
**What version of Next.js are you using?** 10.0.6 **What version of Node.js are you using?** 14.15.1 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** Other platform **Describe the Bug** The 404 error page r...
https://github.com/vercel/next.js/issues/22579
https://github.com/vercel/next.js/pull/24983
138b9ddf99dd2e6c3138839f8d896086a02ed01e
270487d7979d86105c73489be81cc0077493ebd3
2021-02-26T17:42:44Z
javascript
2021-07-02T08:40:13Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,441
["packages/next/next-server/lib/router/router.ts", "test/integration/build-output/test/index.test.js", "test/integration/preload-viewport/next.config.js", "test/integration/preload-viewport/pages/[...rest].js", "test/integration/preload-viewport/pages/rewrite-prefetch.js", "test/integration/preload-viewport/test/index....
Rewrites are not correctly resolved while prefetching
While leveraging `href`'s automatic resolution, rewrites aren't correctly resolved while prefetching like they are during a client-transition. We should ensure rewrites are handled during prefetching the same as they are during a client-transition.
https://github.com/vercel/next.js/issues/22441
https://github.com/vercel/next.js/pull/22442
a78e904fc8f51a511999caff99dccb80c7eb9f39
9d2b0fc04aca9b13c7fac645d2553d25433fe924
2021-02-23T03:23:12Z
javascript
2021-02-24T15:37:13Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,329
["packages/next/build/webpack/loaders/next-serverless-loader/utils.ts", "packages/next/next-server/server/next-server.ts", "test/integration/i18n-support/test/index.test.js"]
Invalid Accept-Language header will crash the server
**What version of Next.js are you using?** 10.0.7 **What version of Node.js are you using?** 15.6.0 **What browser are you using?** N/A **What operating system are you using?** Docker: node:15.6.0-alpine3.11 **How are you deploying your application?** next start **Describe the Bug** If the server receives a ...
https://github.com/vercel/next.js/issues/22329
https://github.com/vercel/next.js/pull/26476
fc67fc737c826b5317e1a6ec1c0416526372a317
fb5fb7f21f4f9152dbde24684b251e3a4a04f334
2021-02-19T09:47:25Z
javascript
2021-06-22T15:05:54Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,270
["azure-pipelines.yml", "packages/next/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoStyleTag.js", "test/integration/css-client-nav/test/index.test.js"]
Error in ie11 in the dev env after 10.0.5 -> 10.0.6 upgrade. Nextjs with custom server.
**What version of Next.js are you using?** 10.0.6 **What version of Node.js are you using?** 14.14.0 **What browser are you using?** ie11, chrome **What operating system are you using?** win7, win10, linux mint **How are you deploying your application?** `next({ dev }).prepare()` **Describ...
https://github.com/vercel/next.js/issues/22270
https://github.com/vercel/next.js/pull/23784
35258650acb5bc17555e8e8c37845540f609ee9d
b2ee0a93fe5653a050550455d817f7e460205b4a
2021-02-17T13:53:15Z
javascript
2021-04-15T16:34:52Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,130
["packages/next/client/router.ts", "test/integration/build-output/test/index.test.js", "test/integration/i18n-support-base-path/pages/index.js", "test/integration/i18n-support/pages/index.js", "test/integration/i18n-support/test/shared.js"]
Warning: Prop `href` did not match. Server: "https://dev-user.example.com/" Client: "/"
**What version of Next.js are you using?** 10.0.7-canary.8 **What version of Node.js are you using?** 12.16.3 **What browser are you using?** Google Chrome Version 88.0.4324.146 (Official Build) (x86_64) **What operating system are you using?** Mac OS Big Sur 11.1 **How are you deploying your ap...
https://github.com/vercel/next.js/issues/22130
https://github.com/vercel/next.js/pull/26083
005a6e4c859024293bf23ef0303c9d492f1506bc
27d78a5d41708fa25f8081ea30983d5234baed04
2021-02-12T20:20:49Z
javascript
2021-06-22T16:55:52Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,099
["packages/next/client/dev/on-demand-entries-utils.js", "test/integration/development-hmr-refresh/pages/with+Special&Chars=.js", "test/integration/development-hmr-refresh/test/index.test.js"]
using the + sign in a url makes it refresh constantly in development mode
**What version of Next.js are you using?** v10.0.7-canary.7 **What version of Node.js are you using?** v15.7.0 **What browser are you using?** Chrome **What operating system are you using?** Linux 5.4 **How are you deploying your application?** next dev (development issue) **Describe the Bug** when using + i...
https://github.com/vercel/next.js/issues/22099
https://github.com/vercel/next.js/pull/28122
5d4d8802b8b6855fe1355bb106e6afd95af7e2a8
1b2e0799c37cd719ca8e5d20b614f921ce2b9143
2021-02-12T04:20:07Z
javascript
2021-08-17T17:13:33Z
closed
vercel/next.js
https://github.com/vercel/next.js
22,011
["packages/next/build/webpack/loaders/next-serverless-loader/utils.ts", "packages/next/client/link.tsx", "packages/next/client/router.ts", "packages/next/next-server/lib/router/router.ts", "packages/next/next-server/server/next-server.ts", "packages/next/next-server/server/render.tsx", "test/integration/i18n-support/te...
Client side navigation with domain locales doesn't work for localhost (and any other domain)
**What version of Next.js are you using?** `v10.0.5` to latest version (`v10.0.7-canary.6` as of today) **What version of Node.js are you using?** v12.18.3 (should be replicable in any) **What browser are you using?** Any **What operating system are you using?** Any **How are you deploying your...
https://github.com/vercel/next.js/issues/22011
https://github.com/vercel/next.js/pull/22032
5febe218a622022fb375ef5101f1848d9c3120cc
55e4a3d1add44aede18f4bc9f604f59ba49cc0b0
2021-02-10T09:45:05Z
javascript
2021-02-11T10:18:24Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,979
["packages/next/src/cli/next-dev.ts", "packages/next/src/cli/next-start.ts", "packages/next/src/server/lib/start-server.ts", "test/integration/cli/test/index.test.js"]
IPv6 addresses not properly formatted when using `next dev`
**What version of Next.js are you using?** 10.0.6, 10.0.7-canary.6 **What version of Node.js are you using?** 15.8.0 **What browser are you using?** Firefox, this is a CLI issue **What operating system are you using?** Windows **How are you deploying your application?** next dev -H :: , next ...
https://github.com/vercel/next.js/issues/21979
https://github.com/vercel/next.js/pull/43491
c7162c42b22b6b808f2a13fc623d59dc14296fad
9dedc94500cc059792abf5c71484b871140e6049
2021-02-08T22:53:06Z
javascript
2023-01-10T10:06:25Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,943
["packages/next/build/webpack/loaders/next-serverless-loader/utils.ts", "test/integration/i18n-support-catchall/test/index.test.js"]
[i18n] non-default locale root level routes (i.e. /fr /es) get 307 redirects to themselves?
**What version of Next.js are you using?** 10.0.6 **What version of Node.js are you using?** 14.12.0 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** Other platform **Describe the Bug** i18n + target: serverless [this line](h...
https://github.com/vercel/next.js/issues/21943
https://github.com/vercel/next.js/pull/22445
69fe678ea92e9036f956d2314a06d6d653f0125a
b1a1c80e7cfa3ad8c35ced40fc5c153ee4316935
2021-02-07T17:06:25Z
javascript
2021-02-25T18:43:51Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,861
["packages/next/package.json", "yarn.lock"]
Sideloading OpenTelemetry in Node.js breaks Next.js
**What version of Next.js are you using?** 10.0.6 **What version of Node.js are you using?** 14.15.1 **What browser are you using?** Chrome, Firefox **What operating system are you using?** Windows **How are you deploying your application?** node --trace-deprecation -r ./telemetry.js node_modules/next/dist/bin...
https://github.com/vercel/next.js/issues/21861
https://github.com/vercel/next.js/pull/25900
d820542a15abbf8a11accdac5ad08323ae994e18
535a83dbb8524a6513ce62827b7a4a9c77290ca5
2021-02-04T10:42:05Z
javascript
2021-06-08T17:01:03Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,825
["examples/with-styletron/package.json", "examples/with-styletron/pages/_document.js"]
Layout broken after page reload (using with-styletron)
**What example does this report relate to?** with-styletron **What version of Next.js are you using?** "latest" **What version of Node.js are you using?** v12.13.0 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** yarn dev **Des...
https://github.com/vercel/next.js/issues/21825
https://github.com/vercel/next.js/pull/21908
958bd6cabb85a52269927661f759ac9197775149
1773b991bc300ea1943e2c94434bc2f16857181a
2021-02-03T20:29:16Z
javascript
2021-02-07T17:30:41Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,786
["docs/api-reference/next/image.md", "docs/basic-features/image-optimization.md"]
Improve documentation for custom loaders in image component
I've been working with several large apps that are trying to adopt the image component, and which would benefit from the custom loader pattern. So far none of them have found it while reading the documentation, which I think is because the part about custom loaders is only in the image optimization section, while the p...
https://github.com/vercel/next.js/issues/21786
https://github.com/vercel/next.js/pull/29186
8eec49208f16fd4471f7267f592193c1af9e7860
5d7b68f15ed54381ffad8569e2bd8e20ebdb8ac7
2021-02-02T17:29:16Z
javascript
2021-10-05T21:38:48Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,708
["packages/next/package.json", "yarn.lock"]
[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 14.15.0 **What browser are you using?** Google Chrome Version 90.0.4400.8 (Official Build) dev (64-bit) **What operating system are you using?** Windows 10 **How are you deploying your application?** ...
https://github.com/vercel/next.js/issues/21708
https://github.com/vercel/next.js/pull/27939
a28e775e881446c33a6ccd9969cda714037971a1
73b5d69e276645af0c33b1f9ac5de8f602773c61
2021-01-31T13:06:05Z
javascript
2021-08-14T00:04:07Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,679
["packages/next/build/webpack-config.ts", "packages/next/bundles/webpack/packages/webpack.js", "packages/next/compiled/webpack/webpack.js", "packages/next/next-server/server/config-shared.ts", "packages/next/next-server/server/config-utils.ts", "packages/next/next-server/server/config.ts", "test-pnp.sh"]
Error: Cannot find module 'webpack'
**What version of Next.js are you using?** 10.0.6 **What version of Node.js are you using?** 14.15.4 **What browser are you using?** Safari **What operating system are you using?** macOS **How are you deploying your application?** yarn build locally **Describe the Bug** I just updated t...
https://github.com/vercel/next.js/issues/21679
https://github.com/vercel/next.js/pull/22583
1ebc9bbb5e220aa6adbe8f2067534ad978ac0620
04f37d0978e5fc9939012c1d771ef4e6535e7787
2021-01-30T04:08:56Z
javascript
2021-02-27T06:19:35Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,568
["packages/next/build/index.ts", "packages/next/next-server/server/incremental-cache.ts", "test/integration/i18n-support/test/shared.js", "test/integration/prerender/test/index.test.js"]
The prerender-manifest should have separate entries for non-dynamic SSG pages with i18n
Currently the prerender-manifest contains one entry for non-dynamic SSG pages that is not prefixed with the configured locales. This prevents different revalidate values that are locale specific from being provided. This also causes returning `notFound: true` for the default locale on a non-dynamic SSG page to cause va...
https://github.com/vercel/next.js/issues/21568
https://github.com/vercel/next.js/pull/21404
b785fbc5d1ced1e2cdc5905142af10713e2eb5da
87ed37d51c6857d660e498c6e7cb0d6353878d7e
2021-01-27T01:52:49Z
javascript
2021-01-27T11:24:00Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,549
["packages/next/client/image.tsx"]
Hostname is not configured under images in your `next.config.js` when running tests with Jest
**What version of Next.js are you using?** 10.0.2 **What version of Node.js are you using?** 14.2.0 **What browser are you using?** Chrome **What operating system are you using?** Ubuntu **How are you deploying your application?** next start **Describe the Bug** When using Jest to test a component that uses ...
https://github.com/vercel/next.js/issues/21549
https://github.com/vercel/next.js/pull/26502
e969d226999bb0fcb52ecc203b359f3715ff69bf
325b3a9651546f8b14b382b1dd93d6d6df0fd068
2021-01-26T16:05:25Z
javascript
2021-06-22T23:02:01Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,543
["packages/next/client/route-loader.ts"]
Error: Route did not complete loading: /projects
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 14.15.0 **What browser are you using?** Chrome **What operating system are you using?** Windows 10 **How are you deploying your application?** Vercel **Describe the Bug** I am trying to build a simple route for my po...
https://github.com/vercel/next.js/issues/21543
https://github.com/vercel/next.js/pull/22775
33255b7f4ed6dd2608d6a6590d137353b6f19f67
afc8ce4d0dd324135ea3f5b4d65ecd95fb455299
2021-01-26T12:57:16Z
javascript
2021-03-05T16:32:00Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,507
["docs/api-reference/next.config.js/headers.md", "docs/api-reference/next.config.js/redirects.md", "docs/api-reference/next.config.js/rewrites.md"]
Customer headers are removed with internationalisation
**What version of Next.js are you using?** 10.0.3 **What version of Node.js are you using?** 15.3.0 **What browser are you using?** Chrome **What operating system are you using?** macOS (intel) **How are you deploying your application?** Vercel **Describe the Bug** Within the next.config.js, if you have cust...
https://github.com/vercel/next.js/issues/21507
https://github.com/vercel/next.js/pull/22500
b90b4b503c4444507595be0f9e0edd8a19ea2254
d9bb645c03b6a41231ecaa201ea97cd61cef1fdc
2021-01-25T09:50:34Z
javascript
2021-02-24T19:04:30Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,453
["packages/next/server/incremental-cache.ts", "packages/next/server/render.tsx", "test/integration/not-found-revalidate/data.txt", "test/integration/not-found-revalidate/pages/404.js", "test/integration/not-found-revalidate/pages/initial-not-found/[slug].js", "test/integration/not-found-revalidate/pages/initial-not-fou...
GetStaticProps returning initial notFound never triggers a rebuild on revalidate with dynamic routes
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 12.13.0 **What browser are you using?** Chrome **What operating system are you using?** Windows **How are you deploying your application?** next start **Describe the Bug** If `getStaticProps` re...
https://github.com/vercel/next.js/issues/21453
https://github.com/vercel/next.js/pull/28097
8a80b0b3570fe734889acff315e24e610106656b
169785253e7fcd23df32219ea5ba29ff28b711a0
2021-01-22T19:08:21Z
javascript
2021-08-14T13:11:40Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,448
[".github/workflows/build_test_deploy.yml", "packages/next/build/webpack-config.ts", "packages/next/next-server/server/config.ts"]
Fix webpack 5 CI tests
https://github.com/vercel/next.js/issues/21448
https://github.com/vercel/next.js/pull/21436
f2de5a08b87c22067b9876204d0b2f8ec18b2ba6
74b6389bd60505d3a2a8d902241e344b65356f1a
2021-01-22T16:17:56Z
javascript
2021-01-22T17:20:53Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,433
["docs/api-reference/next/image.md", "docs/basic-features/image-optimization.md", "packages/next/client/image.tsx", "test/integration/image-component/default/pages/inside-paragraph.js", "test/integration/image-component/default/test/index.test.js"]
next/image: "<div> cannot appear as a descendant of <p>" React warning
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** v14.15.4 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** Other **Describe the Bug** If you use a `next/image` co...
https://github.com/vercel/next.js/issues/21433
https://github.com/vercel/next.js/pull/30041
0daaae32dc01494c408afc54eb19c01d2d8bfdf2
1a0c1e8a5b47e49602e058a0d3e254fa885a61c4
2021-01-21T23:50:48Z
javascript
2021-10-18T21:29:19Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,390
["packages/next/bundles/webpack/packages/webpack.d.ts", "packages/next/compiled/webpack/webpack.d.ts", "packages/next/types/index.d.ts"]
Type error: Could not find a declaration file for module 'next/dist/compiled/webpack/webpack'
**What version of Next.js are you using?** 10.0.6-canary.6 **What version of Node.js are you using?** 14.15.4 **What browser are you using?** N/A **What operating system are you using?** Linux **How are you deploying your application?** Vercel **Describe the Bug** When upgrading from v10.0.6-canary.0 to v10....
https://github.com/vercel/next.js/issues/21390
https://github.com/vercel/next.js/pull/21785
e750f4378c25872b704197ee9161bee7eebb415c
a6c1f9cfe777be516016523a764aa5ba50bb274c
2021-01-20T17:17:25Z
javascript
2021-02-03T16:39:59Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,386
["packages/next/next-server/lib/router/router.ts", "test/integration/client-navigation/pages/nav/shallow-routing.js", "test/integration/client-navigation/test/index.test.js"]
Shallow routing replacements should not scroll
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** N/A **What browser are you using?** N/A **What operating system are you using?** N/A **How are you deploying your application?** N/A **Describe the Bug** When a user does a shallow replacement of state, Next.js will ...
https://github.com/vercel/next.js/issues/21386
https://github.com/vercel/next.js/pull/21437
74b6389bd60505d3a2a8d902241e344b65356f1a
a5b0094677b8f10e3104cb55c6a21da308ec6534
2021-01-20T16:11:21Z
javascript
2021-01-22T18:03:29Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,366
["packages/next/next-server/lib/router/router.ts", "test/integration/client-navigation/pages/nav/shallow-routing.js", "test/integration/client-navigation/test/index.test.js"]
Updating query string with shallow routing scrolls to top since v10.0.0
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 12.18.3 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** Vercel **Describe the Bug** Using the `{ shallow: true }...
https://github.com/vercel/next.js/issues/21366
https://github.com/vercel/next.js/pull/21437
74b6389bd60505d3a2a8d902241e344b65356f1a
a5b0094677b8f10e3104cb55c6a21da308ec6534
2021-01-20T00:47:06Z
javascript
2021-01-22T18:03:29Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,337
["packages/next/client/image.tsx", "test/integration/image-optimizer/test/index.test.js"]
trailingSlash: true redirects /_next/image? to /_next/image/? for each image request
**What version of Next.js are you using?** 10.0.2 **What version of Node.js are you using?** 12.4.1 **What browser are you using?** Chrome **What operating system are you using?** Windows **How are you deploying your application?** Other platform **Describe the Bug** When trailingSlash is set to 'true' the /...
https://github.com/vercel/next.js/issues/21337
https://github.com/vercel/next.js/pull/22453
a6665915552caa5bd4baf3ce0a34a64e0539fc3f
0e5e8881c08d2f13f2604327f3940776cc5c6a42
2021-01-19T14:54:33Z
javascript
2022-03-07T17:55:39Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,324
["packages/create-next-app/templates/default/styles/Home.module.css"]
Create Next App template does not look correct in IE11
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 14.14.0 **What browser are you using?** IE11 **What operating system are you using?** Windows 10 **How are you deploying your application?** next start **Describe the Bug** The start page of next.js does not render p...
https://github.com/vercel/next.js/issues/21324
https://github.com/vercel/next.js/pull/24245
8ccfff10ae133c955ca65b633ce6fb3483b9d2fe
5e255b5fa2874d9d65eda0be0e79e22312327e9c
2021-01-19T11:17:46Z
javascript
2021-04-20T19:18:41Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,297
["packages/next/build/webpack-config.ts", "packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts", "packages/next/build/webpack/plugins/mini-css-extract-plugin/src/index.js", "packages/next/build/webpack/plugins/pages-manifest-plugin.ts", "packages/next/next-server/server/config-utils.ts"]
webpack 5 dynamic require syntax causes un-necessary files to be traced/included for lambdas
**What version of Next.js are you using?** 10.0.5 (canary as well) **What version of Node.js are you using?** v12.20.0 **What browser are you using?** all **What operating system are you using?** macOS, Linux, Windows **How are you deploying your application?** Vercel **Describe the Bug** ...
https://github.com/vercel/next.js/issues/21297
https://github.com/vercel/next.js/pull/22697
ac47795d372349fd3fc0f5280a8637e114c34e40
b80fdfb8287980c8f9ae3c9c591ab796ad00baf1
2021-01-18T19:13:58Z
javascript
2021-03-03T09:37:24Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,267
["packages/next/build/webpack-config.ts", "packages/next/next-server/lib/router/router.ts", "packages/next/next-server/lib/router/utils/resolve-rewrites-noop.ts", "packages/next/next-server/lib/router/utils/resolve-rewrites.ts", "test/integration/custom-routes-i18n/test/index.test.js", "test/integration/production/test...
asPath in getInitialProps ignores query params in dev mode
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 12.18.3 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** npm run dev **Describe the Bug** When using dev mode, th...
https://github.com/vercel/next.js/issues/21267
https://github.com/vercel/next.js/pull/21410
9fd9d83221c064eddb14cc3d34bb3f1200ead9a6
5b70802f619a7d5aa111a06850a51078a6ec5a60
2021-01-18T05:13:02Z
javascript
2021-01-21T23:40:23Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,214
["packages/next/client/image.tsx", "test/integration/image-component/default/test/index.test.js", "test/unit/image-rendering.unit.test.js"]
Support noscript in the image component with lazy loading support
**Describe the feature you'd like to request** Currently the image component relies on javascript even when rendered on the server because of the IntersectionObserver-based lazy loading behavior. This was chosen over the native loading="lazy" to ensure maximum browser support. However, this means that the experienc...
https://github.com/vercel/next.js/issues/21214
https://github.com/vercel/next.js/pull/19052
9cc6ba93aba7319afd562312ecb463afeeb1a2af
48dd9954d8b8cf257e5f1f47709c5dfe8c428345
2021-01-15T22:19:31Z
javascript
2021-03-23T19:25:00Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,211
["packages/next/build/webpack/loaders/next-serverless-loader/utils.ts", "packages/next/client/link.tsx", "packages/next/client/router.ts", "packages/next/next-server/lib/router/router.ts", "packages/next/next-server/server/next-server.ts", "packages/next/next-server/server/render.tsx", "test/integration/i18n-support/te...
i18n links are unusable in dev builds when using multiple domains
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 15.6.0 **What browser are you using?** n/a **What operating system are you using?** n/a **How are you deploying your application?** next dev **Describe the Bug** Links created with `next/link` use the i18n domains fr...
https://github.com/vercel/next.js/issues/21211
https://github.com/vercel/next.js/pull/22032
5febe218a622022fb375ef5101f1848d9c3120cc
55e4a3d1add44aede18f4bc9f604f59ba49cc0b0
2021-01-15T21:02:29Z
javascript
2021-02-11T10:18:24Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,162
["examples/with-typescript-eslint-jest/.eslintrc.json"]
Eslint warning in the starting repository generated by the with-typescript-eslint-jest example
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 14.15.1 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** next start **Describe the Bug** When I use the example, with-typescript-eslint...
https://github.com/vercel/next.js/issues/21162
https://github.com/vercel/next.js/pull/21163
7aa397f32ed9a22c83d477b2dc441ce9e5f96afd
07d4af9307bb2bad244070fa9ee6f0b1f0b53caf
2021-01-15T09:58:09Z
javascript
2021-01-26T15:22:43Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,079
["docs/basic-features/image-optimization.md", "errors/manifest.json", "errors/next-image-missing-loader-width.md", "errors/next-image-missing-loader.md", "packages/next/client/image.tsx", "packages/next/server/image-config.ts", "test/integration/export-image-loader/pages/index.js", "test/integration/export-image-loader...
Custom loaders are not recognized by next export
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** v15.5.0 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** next export **Describe the Bug** I'm using next/image wi...
https://github.com/vercel/next.js/issues/21079
https://github.com/vercel/next.js/pull/26998
1c2b171322ae257c6e3796600857b73b8d62ce09
1a8ad1408928a2fbb8b9e5670c0b7251a503cb8b
2021-01-13T19:50:19Z
javascript
2021-07-08T19:35:19Z
closed
vercel/next.js
https://github.com/vercel/next.js
21,049
[".github/workflows/build_test_deploy.yml", "package.json", "packages/react-refresh-utils/ReactRefreshWebpackPlugin.ts", "test/integration/worker-loader/next.config.js", "test/integration/worker-loader/test/index.test.js", "yarn.lock"]
broken webpack 5 and worker-loader support
**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 12.18.1 **What browser are you using?** Chrome **What operating system are you using?** macOS **How are you deploying your application?** Other platform **Describe the Bug** When using next.js w...
https://github.com/vercel/next.js/issues/21049
https://github.com/vercel/next.js/pull/21050
9efe8eb01919ce9456fc7c791c5f0f8b5638decc
d72b2d6e36f951fdd0ed27053adf065342e506c3
2021-01-13T04:34:47Z
javascript
2021-01-14T06:48:49Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,955
["packages/next/build/webpack-config.ts"]
Yarn 2 PnP support
**Describe the feature you'd like to request** Referencing this tweet https://twitter.com/balazsorban44/status/1348374181268910085?s=19 We got asked for better Yarn 2 PnP support at `next-auth`, but according to my understanding, the changes should be done in Next.js instead. This issue has been raised at our r...
https://github.com/vercel/next.js/issues/20955
https://github.com/vercel/next.js/pull/20971
4d282f929f4475299aba0b496ba99b6398fc9b1a
552aa9df1ae670d9c8ee872880af980d72eebc2d
2021-01-10T22:09:17Z
javascript
2021-01-11T12:31:31Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,826
["examples/with-firebase-cloud-messaging/next.config.js", "examples/with-firebase-cloud-messaging/package.json", "examples/with-firebase-cloud-messaging/public/firebase-messaging-sw.js", "examples/with-firebase-cloud-messaging/server.js"]
Custom server is not necessary in with-firebase-cloud-messaging
**What example does this report relate to?** with-firebase-cloud-messaging **What version of Next.js are you using?** 10.0.4 **What version of Node.js are you using?** 12.18.2 **What browser are you using?** Chrome and Firefox **What operating system are you using?** Ubuntu 18 **How are you deploying your app...
https://github.com/vercel/next.js/issues/20826
https://github.com/vercel/next.js/pull/20868
90ad2cbc44f5e807d7507c1eecc73ceb5445b6dc
86bb06457825a102638d4a9d3fd9c15c66d9872c
2021-01-06T18:53:27Z
javascript
2021-01-11T09:14:14Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,816
["packages/next/next-server/server/incremental-cache.ts", "test/integration/gssp-redirect/pages/gsp-blog-blocking/[post].js", "test/integration/gssp-redirect/pages/gsp-blog/[post].js", "test/integration/gssp-redirect/test/index.test.js"]
Cache error on redirects from dynamic routes with SSG [Node.js 14+]
**What version of Next.js are you using?** 10.0.4 **What version of Node.js are you using?** 14.15.4 **What browser are you using?** Chrome **What operating system are you using?** Windows 10/Alpine Linux **How are you deploying your application?** next start **Describe the Bug** When returning a redirect va...
https://github.com/vercel/next.js/issues/20816
https://github.com/vercel/next.js/pull/26627
e8a9bd19967c9f78575faa7d38e90a1270ffa519
ae0dbe5e2cec8ac81f9d1f3605ad85f18b86cd8d
2021-01-06T15:30:27Z
javascript
2021-06-28T12:23:23Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,776
["packages/react-dev-overlay/src/internal/helpers/stack-frame.ts", "packages/react-dev-overlay/src/middleware.ts", "test/acceptance/ReactRefreshLogBox.dev.test.js"]
Why does next.js offen shows the wrong line/file when there's an error?
**What version of Next.js are you using?** 10.0.3 **What version of Node.js are you using?** v12.20.1 **What browser are you using?** Chrome **What operating system are you using?** Linux:Ubuntu **How are you deploying your application?** Ubuntu/Docker **Describe the Bug** When there's ...
https://github.com/vercel/next.js/issues/20776
https://github.com/vercel/next.js/pull/23203
8c72806aced6bd1a9e06d7e9289e691f7fa5ed49
89ec21ed686dd79a5770b5c669abaff8f55d8fef
2021-01-05T14:08:28Z
javascript
2021-03-20T19:34:45Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,725
["packages/next/next-server/server/next-server.ts", "test/integration/i18n-support-base-path/next.config.js", "test/integration/i18n-support/next.config.js", "test/integration/i18n-support/test/shared.js"]
Rewrite of the sitemap.xml does not work.
Hi. I use 10.0.5-canary.8 version and I have one small rewrite: ``` async rewrites() { return [ { source: '/sitemap.xml', destination: '/api/sitemap' }, ] } ``` and it does not return content of the sitemap page. It returns this: `Error: Objects are not valid as a Re...
https://github.com/vercel/next.js/issues/20725
https://github.com/vercel/next.js/pull/20751
1a3adaa5d93730ad9d5fbffbf368d1526007fc3e
b9ba264bd6dc62df161e0ce69cb7c73d9b744e6b
2021-01-04T02:03:57Z
javascript
2021-01-06T09:54:45Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,722
["examples/with-three-js/components/Bird.js", "examples/with-three-js/next.config.js", "examples/with-three-js/package.json", "examples/with-three-js/pages/birds.js", "examples/with-three-js/pages/boxes.js"]
Next with three.js example not working.
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report https://github.com/vercel/next.js/tree/canary/examples/with-three-js ## Describe the bug code breaks when ran. error is "Unhandle...
https://github.com/vercel/next.js/issues/20722
https://github.com/vercel/next.js/pull/20897
d9f1cf007ff55f2fc441bee505600aa504108006
d0f1e33d537938e0ff0d9135483cfeb73eabc5a5
2021-01-03T23:27:38Z
javascript
2021-01-11T09:28:43Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,713
["examples/with-react-intl/package.json"]
[examples, react-intl] npm run build fails
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report I was trying to run this example (on Windows) and when I try to build it, the build fails. ## Describe the bug Following the `REA...
https://github.com/vercel/next.js/issues/20713
https://github.com/vercel/next.js/pull/20763
6fd877ff345e1402e840bc26465237ffda8868aa
b6c6770cd9611c0b77d52d307ac0c8107bab478a
2021-01-03T16:02:41Z
javascript
2021-01-05T16:44:40Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,626
["packages/next/build/babel/plugins/next-page-config.ts", "test/production/typescript-basic/app/pages/page-config.tsx", "test/unit/babel-plugin-next-page-config.test.ts"]
Failed to compile
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug A clear and concise description of what the bug is. ```log Error: xxx:Invalid page config export found. ...
https://github.com/vercel/next.js/issues/20626
https://github.com/vercel/next.js/pull/32702
d7de7deb70e58de84db16d8ae04010f306ec0d32
8aa3620a169f5c38beaf4a1b158c01bc3b5ba4c6
2020-12-31T00:01:18Z
javascript
2022-02-05T21:15:49Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,624
[".github/ISSUE_TEMPLATE/1.bug_report.yml", "packages/next/next-server/lib/router/router.ts", "test/integration/link-with-hash/pages/index.js", "test/integration/link-with-hash/test/index.test.js"]
Hash link hydration mismatch
# Bug report ## Describe the bug Rendering a hash-only link on the server-side will result in a hydration mismatch. ## To Reproduce 1. Render `<Link href="#hash">` via SSR, then see hydration mismatch ## Expected behavior No hydration mismatch ## Screenshots ![image](https://user-images.githubus...
https://github.com/vercel/next.js/issues/20624
https://github.com/vercel/next.js/pull/21065
ceef1566c394c6884ba9fb0507bb66c5aa0be961
cdab7bf83191c055c364af7ce964afa820da9f15
2020-12-30T22:19:12Z
javascript
2021-01-15T16:53:10Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,623
["packages/next/build/webpack/loaders/next-serverless-loader/page-handler.ts", "packages/next/next-server/lib/router/router.ts", "packages/next/next-server/server/next-server.ts", "test/integration/i18n-support/test/shared.js", "test/integration/ssg-data-404/pages/gsp.js", "test/integration/ssg-data-404/pages/gssp.js",...
Ensure SSG data requests that 404 and aren't 'notFound: true' responses hard navigate
We need to ensure non-notFound SSG data 404s do cause a hard navigation as this signals a new deployment has occurred and a hard navigation will load the new deployment's version of the page.
https://github.com/vercel/next.js/issues/20623
https://github.com/vercel/next.js/pull/20622
74909ecfd40412132e6dda7bdebd76c2dcc05274
5324e8b6eeed67f2ba40bd8c5c900da204a2f032
2020-12-30T21:49:07Z
javascript
2020-12-30T22:35:02Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,619
["docs/advanced-features/compiler.md", "docs/manifest.json"]
Feedback: nextjs.org/docs/advanced-features/customizing-babel-config
> hey, thanks for Next.. I love it. For the section about presets with custom config, I thought it was unclear. If I want to do something like use the decorators proposal plugin, and set an option on it, do I still set that on the next/babel preset? To team: DM me for ideas on how we can improve this
https://github.com/vercel/next.js/issues/20619
https://github.com/vercel/next.js/pull/31485
a48b8db94fb30d73985dd36bbe8bf68624975e69
03ce622972ff40a793a8262dc7e1767216301f40
2020-12-30T21:04:38Z
javascript
2021-11-21T11:42:52Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,612
["packages/next/client/link.tsx", "packages/next/next-server/lib/router/router.ts", "packages/next/next-server/server/render.tsx", "test/integration/i18n-support/test/shared.js"]
New locale redirect behavior
Thanks @ijjk I just tried `v10.0.5-canary.4` in one of my projects. Is it expected that `<Link href="/hello" locale="xx" />` still points to `/xx/hello`, which is followed by a redirect on click? Two observations: - Having `/xx/hello` is probably not as good as `my-domain-for.xx/hello` SEO-wise - During local dev...
https://github.com/vercel/next.js/issues/20612
https://github.com/vercel/next.js/pull/20631
9fc9a6e1e45804e5d1a2335536a1972ef637e05e
fd33c9f7e1897bf519442001147e05d297d5ed12
2020-12-30T17:43:35Z
javascript
2020-12-31T08:07:51Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,588
["packages/next/client/dev/amp-dev.js", "packages/next/client/dev/event-source-polyfill.js", "packages/next/client/dev/on-demand-entries-utils.js", "packages/next/package.json", "packages/next/pages/_document.tsx", "packages/next/taskfile.js", "packages/next/types/misc.d.ts", "test/integration/amphtml/test/index.test.j...
Remove legacy unfetch dev polyfill
This polyfill is obsolete.
https://github.com/vercel/next.js/issues/20588
https://github.com/vercel/next.js/pull/20589
61e7dea9181ae767071f3cde112c3c2290942f81
52270af307a8df392e587516560b80e2d8b8284e
2020-12-29T20:34:51Z
javascript
2020-12-29T21:01:42Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,576
["packages/next/build/webpack-config.ts"]
Improve stacktrace for wrong webpack 5 version
``` ❯ yarn next build ✘ 1 yarn run v1.22.5 $ /Users/joe/Documents/Development/Work/zeit/front/node_modules/.bin/next build (node:45037) UnhandledPromiseRejectionWarning: Error: webpack 5 version must be greater than v5...
https://github.com/vercel/next.js/issues/20576
https://github.com/vercel/next.js/pull/20578
e5b2bd170448b7739a98ad067b92f6715237b78d
eb8e038ddb0b123912f7f4ee5976efa5dc9294d9
2020-12-29T16:20:28Z
javascript
2020-12-29T17:35:22Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,545
["errors/invalid-webpack-5-version.md", "packages/next/build/webpack-config.ts"]
Force webpack 5 to be 5.11.1 or newer
We need to force webpack 5 to be 5.11.1 or newer. All prior versions of webpack 5 have severe HMR consequences, and makes Next.js appear to be totally broken.
https://github.com/vercel/next.js/issues/20545
https://github.com/vercel/next.js/pull/20558
69ff649999a1f0689a9dd7a904ae6840f17d7174
c93c9fcc78b6e872a68b533bbcf6dd8ecb1adf03
2020-12-28T18:54:31Z
javascript
2020-12-29T04:43:57Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,508
["packages/next/lib/load-custom-routes.ts", "packages/next/next-server/server/next-server.ts", "test/integration/i18n-support-index-rewrite/next.config.js", "test/integration/i18n-support-index-rewrite/pages/[...slug].js", "test/integration/i18n-support-index-rewrite/test/index.test.js"]
Rewrite for `/` doesn't match with i18n on a non-locale: false rewrite
When rewriting the `/` route with i18n enabled we need to ensure the value is built correctly when generating the locale version of the rewrite source i.e. when not using `locale: false`
https://github.com/vercel/next.js/issues/20508
https://github.com/vercel/next.js/pull/20509
6189fe969314e3f97f5eac8d0718c07c79af478f
db329fe9b0e13a389a84cb98fd936e8a671ba8ec
2020-12-27T02:14:53Z
javascript
2020-12-28T18:21:28Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,500
["packages/next/build/webpack-config.ts", "packages/next/build/webpack/config/blocks/base.ts", "packages/next/build/webpack/plugins/terser-webpack-plugin/src/index.js", "test/integration/production-browser-sourcemaps/test/index.test.js"]
Production source maps show webpack-generated files rather than source files in 10.0.4
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug Looks like something is wrong with the `productionBrowserSourceMaps` option, which was moved out from experi...
https://github.com/vercel/next.js/issues/20500
https://github.com/vercel/next.js/pull/20672
9ded7aa9553a281eee009e5ce1ca0ba8f093ddda
2c75fa0d9ece05144574a1ee4624845e72f96681
2020-12-26T19:27:32Z
javascript
2021-01-01T20:30:50Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,488
["packages/next/package.json", "yarn.lock"]
Multiple issues related to ii18n (redirects, localeDetection)
next.config.js: ``` module.exports = { trailingSlash: true, i18n: { locales: ["en", "de"], defaultLocale: "en", }, async redirects() { return [ { source: "/en/:path*", destination: "/:path*", permanent: true, }, ]; }, } ``` **1st Issue...
https://github.com/vercel/next.js/issues/20488
https://github.com/vercel/next.js/pull/24283
e5da204aab03599e5d986fcd8ca7d20884561c9e
a4420532b9020d89068851fe090a227ef2d080da
2020-12-26T12:44:35Z
javascript
2021-05-16T19:01:24Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,487
["docs/api-reference/next.config.js/build-target.md", "docs/api-reference/next.config.js/compression.md", "docs/manifest.json"]
Documentation "highly recommends" an undocumented feature: serverless target
# Bug report ## Describe the bug From the documentation: > `server` target > > This is the default target, however, we **highly recommend the serverless** target. It is explained that the `serverless` target will output autonomous modules, one per page, which export kind of wrappers around the http fram...
https://github.com/vercel/next.js/issues/20487
https://github.com/vercel/next.js/pull/20714
9a0d704f763413f03575b3fd0236e49d0fd5f57e
74166ea7e802f5b5fd1d74a5a3f097bcda11ea59
2020-12-26T10:01:53Z
javascript
2021-01-04T09:45:57Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,486
["packages/next/client/index.tsx", "packages/next/next-server/lib/router/router.ts", "test/integration/build-output/test/index.test.js"]
experimental.scrollRestoration configuration makes Safari throw SecurityError
# Bug report ## Describe the bug When enabling `experimental.scrollRestoration` in `next.config.js`, scrolling too fast makes Safari (Desktop & Mobile) throws exceptions in the console: it complains `replaceState` is called more than 100 times in a 30-second window. ## To Reproduce - Have the following `nex...
https://github.com/vercel/next.js/issues/20486
https://github.com/vercel/next.js/pull/20633
380afbfba2a277ed19bc69a608cf5053c44cdcf7
dbe1e626f877a9ef7bbffc2f360bae809874790d
2020-12-26T09:38:24Z
javascript
2020-12-31T16:08:12Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,404
["packages/next/build/index.ts", "packages/next/build/webpack-config.ts", "packages/next/next-server/server/optimize-amp.ts", "packages/next/package.json", "packages/next/taskfile-ncc.js", "packages/next/taskfile.js", "test/.stats-app/pages/amp.js"]
AMP OPTIMIZER Failed downloading latest AMP runtime data. Proxies need to be configured manually
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug When create a next js app using `npx create-next-app` on windows 10, I receive this error in terminal `AM...
https://github.com/vercel/next.js/issues/20404
https://github.com/vercel/next.js/pull/21980
3f94f33ba2111b7a757ef39a5b0c8562b8d16682
5febe218a622022fb375ef5101f1848d9c3120cc
2020-12-22T21:35:50Z
javascript
2021-02-11T09:55:56Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,403
["docs/basic-features/static-file-serving.md"]
Docs for static file serving should mention required Next.js version for next/image
This page: https://nextjs.org/docs/basic-features/static-file-serving - uses `next/image` without saying the Next.js that's required to use it.
https://github.com/vercel/next.js/issues/20403
https://github.com/vercel/next.js/pull/20815
991ad9225a2f9ea0d9673ab7fb1cdfebf90ea881
fb9ca49401b0f736e421dd7a971c11a88f0b41ac
2020-12-22T20:49:35Z
javascript
2021-01-06T15:21:34Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,370
["packages/next/next-server/server/next-server.ts", "test/integration/getinitialprops/next.config.js", "test/integration/getinitialprops/pages/blog/[post].js", "test/integration/getinitialprops/pages/index.js", "test/integration/getinitialprops/pages/normal.js", "test/integration/getinitialprops/test/index.test.js"]
AsPath is incorrect on Server if you use rewrites and getInitialProps
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug AsPath is incorrect on Server if you use rewrites and getInitialProps. On the server, asPath is the rewritte...
https://github.com/vercel/next.js/issues/20370
https://github.com/vercel/next.js/pull/20572
88b6ea416d5de96300e0de6fe9aeb11b5ad5a0d9
47cb4cf850b27c36f8839ad915bb0f14cc92910c
2020-12-21T16:21:53Z
javascript
2021-01-25T18:26:32Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,369
["docs/deployment.md"]
Add documentation detailing how we automatically load new versions of your application
See this twitter thread: https://twitter.com/timer150/status/1341044363573473282 It seems we're currently missing docs covering that we automatically load new versions of your application, and that there's no special or custom code necessary. We should explain that `<Link>` temporarily works like a normal `<a>` ...
https://github.com/vercel/next.js/issues/20369
https://github.com/vercel/next.js/pull/20373
c86757bcc713f3a11216c8abf457b2a2da07f701
9c917ab26313caad9d13987712b0e241d42a901c
2020-12-21T15:37:26Z
javascript
2020-12-22T12:59:27Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,341
["packages/next/next-server/lib/post-process.ts", "test/integration/font-optimization/test/index.test.js"]
Server logging "The postprocess middleware "Inline-Fonts" took 11ms(10, 1) to complete" using 10.0.4-canary.8
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug We updated to v10.0.4-canary.8 to start using the shallow route flag. After this we discovered `The postproc...
https://github.com/vercel/next.js/issues/20341
https://github.com/vercel/next.js/pull/20382
5324e8b6eeed67f2ba40bd8c5c900da204a2f032
16e9de3565080bf03eece3b712fd89d534618dc9
2020-12-20T01:06:20Z
javascript
2020-12-30T23:41:33Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,330
["packages/next/build/index.ts", "test/integration/i18n-support/test/shared.js"]
pages-manifest.json is generated with backwards slashes on Windows 14.x
# Bug report ## Describe the bug In a project with i18n configured, Next 10.0.3, the pages-manifest.json file has some unintentional backwards slashes. ![dsd](https://user-images.githubusercontent.com/57350178/102689397-c25d6800-41cb-11eb-88fd-386e94154200.png) ## To Reproduce Build an app with i18n conf...
https://github.com/vercel/next.js/issues/20330
https://github.com/vercel/next.js/pull/20376
2a6f481c71756da29fb054dcc0cee00d37581afe
788183e8d3c6e354e24a89febcfdc482fc55640b
2020-12-19T12:30:51Z
javascript
2020-12-22T01:51:51Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,289
["examples/progressive-web-app/pages/_app.js", "examples/progressive-web-app/public/icons/icon-16x16.png", "examples/progressive-web-app/public/icons/icon-32x32.png"]
Example: progressive-web-app has 404's in the console
# Bug report There's a couple of missing icon files referenced in the example page <img width="639" alt="Screenshot 2020-12-18 at 9 16 25 AM" src="https://user-images.githubusercontent.com/11258286/102573400-64ba1480-4114-11eb-9678-b5f7f195f5a5.png"> ## Describe the bug Missing icon files referenced. ## To ...
https://github.com/vercel/next.js/issues/20289
https://github.com/vercel/next.js/pull/20288
ce4def79b3a04a336ec60de66a5be2f0fa9d86f8
bad9a8c960eddebdbdfd95846ba6b980666b97ab
2020-12-18T04:10:00Z
javascript
2020-12-18T10:13:02Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,212
["packages/next/next-server/lib/router/router.ts", "test/integration/i18n-support-base-path/pages/gssp/index.js", "test/integration/i18n-support/pages/gssp/index.js", "test/integration/i18n-support/test/shared.js"]
Bug in the internationalization feature
# Bug report ## Describe the bug When you navigate to a page that use query parameters and isn't the default locale, the query parameters are treated as "undefined". ## To Reproduce 1. Go to my repo or other repo that uses the internationalization feature (https://github.com/luckasnix/next-bug-report); 2. ...
https://github.com/vercel/next.js/issues/20212
https://github.com/vercel/next.js/pull/20441
556ab4f169a362e414b3b765272aae5675278df5
6189fe969314e3f97f5eac8d0718c07c79af478f
2020-12-15T20:33:51Z
javascript
2020-12-28T17:58:07Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,198
["packages/next/client/image.tsx", "test/integration/image-component/default/pages/hidden-parent.js", "test/integration/image-component/default/test/index.test.js"]
next/image occupies space / is clickable in parent with visibility hidden
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug `<img style="visibility: visible;">` tag can't be used in components (modal, collapsible menu) which are hid...
https://github.com/vercel/next.js/issues/20198
https://github.com/vercel/next.js/pull/20542
db329fe9b0e13a389a84cb98fd936e8a671ba8ec
f02bf210ce4cdb9aaff35dbe2676147fbe54af35
2020-12-15T13:26:17Z
javascript
2020-12-28T18:55:44Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,197
["docs/api-reference/next.config.js/rewrites.md"]
Rewrite params missing in query object
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug Parameters from rewrites source are not added to query if at least one parameter is used in the rewrite dest...
https://github.com/vercel/next.js/issues/20197
https://github.com/vercel/next.js/pull/20757
873bf5dd7603f9b25ec988b17dc41cdf8fdbead4
f8e44b94258d43f88ca1730e08a054de3b4b4d4f
2020-12-15T13:21:14Z
javascript
2021-01-05T14:47:08Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,058
["packages/next/build/webpack-config.ts", "packages/next/next-server/lib/router/router.ts", "packages/next/next-server/lib/router/utils/resolve-rewrites-noop.ts", "packages/next/next-server/lib/router/utils/resolve-rewrites.ts", "test/integration/custom-routes-i18n/test/index.test.js", "test/integration/production/test...
Router bug with Catch-All routes
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug This appears to be an issue with Catch-All-Routes and the query-string params presented in the asPath. If q...
https://github.com/vercel/next.js/issues/20058
https://github.com/vercel/next.js/pull/21410
9fd9d83221c064eddb14cc3d34bb3f1200ead9a6
5b70802f619a7d5aa111a06850a51078a6ec5a60
2020-12-10T15:12:26Z
javascript
2021-01-21T23:40:23Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,048
["package.json", "packages/next/client/experimental-script.tsx", "packages/next/client/request-idle-callback.ts", "packages/next/client/route-loader.ts", "packages/next/client/use-intersection.tsx", "packages/next/compiled/strip-ansi/index.js", "test/integration/build-output/test/index.test.js", "test/integration/size-...
NextJS 10 breaks tests by throwing warnings for components using next/link
# Bug report ## Describe the bug Minimal code to replicate: https://github.com/thanos-diacakis-grandrounds/nextjs-10-link-test-errors We have a simple component includes a next/link. We have tests that will render the component, and assert various things (assertions omitted in the sample code). This works ...
https://github.com/vercel/next.js/issues/20048
https://github.com/vercel/next.js/pull/22072
27b6dd6b02891cf41a425f5eef56769cd016acde
5f41abda9ac71923584446a60dafa5601aa3bfe1
2020-12-10T00:10:30Z
javascript
2021-02-11T18:51:41Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,046
["packages/next/README.md"]
Update Next.js logo in the readme to support GitHub dark mode
https://github.com/vercel/next.js/issues/20046
https://github.com/vercel/next.js/pull/20047
3410106958c1d1938a0a7e50cc4896986ad5890d
a5fea53bc8bcfefd0c46df2ab7e598404cbf42ef
2020-12-09T22:54:57Z
javascript
2020-12-09T23:57:07Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,044
["docs/advanced-features/i18n-routing.md"]
The NEXT_LOCALE cookie should be documented
I see that in i18n Routing RFC there is a mention of routing cookie A Locale can be forced by setting the NEXT_LOCALE cookie to a locale that is supported by the application. E.g. NEXT_LOCALE=nl-NL I have tested this functionality with the latest published version of the framework however, it is not in the docume...
https://github.com/vercel/next.js/issues/20044
https://github.com/vercel/next.js/pull/20045
d96c454127417095dc305a909330bc928e688082
782537dd2d265d718c5e2e3a5e51dd418df0f366
2020-12-09T21:52:41Z
javascript
2020-12-09T22:45:05Z
closed
vercel/next.js
https://github.com/vercel/next.js
20,036
["docs/api-reference/next/image.md", "docs/basic-features/data-fetching.md"]
Documentation should list Next.js version for each API
The documentation should list the Next.js version next to each API. For example: - `next/image` introduced in 10.0.0 - `getStaticProps` introduced in 9.3.0 We should also list the version of any APIs that were modified. For example: - `next/image` introduced in 10.0.0, `layout` prop added in 10.0.1 We can ...
https://github.com/vercel/next.js/issues/20036
https://github.com/vercel/next.js/pull/20604
75509164ab18eed4cad542e8bccc412875dccb11
a03f1f3847b827ff1ae236111267cdf81ef9ba75
2020-12-09T18:24:33Z
javascript
2020-12-30T15:06:34Z
closed
vercel/next.js
https://github.com/vercel/next.js
19,964
["packages/next/client/image.tsx", "test/integration/image-component/default/pages/prose.js", "test/integration/image-component/default/pages/prose.module.css", "test/integration/image-component/default/test/index.test.js"]
next/image having specificity issues with Tailwind Typography
# Bug report ## Describe the bug When using Tailwind Typography and the `prose` element, it automatically adds margin-top and bottom to the `img` element. This messes up the responsive-ness of the `next/image` component. ## To Reproduce I've set a width and height ![image](https://user-images.githubusercon...
https://github.com/vercel/next.js/issues/19964
https://github.com/vercel/next.js/pull/20580
2433c119467b596658cc7090aefc28f7df516c8e
e5b2bd170448b7739a98ad067b92f6715237b78d
2020-12-08T15:15:13Z
javascript
2020-12-29T17:34:11Z
closed
vercel/next.js
https://github.com/vercel/next.js
19,939
["packages/next/build/webpack-config.ts"]
Alias configuration breaks webpack 5 configuration
Reported in #19815
https://github.com/vercel/next.js/issues/19939
https://github.com/vercel/next.js/pull/19937
df2f6ec00329f0d424ef9ae2ab3985438ab5661e
4bca939ff72c83fbedae2cba91317e91b804c8d3
2020-12-07T19:34:34Z
javascript
2020-12-07T22:35:28Z
closed
vercel/next.js
https://github.com/vercel/next.js
19,923
["packages/react-dev-overlay/src/internal/container/Errors.tsx"]
next/image error message image link is wrong, because of unnecessary double quotes
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug When you use next/image wrong, for example you dont add a height or width, you get an error: ``Error: Ima...
https://github.com/vercel/next.js/issues/19923
https://github.com/vercel/next.js/pull/19974
19fed3f83b88c587cbac943ea34fbfbbb76161ff
9bdb793c4ed88d9a4142b6a3049b7ec5f82213f8
2020-12-07T09:52:40Z
javascript
2020-12-09T07:48:54Z
closed
vercel/next.js
https://github.com/vercel/next.js
19,862
["packages/next/next-server/lib/loadable.js", "test/unit/fixtures/stub-components/hello.js", "test/unit/next-dynamic.test.js"]
TypeError: require.resolveWeak is not a function (jest test)
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug There's an error when trying to test a component which contains a dynamic imported component. The error i ge...
https://github.com/vercel/next.js/issues/19862
https://github.com/vercel/next.js/pull/26614
c2f0653bd3b6c4d692986be5fdbf2d2f1e45b88e
c5751fa6c37741302fd7e3f7bcebe88c8aef9b16
2020-12-05T11:14:59Z
javascript
2021-06-28T13:23:14Z
closed
vercel/next.js
https://github.com/vercel/next.js
19,784
["packages/next/lib/load-custom-routes.ts", "packages/next/next-server/server/next-server.ts", "packages/next/next-server/server/router.ts", "test/integration/custom-routes/test/index.test.js", "test/integration/i18n-support/test/shared.js"]
Disable sub-path i18n routing
# Bug report ## Describe the bug When using [Domain Routing](https://nextjs.org/docs/advanced-features/i18n-routing#domain-routing) combined with trailing slash redirects, a page without a trailing slash is getting redirected to a locale sub-path even though the documentation states "The default locale does not h...
https://github.com/vercel/next.js/issues/19784
https://github.com/vercel/next.js/pull/19859
90e97b535bca241e02381e011168820e005142b9
358861d3153d6192786293c34c8694db75d78732
2020-12-03T11:35:22Z
javascript
2020-12-07T17:36:46Z
closed
vercel/next.js
https://github.com/vercel/next.js
19,778
["errors/next-export-no-build-id.md", "errors/production-start-no-build-id.md", "packages/next/cli/next-export.ts", "packages/next/export/index.ts", "packages/next/next-server/server/next-server.ts", "test/integration/export-no-build/next.config.js", "test/integration/export-no-build/test/index.test.js", "test/integrat...
Clear up error message when production build is missing during `next start`
From @jlongster **yarn start didn't work** Steps: ```jsx $ git clone https://github.com/colinhacks/devii.git $ yarn $ yarn start ``` Error: ```jsx Error: Could not find a valid build in the '<redacted>/.next' directory! Try building your app with 'next build' before starting the server. <redact...
https://github.com/vercel/next.js/issues/19778
https://github.com/vercel/next.js/pull/19777
cf4665539aae3ef20c47a03f4bb399a8a825ad77
c792317295c076e0b449ada10571b0716e395111
2020-12-03T10:35:33Z
javascript
2020-12-08T15:16:56Z
closed
vercel/next.js
https://github.com/vercel/next.js
19,759
["examples/with-apollo/lib/apolloClient.js", "examples/with-apollo/package.json"]
Bug: List items duplication in the with-Apollo example setup using GetStaticProps
<!-- NOTE: This template is not optional. If you remove it or leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section --> # Bug report ## Describe the bug The Apollo Client's cache arrays get filled with duplicated items when using the setup provided in `examples...
https://github.com/vercel/next.js/issues/19759
https://github.com/vercel/next.js/pull/19812
782537dd2d265d718c5e2e3a5e51dd418df0f366
3410106958c1d1938a0a7e50cc4896986ad5890d
2020-12-02T19:36:21Z
javascript
2020-12-09T23:35:38Z
closed
vercel/next.js
https://github.com/vercel/next.js
19,747
["packages/next/next-server/lib/router/router.ts", "packages/next/next-server/server/next-server.ts", "test/integration/i18n-support-base-path/pages/[post]/[comment].js", "test/integration/i18n-support-base-path/pages/[post]/index.js", "test/integration/i18n-support/pages/[post]/[comment].js", "test/integration/i18n-su...
When using locales, error happen by using URL parameters and dynamic routes
# Bug report ## Describe the bug When using non default locales, error happen by using URL parameters and dynamic routes ## To Reproduce I created a sample of what I am experiencing currently with that topic here https://ud4rt.sse.codesandbox.io You can check the source code over there : https://codesandbox.io...
https://github.com/vercel/next.js/issues/19747
https://github.com/vercel/next.js/pull/20080
748bcb996dc03c95ffd746df78c8ec9d1ff5dcf7
5b89b1b6df1ceed805160c85b3b79771e2ab5ad8
2020-12-02T14:27:32Z
javascript
2020-12-12T14:06:46Z