Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turbopack: create nft files #71020

Closed

Conversation

mischnic
Copy link
Contributor

@mischnic mischnic commented Oct 9, 2024

No description provided.

@ijjk ijjk added created-by: Turbopack team PRs by the Turbopack team. tests Turbopack Related to Turbopack with Next.js. type: next labels Oct 9, 2024
Copy link
Contributor Author

mischnic commented Oct 9, 2024

@mischnic mischnic changed the title Create nft file for some pages Turbopack: create nft files Oct 9, 2024
@ijjk
Copy link
Member

ijjk commented Oct 9, 2024

Failing test suites

Commit: 21185b5

TURBOPACK=1 pnpm test test/integration/jsconfig-paths/test/index.test.js (turbopack)

  • jsconfig paths > default behavior > should have correct module not found error
  • jsconfig paths without baseurl > default behavior > should have correct module not found error
Expand output

● jsconfig paths › default behavior › should have correct module not found error

expect(received).toMatch(expected)

Expected pattern: /Module not found: Can't resolve '@c\/worldd'/
Received string:  "  ▲ Next.js 15.0.0-canary.179 (turbo)
  - Local:        http://[::1]:45569
  - Network:      http://[::]:45569·
 ✓ Starting...
Creating turbopack project {
  dir: '/root/actions-runner/_work/next.js/next.js/test/integration/jsconfig-paths',
  testMode: true
}
 ✓ Ready in 661ms
 ○ Compiling /basic-alias ...
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /basic-alias in 937ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 GET /basic-alias 200 in 1012ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /resolve-order in 81ms
{ hello: 'world' }
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 GET /resolve-order 200 in 103ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /resolve-fallback in 75ms
 GET /resolve-fallback 200 in 91ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /single-alias in 69ms
 GET /single-alias 200 in 83ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 GET /basic-alias 200 in 18ms
 ✓ Compiled in 132ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /_error in 112ms
 GET /basic-alias 500 in 200ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 30ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 16ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 17ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 37ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 26ms
"

  72 |         await retry(async () => {
  73 |           await renderViaHTTP(appPort, '/basic-alias')
> 74 |           expect(stripAnsi(output)).toMatch(
     |                                     ^
  75 |             /Module not found: Can't resolve '@c\/worldd'/
  76 |           )
  77 |         })

  at toMatch (integration/jsconfig-paths/test/index.test.js:74:37)
  at retry (lib/next-test-utils.ts:806:14)
  at Object.<anonymous> (integration/jsconfig-paths/test/index.test.js:72:9)

● jsconfig paths without baseurl › default behavior › should have correct module not found error

expect(received).toMatch(expected)

Expected pattern: /Module not found: Can't resolve '@c\/worldd'/
Received string:  "  ▲ Next.js 15.0.0-canary.179 (turbo)
  - Local:        http://[::1]:46255
  - Network:      http://[::]:46255·
 ✓ Starting...
Creating turbopack project {
  dir: '/root/actions-runner/_work/next.js/next.js/test/integration/jsconfig-paths',
  testMode: true
}
 ✓ Ready in 711ms
 ○ Compiling /basic-alias ...
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /basic-alias in 1076ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 GET /basic-alias 200 in 1232ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /resolve-order in 112ms
{ hello: 'world' }
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 GET /resolve-order 200 in 138ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /resolve-fallback in 71ms
 GET /resolve-fallback 200 in 88ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /single-alias in 78ms
 GET /single-alias 200 in 94ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 GET /basic-alias 200 in 11ms
 ✓ Compiled in 137ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /_error in 97ms
 GET /basic-alias 500 in 218ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 26ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 25ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 22ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 23ms
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-paths/pages/basic-alias.js:2:1
Module not found: Can't resolve \"@c/worldd\"
  1 | import React from 'react'
> 2 | import { World } from '@c/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation
  5 | export function getServerSideProps() {·
Import map: aliased to relative \"./components/worldd\" inside of [project]/test/integration/jsconfig-paths··
https://nextjs.org/docs/messages/module-not-found··
 GET /basic-alias 500 in 36ms
"

  72 |         await retry(async () => {
  73 |           await renderViaHTTP(appPort, '/basic-alias')
> 74 |           expect(stripAnsi(output)).toMatch(
     |                                     ^
  75 |             /Module not found: Can't resolve '@c\/worldd'/
  76 |           )
  77 |         })

  at toMatch (integration/jsconfig-paths/test/index.test.js:74:37)
  at retry (lib/next-test-utils.ts:806:14)
  at Object.<anonymous> (integration/jsconfig-paths/test/index.test.js:72:9)

Read more about building and testing Next.js in contributing.md.

TURBOPACK=1 pnpm test test/integration/edge-runtime-module-errors/test/module-imports.test.js (turbopack)

  • Edge runtime code with imports > Edge API dynamically importing 3rd party module > throws not-found module error in dev at runtime and highlights the faulty line
  • Edge runtime code with imports > Edge API importing unused 3rd party module > throws not-found module error in dev at runtime and highlights the faulty line
  • Edge runtime code with imports > Middleware dynamically importing 3rd party module > throws not-found module error in dev at runtime and highlights the faulty line
  • Edge runtime code with imports > Middleware importing unused 3rd party module > throws not-found module error in dev at runtime and highlights the faulty line
Expand output

● Edge runtime code with imports › Edge API dynamically importing 3rd party module › throws not-found module error in dev at runtime and highlights the faulty line

expect(received).toContainEqual(expected) // deep equality

Expected value: "  ▲ Next.js 15.0.0-canary.179 (turbo)
  - Local:        http://[::1]:37287
  - Network:      http://[::]:37287·
 ✓ Starting...
Creating turbopack project {
  dir: '/root/actions-runner/_work/next.js/next.js/test/integration/edge-runtime-module-errors',
  testMode: true
}
 ✓ Compiled in 149ms
 ✓ Ready in 724ms
 ✓ Compiled /api/route in 153ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:3:24
Module not found: Can't resolve \"not-exist\"
  1 |
  2 |           export default async function handler(request) {
> 3 |             new (await import(\"not-exist\"))()
    |                        ^^^^^^^^^^^^^^^^^^^
  4 |             return Response.json({ ok: true })
  5 |           }
  6 |···
https://nextjs.org/docs/messages/module-not-found··
 ○ Compiling /_error ...
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /_error in 1143ms
 GET /api/route 500 in 1286ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:3:24
Module not found: Can't resolve \"not-exist\"
  1 |
  2 |           export default async function handler(request) {
> 3 |             new (await import(\"not-exist\"))()
    |                        ^^^^^^^^^^^^^^^^^^^
  4 |             return Response.json({ ok: true })
  5 |           }
  6 |···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 21ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:3:24
Module not found: Can't resolve \"not-exist\"
  1 |
  2 |           export default async function handler(request) {
> 3 |             new (await import(\"not-exist\"))()
    |                        ^^^^^^^^^^^^^^^^^^^
  4 |             return Response.json({ ok: true })
  5 |           }
  6 |···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 12ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:3:24
Module not found: Can't resolve \"not-exist\"
  1 |
  2 |           export default async function handler(request) {
> 3 |             new (await import(\"not-exist\"))()
    |                        ^^^^^^^^^^^^^^^^^^^
  4 |             return Response.json({ ok: true })
  5 |           }
  6 |···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 13ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:3:24
Module not found: Can't resolve \"not-exist\"
  1 |
  2 |           export default async function handler(request) {
> 3 |             new (await import(\"not-exist\"))()
    |                        ^^^^^^^^^^^^^^^^^^^
  4 |             return Response.json({ ok: true })
  5 |           }
  6 |···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 35ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:3:24
Module not found: Can't resolve \"not-exist\"
  1 |
  2 |           export default async function handler(request) {
> 3 |             new (await import(\"not-exist\"))()
    |                        ^^^^^^^^^^^^^^^^^^^
  4 |             return Response.json({ ok: true })
  5 |           }
  6 |···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 15ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:3:24
Module not found: Can't resolve \"not-exist\"
  1 |
  2 |           export default async function handler(request) {
> 3 |             new (await import(\"not-exist\"))()
    |                        ^^^^^^^^^^^^^^^^^^^
  4 |             return Response.json({ ok: true })
  5 |           }
  6 |···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 11ms
"
Received array: [StringContaining "Error: Cannot find module 'not-exist'", StringContaining "Module not found: Can't resolve 'not-exist'"]

  79 |   ]
  80 |
> 81 |   expect(moduleNotFoundMessages).toContainEqual(stripAnsi(output))
     |                                  ^
  82 | }
  83 |
  84 | export function expectModuleNotFoundDevError(

  at toContainEqual (integration/edge-runtime-module-errors/test/utils.js:81:34)
  at expectModuleNotFoundProdError (integration/edge-runtime-module-errors/test/utils.js:90:3)
  at integration/edge-runtime-module-errors/test/module-imports.test.js:158:37
  at retry (lib/next-test-utils.ts:806:14)
  at Object.<anonymous> (integration/edge-runtime-module-errors/test/module-imports.test.js:153:7)

● Edge runtime code with imports › Middleware dynamically importing 3rd party module › throws not-found module error in dev at runtime and highlights the faulty line

expect(received).toContain(expected) // indexOf

Expected substring: "Module not found: Can't resolve 'not-exist'"
Received string:    "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><style data-next-hide-fouc=\"true\">body{display:none}</style><noscript data-next-hide-fouc=\"true\"><style>body{display:block}</style></noscript><noscript data-n-css=\"\"></noscript><script src=\"/_next/static/chunks/%5Broot%20of%20the%20server%5D__9a4c22._.js\" defer=\"\"></script><script src=\"/_next/static/chunks/08b5e__pnpm_d0b369._.js\" defer=\"\"></script><script src=\"/_next/static/chunks/pages__app_5771e1._.js\" defer=\"\"></script><script src=\"/_next/static/chunks/pages__app_f3d658._.js\" defer=\"\"></script><script src=\"/_next/static/chunks/%5Broot%20of%20the%20server%5D__3d46f3._.js\" defer=\"\"></script><script src=\"/_next/static/chunks/pages__error_5771e1._.js\" defer=\"\"></script><script src=\"/_next/static/chunks/pages__error_a513f2._.js\" defer=\"\"></script><script src=\"/_next/static/development/_ssgManifest.js\" defer=\"\"></script><script src=\"/_next/static/development/_buildManifest.js\" defer=\"\"></script><noscript id=\"__next_css__DO_NOT_USE__\"></noscript></head><body><div id=\"__next\"></div><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{},\"buildId\":\"development\",\"isFallback\":false,\"err\":{\"name\":\"Error\",\"source\":\"server\",\"message\":\"./test/integration/edge-runtime-module-errors/middleware.js:5:24\\nModule not found: Can't resolve \\\"not-exist\\\"\\n  3 |\\n  4 |           export async function middleware(request) {\\n\\u003e 5 |             new (await import(\\\"not-exist\\\"))()\\n    |                        ^^^^^^^^^^^^^^^^^^^\\n  6 |             return NextResponse.next()\\n  7 |           }\\n  8 |         \\n\\n\\n\\nhttps://nextjs.org/docs/messages/module-not-found\\n\\n\",\"stack\":\"Error: ./test/integration/edge-runtime-module-errors/middleware.js:5:24\\nModule not found: Can't resolve \\\"not-exist\\\"\\n\\u001b[0m \\u001b[90m 3 |\\u001b[39m\\u001b[0m\\n\\u001b[0m \\u001b[90m 4 |\\u001b[39m           \\u001b[36mexport\\u001b[39m \\u001b[36masync\\u001b[39m \\u001b[36mfunction\\u001b[39m middleware(request) {\\u001b[0m\\n\\u001b[0m\\u001b[31m\\u001b[1m\\u003e\\u001b[22m\\u001b[39m\\u001b[90m 5 |\\u001b[39m             \\u001b[36mnew\\u001b[39m (\\u001b[36mawait\\u001b[39m \\u001b[36mimport\\u001b[39m(\\u001b[32m\\\"not-exist\\\"\\u001b[39m))()\\u001b[0m\\n\\u001b[0m \\u001b[90m   |\\u001b[39m                        \\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[31m\\u001b[1m^\\u001b[22m\\u001b[39m\\u001b[0m\\n\\u001b[0m \\u001b[90m 6 |\\u001b[39m             \\u001b[36mreturn\\u001b[39m \\u001b[33mNextResponse\\u001b[39m\\u001b[33m.\\u001b[39mnext()\\u001b[0m\\n\\u001b[0m \\u001b[90m 7 |\\u001b[39m           }\\u001b[0m\\n\\u001b[0m \\u001b[90m 8 |\\u001b[39m         \\u001b[0m\\n\\n\\n\\nhttps://nextjs.org/docs/messages/module-not-found\\n\\n\\n    at Object.getCompilationErrors (/root/actions-runner/_work/next.js/next.js/packages/next/dist/server/dev/hot-reloader-turbopack.js:646:37)\\n    at DevBundlerService.getCompilationError (/root/actions-runner/_work/next.js/next.js/packages/next/dist/server/lib/dev-bundler-service.js:49:55)\\n    at DevServer.getCompilationError (/root/actions-runner/_work/next.js/next.js/packages/next/dist/server/dev/next-dev-server.js:635:42)\\n    at DevServer.findPageComponents (/root/actions-runner/_work/next.js/next.js/packages/next/dist/server/dev/next-dev-server.js:599:43)\\n    at async DevServer.renderErrorToResponseImpl (/root/actions-runner/_work/next.js/next.js/packages/next/dist/server/base-server.js:2431:26)\"},\"gip\":true,\"scriptLoader\":[]}</script></body></html>"

   95 |
   96 |   const moduleNotFoundMessage = getModuleNotFound(moduleName)
>  97 |   expect(responseText).toContain(escapeLF(moduleNotFoundMessage))
      |                        ^
   98 | }
   99 |
  100 | export function expectNoError(moduleName) {

  at toContain (integration/edge-runtime-module-errors/test/utils.js:97:24)
  at integration/edge-runtime-module-errors/test/module-imports.test.js:158:37
  at retry (lib/next-test-utils.ts:806:14)
  at Object.<anonymous> (integration/edge-runtime-module-errors/test/module-imports.test.js:153:7)

● Edge runtime code with imports › Edge API importing unused 3rd party module › throws not-found module error in dev at runtime and highlights the faulty line

expect(received).toContainEqual(expected) // deep equality

Expected value: "  ▲ Next.js 15.0.0-canary.179 (turbo)
  - Local:        http://[::1]:35963
  - Network:      http://[::]:35963·
 ✓ Starting...
Creating turbopack project {
  dir: '/root/actions-runner/_work/next.js/next.js/test/integration/edge-runtime-module-errors',
  testMode: true
}
 ✓ Compiled in 134ms
 ✓ Ready in 761ms
 ✓ Compiled /api/route in 207ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:4:26
Module not found: Can't resolve \"not-exist\"
  2 |           export default async function handler(request) {
  3 |             if (process.env === 'production') {
> 4 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  5 |             }
  6 |             return Response.json({ ok: true })
  7 |           }···
https://nextjs.org/docs/messages/module-not-found··
 ○ Compiling /_error ...
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /_error in 891ms
 GET /api/route 500 in 993ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:4:26
Module not found: Can't resolve \"not-exist\"
  2 |           export default async function handler(request) {
  3 |             if (process.env === 'production') {
> 4 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  5 |             }
  6 |             return Response.json({ ok: true })
  7 |           }···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 22ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:4:26
Module not found: Can't resolve \"not-exist\"
  2 |           export default async function handler(request) {
  3 |             if (process.env === 'production') {
> 4 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  5 |             }
  6 |             return Response.json({ ok: true })
  7 |           }···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 20ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:4:26
Module not found: Can't resolve \"not-exist\"
  2 |           export default async function handler(request) {
  3 |             if (process.env === 'production') {
> 4 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  5 |             }
  6 |             return Response.json({ ok: true })
  7 |           }···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 17ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:4:26
Module not found: Can't resolve \"not-exist\"
  2 |           export default async function handler(request) {
  3 |             if (process.env === 'production') {
> 4 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  5 |             }
  6 |             return Response.json({ ok: true })
  7 |           }···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 42ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:4:26
Module not found: Can't resolve \"not-exist\"
  2 |           export default async function handler(request) {
  3 |             if (process.env === 'production') {
> 4 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  5 |             }
  6 |             return Response.json({ ok: true })
  7 |           }···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 15ms
 ⨯ ./test/integration/edge-runtime-module-errors/pages/api/route.js:4:26
Module not found: Can't resolve \"not-exist\"
  2 |           export default async function handler(request) {
  3 |             if (process.env === 'production') {
> 4 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  5 |             }
  6 |             return Response.json({ ok: true })
  7 |           }···
https://nextjs.org/docs/messages/module-not-found··
 GET /api/route 500 in 19ms
"
Received array: [StringContaining "Error: Cannot find module 'not-exist'", StringContaining "Module not found: Can't resolve 'not-exist'"]

  79 |   ]
  80 |
> 81 |   expect(moduleNotFoundMessages).toContainEqual(stripAnsi(output))
     |                                  ^
  82 | }
  83 |
  84 | export function expectModuleNotFoundDevError(

  at toContainEqual (integration/edge-runtime-module-errors/test/utils.js:81:34)
  at expectModuleNotFoundProdError (integration/edge-runtime-module-errors/test/utils.js:90:3)
  at integration/edge-runtime-module-errors/test/module-imports.test.js:223:37
  at retry (lib/next-test-utils.ts:806:14)
  at Object.<anonymous> (integration/edge-runtime-module-errors/test/module-imports.test.js:218:7)

● Edge runtime code with imports › Middleware importing unused 3rd party module › throws not-found module error in dev at runtime and highlights the faulty line

expect(received).toContainEqual(expected) // deep equality

Expected value: "  ▲ Next.js 15.0.0-canary.179 (turbo)
  - Local:        http://[::1]:42901
  - Network:      http://[::]:42901·
 ✓ Starting...
Creating turbopack project {
  dir: '/root/actions-runner/_work/next.js/next.js/test/integration/edge-runtime-module-errors',
  testMode: true
}
 ⨯ ./test/integration/edge-runtime-module-errors/middleware.js:6:26
Module not found: Can't resolve \"not-exist\"
  4 |           export async function middleware(request) {
  5 |             if (process.env === 'production') {
> 6 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  7 |             }
  8 |             return NextResponse.next()
  9 |           }···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/edge-runtime-module-errors/middleware.js:6:26
Module not found: Can't resolve \"not-exist\"
  4 |           export async function middleware(request) {
  5 |             if (process.env === 'production') {
> 6 |               new (await import(\"not-exist\"))()
    |                          ^^^^^^^^^^^^^^^^^^^
  7 |             }
  8 |             return NextResponse.next()
  9 |           }···
https://nextjs.org/docs/messages/module-not-found··
 ✓ Compiled in 180ms
 ✓ Ready in 733ms
 ○ Compiling / ...
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled / in 913ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /_error in 112ms
 GET / 500 in 1120ms
 GET / 500 in 31ms
 GET / 500 in 20ms
 GET / 500 in 25ms
 GET / 500 in 25ms
 GET / 500 in 23ms
 GET / 500 in 22ms
"
Received array: [StringContaining "Error: Cannot find module 'not-exist'", StringContaining "Module not found: Can't resolve 'not-exist'"]

  79 |   ]
  80 |
> 81 |   expect(moduleNotFoundMessages).toContainEqual(stripAnsi(output))
     |                                  ^
  82 | }
  83 |
  84 | export function expectModuleNotFoundDevError(

  at toContainEqual (integration/edge-runtime-module-errors/test/utils.js:81:34)
  at expectModuleNotFoundProdError (integration/edge-runtime-module-errors/test/utils.js:90:3)
  at integration/edge-runtime-module-errors/test/module-imports.test.js:223:37
  at retry (lib/next-test-utils.ts:806:14)
  at Object.<anonymous> (integration/edge-runtime-module-errors/test/module-imports.test.js:218:7)

Read more about building and testing Next.js in contributing.md.

TURBOPACK=1 pnpm test-dev test/development/acceptance-app/ReactRefreshLogBox-builtins.test.ts (turbopack)

  • ReactRefreshLogBox app turbo > Node.js builtins
  • ReactRefreshLogBox app turbo > Module not found
  • ReactRefreshLogBox app turbo > Module not found empty import trace
  • ReactRefreshLogBox app turbo > Module not found missing global CSS
Expand output

● ReactRefreshLogBox app turbo › Node.js builtins

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ReactRefreshLogBox app turbo Node.js builtins 1`

- Snapshot  - 1
+ Received  + 1

  "./node_modules/my-package/index.js:1:13
- Module not found: Can't resolve 'dns'
+ Module not found: Can't resolve "dns"
  > 1 | const dns = require('dns')
      |             ^^^^^^^^^^^^^^
    2 | module.exports = dns

  https://nextjs.org/docs/messages/module-not-found"

  48 |     await session.assertHasRedbox()
  49 |     if (process.env.TURBOPACK) {
> 50 |       expect(await session.getRedboxSource()).toMatchInlineSnapshot(`
     |                                               ^
  51 |         "./node_modules/my-package/index.js:1:13
  52 |         Module not found: Can't resolve 'dns'
  53 |         > 1 | const dns = require('dns')

  at Object.toMatchInlineSnapshot (development/acceptance-app/ReactRefreshLogBox-builtins.test.ts:50:47)

● ReactRefreshLogBox app turbo › Module not found

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ReactRefreshLogBox app turbo Module not found 1`

- Snapshot  - 1
+ Received  + 1

@@ -1,7 +1,7 @@
  "./index.js:1:1
- Module not found: Can't resolve 'b'
+ Module not found: Can't resolve "b"
  > 1 | import Comp from 'b'
      | ^^^^^^^^^^^^^^^^^^^^
    2 | export default function Oops() {
    3 |   return (
    4 |     <div>

   97 |     const source = await session.getRedboxSource()
   98 |     if (process.env.TURBOPACK) {
>  99 |       expect(source).toMatchInlineSnapshot(`
      |                      ^
  100 |         "./index.js:1:1
  101 |         Module not found: Can't resolve 'b'
  102 |         > 1 | import Comp from 'b'

  at Object.toMatchInlineSnapshot (development/acceptance-app/ReactRefreshLogBox-builtins.test.ts:99:22)

● ReactRefreshLogBox app turbo › Module not found empty import trace

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ReactRefreshLogBox app turbo Module not found empty import trace 1`

- Snapshot  - 1
+ Received  + 1

@@ -1,7 +1,7 @@
  "./app/page.js:2:1
- Module not found: Can't resolve 'b'
+ Module not found: Can't resolve "b"
    1 | 'use client'
  > 2 | import Comp from 'b'
      | ^^^^^^^^^^^^^^^^^^^^
    3 | export default function Oops() {
    4 |   return (

  150 |     const source = await session.getRedboxSource()
  151 |     if (process.env.TURBOPACK) {
> 152 |       expect(source).toMatchInlineSnapshot(`
      |                      ^
  153 |         "./app/page.js:2:1
  154 |         Module not found: Can't resolve 'b'
  155 |           1 | 'use client'

  at Object.toMatchInlineSnapshot (development/acceptance-app/ReactRefreshLogBox-builtins.test.ts:152:22)

● ReactRefreshLogBox app turbo › Module not found missing global CSS

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ReactRefreshLogBox app turbo Module not found missing global CSS 1`

- Snapshot  - 1
+ Received  + 1

@@ -1,7 +1,7 @@
  "./app/page.js:2:1
- Module not found: Can't resolve './non-existent.css'
+ Module not found: Can't resolve "./non-existent.css"
    1 | 'use client'
  > 2 | import './non-existent.css'
      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    3 | export default function Page(props) {
    4 |   return <p>index page</p>

  200 |     const source = await session.getRedboxSource()
  201 |     if (process.env.TURBOPACK) {
> 202 |       expect(source).toMatchInlineSnapshot(`
      |                      ^
  203 |         "./app/page.js:2:1
  204 |         Module not found: Can't resolve './non-existent.css'
  205 |           1 | 'use client'

  at Object.toMatchInlineSnapshot (development/acceptance-app/ReactRefreshLogBox-builtins.test.ts:202:22)

Read more about building and testing Next.js in contributing.md.

TURBOPACK=1 pnpm test test/integration/jsconfig-baseurl/test/index.test.js (turbopack)

  • jsconfig.json baseurl > default behavior > should have correct module not found error
Expand output

● jsconfig.json baseurl › default behavior › should have correct module not found error

expect(received).toMatch(expected)

Expected pattern: /Module not found: Can't resolve 'components\/worldd'/
Received string:  "  ▲ Next.js 15.0.0-canary.179 (turbo)
  - Local:        http://[::1]:42989
  - Network:      http://[::]:42989·
 ✓ Starting...
Creating turbopack project {
  dir: '/root/actions-runner/_work/next.js/next.js/test/integration/jsconfig-baseurl',
  testMode: true
}
 ✓ Ready in 926ms
 ○ Compiling /hello ...
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /hello in 1666ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 GET /hello 200 in 1855ms
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ✓ Compiled in 57ms
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
Unknown filesystem for [externals]/
 ✓ Compiled /_error in 203ms
 GET /hello 500 in 467ms
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 GET /hello 500 in 39ms
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 GET /hello 500 in 59ms
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 GET /hello 500 in 64ms
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 GET /hello 500 in 59ms
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 GET /hello 500 in 67ms
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 ⨯ ./test/integration/jsconfig-baseurl/pages/hello.js:2:1
Module not found: Can't resolve \"components/worldd\"
  1 | import React from 'react'
> 2 | import { World } from 'components/worldd'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 |
  4 | // prevent static generation for trace test
  5 | export function getServerSideProps() {···
https://nextjs.org/docs/messages/module-not-found··
 GET /hello 500 in 61ms
"

  58 |           await renderViaHTTP(appPort, '/hello')
  59 |           const strippedOutput = stripAnsi(output)
> 60 |           expect(strippedOutput).toMatch(
     |                                  ^
  61 |             /Module not found: Can't resolve 'components\/worldd'/
  62 |           )
  63 |         })

  at toMatch (integration/jsconfig-baseurl/test/index.test.js:60:34)
  at retry (lib/next-test-utils.ts:806:14)
  at Object.<anonymous> (integration/jsconfig-baseurl/test/index.test.js:57:9)

Read more about building and testing Next.js in contributing.md.

TURBOPACK=1 pnpm test test/integration/next-image-legacy/base-path/test/static.test.ts (turbopack)

  • Build Error Tests for basePath > production mode > should throw build error when import statement is used with missing file
Expand output

● Build Error Tests for basePath › production mode › should throw build error when import statement is used with missing file

expect(received).toContain(expected) // indexOf

Expected substring: "Module not found: Can't resolve '../public/foo/test-rect-broken.jpg"
Received string:    " ⚠ Linting is disabled.
 ⚠ Turbopack build collected 18 warnings:
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_app\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_document\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/invalid-src\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/hidden-parent\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/invalid-src-proto-relative\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/flex\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/rotated\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/missing-src\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/layout-fill\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/prose\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/layout-intrinsic\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/update\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/layout-fixed\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/sizes\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/layout-responsive\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/static-img\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_error\"}
./test/integration/next-image-legacy/base-path/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding···
> Build error occurred
Error: Turbopack build failed with 18 errors:
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_app\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_document\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/invalid-src\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/hidden-parent\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/invalid-src-proto-relative\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/flex\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/rotated\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/missing-src\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/layout-fill\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/prose\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/layout-intrinsic\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/update\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/layout-fixed\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/sizes\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/layout-responsive\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"/static-img\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_error\"}
./test/integration/next-image-legacy/base-path/pages/static-img.js:2:1
Module not found: Can't resolve \"../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/legacy/image'
  4 |
  5 | import testJPG from '../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··

  934 |                 }
  935 |                 if (errors.length > 0) {
> 936 |                     throw new Error(`Turbopack build failed with ${errors.length} errors:\n${errors.map((e)=>{
      |                           ^
  937 |                         return 'Page: ' + e.page + '\n' + e.message;
  938 |                     }).join('\n')}`);
  939 |                 }

  at turbopackBuild (../packages/next/dist/build/index.js:936:27)
  at ../async /root/actions-runner/_work/next.js/next.js/packages/next/dist/build/index.js:969:89
  at async Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:20)
  at async build (../packages/next/dist/build/index.js:345:9)
  "
  at Object.toContain (integration/next-image-legacy/base-path/test/static.test.ts:116:24)

Read more about building and testing Next.js in contributing.md.

TURBOPACK=1 pnpm test test/integration/next-image-new/app-dir/test/static.test.ts (turbopack)

  • Build Error Tests > production mode > should throw build error when import statement is used with missing file
Expand output

● Build Error Tests › production mode › should throw build error when import statement is used with missing file

expect(received).toContain(expected) // indexOf

Expected substring: "Module not found: Can't resolve '../../public/foo/test-rect-broken.jpg"
Received string:    " ⚠ Linting is disabled.
 ⚠ Turbopack build collected 61 warnings:
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/_not-found/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/blob/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/blurry-placeholder/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/data-url-placeholder/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/empty-string-src/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/fill/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/fill-warnings/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/dynamic-static-img/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/flex/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/hidden-parent/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/fill-data-url-placeholder/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/fill-blur/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/data-url-with-fill-and-sizes/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/drop-srcset/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/inside-paragraph/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-height/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-Infinity-width/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-fill-position/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-src/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-placeholder-blur/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-loader/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-placeholder-blur-static/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-fill-width/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-src-leading-space/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-src-proto-relative/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-width/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-src-trailing-space/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/legacy-layout-fill/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/loader-svg/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/legacy-layout-responsive/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/missing-alt/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/missing-src/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/on-error-before-hydration/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/missing-width/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/missing-height/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/on-error/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/on-load/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/on-loading-complete/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/picture/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/ref-cleanup/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/prose/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/placeholder-blur/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/priority-missing-warning/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/sizes/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/priority/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/should-not-warn-unmount/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/small-img-import/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/rotated/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/style-prop/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/style-filter/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/static-img/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/style-inheritance/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_app\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/warning-once/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_document\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/update/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/override-src/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/wrapper-div/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/valid-html-w3c/page\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_error\"}
./test/integration/next-image-new/app-dir/public/test.avif
AVIF image not supported
This version of Turbopack does not support AVIF images, will emit without optimization or encoding···
> Build error occurred
Error: Turbopack build failed with 61 errors:
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/_not-found/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/blob/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/blurry-placeholder/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/data-url-placeholder/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/empty-string-src/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/fill/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/fill-warnings/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/dynamic-static-img/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/flex/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/hidden-parent/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/fill-data-url-placeholder/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/fill-blur/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/data-url-with-fill-and-sizes/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/drop-srcset/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/inside-paragraph/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-height/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-Infinity-width/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-fill-position/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-src/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-placeholder-blur/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-loader/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-placeholder-blur-static/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-fill-width/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-src-leading-space/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-src-proto-relative/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-width/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/invalid-src-trailing-space/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/legacy-layout-fill/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/loader-svg/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/legacy-layout-responsive/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/missing-alt/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/missing-src/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/on-error-before-hydration/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/missing-width/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/missing-height/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/on-error/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/on-load/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/on-loading-complete/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/picture/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/ref-cleanup/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/prose/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/placeholder-blur/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/priority-missing-warning/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/sizes/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/priority/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/should-not-warn-unmount/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/small-img-import/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/rotated/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/style-prop/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/style-filter/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/static-img/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/style-inheritance/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_app\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/warning-once/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_document\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/update/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/override-src/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/wrapper-div/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"app\",\"side\":\"server\",\"page\":\"/valid-html-w3c/page\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_error\"}
./test/integration/next-image-new/app-dir/app/static-img/page.js:2:1
Module not found: Can't resolve \"../../public/foo/test-rect-broken.jpg\"
  1 | import React from 'react'
> 2 | import testImg from '../../public/foo/test-rect-broken.jpg'
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3 | import Image from 'next/image'
  4 |
  5 | import testJPG from '../../public/test.jpg'···
https://nextjs.org/docs/messages/module-not-found··

  934 |                 }
  935 |                 if (errors.length > 0) {
> 936 |                     throw new Error(`Turbopack build failed with ${errors.length} errors:\n${errors.map((e)=>{
      |                           ^
  937 |                         return 'Page: ' + e.page + '\n' + e.message;
  938 |                     }).join('\n')}`);
  939 |                 }

  at turbopackBuild (../packages/next/dist/build/index.js:936:27)
  at ../async /root/actions-runner/_work/next.js/next.js/packages/next/dist/build/index.js:969:89
  at async Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:20)
  at async build (../packages/next/dist/build/index.js:345:9)
  "
  at Object.toContain (integration/next-image-new/app-dir/test/static.test.ts:237:24)

Read more about building and testing Next.js in contributing.md.

TURBOPACK=1 pnpm test-dev test/development/acceptance/ReactRefreshLogBox-builtins.test.ts (turbopack)

  • ReactRefreshLogBox turbo > Node.js builtins
  • ReactRefreshLogBox turbo > Module not found
  • ReactRefreshLogBox turbo > Module not found (empty import trace)
  • ReactRefreshLogBox turbo > Module not found (missing global CSS)
Expand output

● ReactRefreshLogBox turbo › Node.js builtins

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ReactRefreshLogBox turbo Node.js builtins 1`

- Snapshot  - 1
+ Received  + 1

  "./node_modules/my-package/index.js:1:13
- Module not found: Can't resolve 'dns'
+ Module not found: Can't resolve "dns"
  > 1 | const dns = require('dns')
      |             ^^^^^^^^^^^^^^
    2 | module.exports = dns

  https://nextjs.org/docs/messages/module-not-found"

  47 |     await session.assertHasRedbox()
  48 |     if (process.env.TURBOPACK) {
> 49 |       expect(await session.getRedboxSource()).toMatchInlineSnapshot(`
     |                                               ^
  50 |         "./node_modules/my-package/index.js:1:13
  51 |         Module not found: Can't resolve 'dns'
  52 |         > 1 | const dns = require('dns')

  at Object.toMatchInlineSnapshot (development/acceptance/ReactRefreshLogBox-builtins.test.ts:49:47)

● ReactRefreshLogBox turbo › Module not found

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ReactRefreshLogBox turbo Module not found 1`

- Snapshot  - 1
+ Received  + 1

@@ -1,7 +1,7 @@
  "./index.js:1:1
- Module not found: Can't resolve 'b'
+ Module not found: Can't resolve "b"
  > 1 | import Comp from 'b'
      | ^^^^^^^^^^^^^^^^^^^^
    2 |
    3 | export default function Oops() {
    4 |   return (

   97 |     const source = await session.getRedboxSource()
   98 |     if (process.env.TURBOPACK) {
>  99 |       expect(source).toMatchInlineSnapshot(`
      |                      ^
  100 |         "./index.js:1:1
  101 |         Module not found: Can't resolve 'b'
  102 |         > 1 | import Comp from 'b'

  at Object.toMatchInlineSnapshot (development/acceptance/ReactRefreshLogBox-builtins.test.ts:99:22)

● ReactRefreshLogBox turbo › Module not found (empty import trace)

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ReactRefreshLogBox turbo Module not found (empty import trace) 1`

- Snapshot  - 1
+ Received  + 1

@@ -1,7 +1,7 @@
  "./pages/index.js:1:1
- Module not found: Can't resolve 'b'
+ Module not found: Can't resolve "b"
  > 1 | import Comp from 'b'
      | ^^^^^^^^^^^^^^^^^^^^
    2 |
    3 | export default function Oops() {
    4 |   return (

  150 |     const source = await session.getRedboxSource()
  151 |     if (process.env.TURBOPACK) {
> 152 |       expect(source).toMatchInlineSnapshot(`
      |                      ^
  153 |         "./pages/index.js:1:1
  154 |         Module not found: Can't resolve 'b'
  155 |         > 1 | import Comp from 'b'

  at Object.toMatchInlineSnapshot (development/acceptance/ReactRefreshLogBox-builtins.test.ts:152:22)

● ReactRefreshLogBox turbo › Module not found (missing global CSS)

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ReactRefreshLogBox turbo Module not found (missing global CSS) 1`

- Snapshot  - 1
+ Received  + 1

@@ -1,7 +1,7 @@
  "./pages/_app.js:1:1
- Module not found: Can't resolve './non-existent.css'
+ Module not found: Can't resolve "./non-existent.css"
  > 1 | import './non-existent.css'
      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    2 |
    3 | export default function App({ Component, pageProps }) {
    4 |   return <Component {...pageProps} />

  206 |     const source = await session.getRedboxSource()
  207 |     if (process.env.TURBOPACK) {
> 208 |       expect(source).toMatchInlineSnapshot(`
      |                      ^
  209 |         "./pages/_app.js:1:1
  210 |         Module not found: Can't resolve './non-existent.css'
  211 |         > 1 | import './non-existent.css'

  at Object.toMatchInlineSnapshot (development/acceptance/ReactRefreshLogBox-builtins.test.ts:208:22)

Read more about building and testing Next.js in contributing.md.

TURBOPACK=1 pnpm test-dev test/development/acceptance-app/ReactRefreshLogBox.test.ts (turbopack)

  • ReactRefreshLogBox app turbo > Import trace when module not found in layout
  • ReactRefreshLogBox app turbo > Can't resolve @import in CSS file
Expand output

● ReactRefreshLogBox app turbo › Import trace when module not found in layout

expect(received).toMatchSnapshot()

Snapshot name: `ReactRefreshLogBox app turbo Import trace when module not found in layout 1`

- Snapshot  - 1
+ Received  + 1

  "./app/module.js:1:1
- Module not found: Can't resolve 'non-existing-module'
+ Module not found: Can't resolve "non-existing-module"
  > 1 | import "non-existing-module"
      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  https://nextjs.org/docs/messages/module-not-found"

  1036 |
  1037 |     await session.assertHasRedbox()
> 1038 |     expect(await session.getRedboxSource()).toMatchSnapshot()
       |                                             ^
  1039 |
  1040 |     await cleanup()
  1041 |   })

  at Object.toMatchSnapshot (development/acceptance-app/ReactRefreshLogBox.test.ts:1038:45)

● ReactRefreshLogBox app turbo › Can't resolve @import in CSS file

expect(received).toEqual(expected) // deep equality

- Expected  - 1
+ Received  + 1

  ./app/styles2.css:1:2
- Module not found: Can't resolve './boom.css'
+ Module not found: Can't resolve "./boom.css"
  > 1 | @import "./boom.css"
      |  ^

  https://nextjs.org/docs/messages/module-not-found

  1070 |     if (isTurbopack) {
  1071 |       await retry(async () => {
> 1072 |         expect(await session.getRedboxSource()).toEqual(outdent`
       |                                                 ^
  1073 |           ./app/styles2.css:1:2
  1074 |           Module not found: Can't resolve './boom.css'
  1075 |           > 1 | @import "./boom.css"

  at toEqual (development/acceptance-app/ReactRefreshLogBox.test.ts:1072:49)
  at retry (lib/next-test-utils.ts:806:14)
  at Object.<anonymous> (development/acceptance-app/ReactRefreshLogBox.test.ts:1071:7)

Read more about building and testing Next.js in contributing.md.

@ijjk
Copy link
Member

ijjk commented Oct 9, 2024

Stats from current PR

Default Build
General Overall increase ⚠️
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
buildDuration 32.8s 31.1s N/A
buildDurationCached 31.2s 26.6s N/A
nodeModulesSize 370 MB 370 MB ⚠️ +288 B
nextStartRea..uration (ms) 843ms 773ms N/A
Client Bundles (main, webpack)
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
1526.HASH.js gzip 170 B 169 B N/A
1698-HASH.js gzip 5.27 kB 5.27 kB N/A
3463-HASH.js gzip 43.4 kB 43.4 kB N/A
d1e65033-HASH.js gzip 52.8 kB 52.8 kB N/A
framework-HASH.js gzip 57.5 kB 57.5 kB N/A
main-app-HASH.js gzip 233 B 233 B
main-HASH.js gzip 32.8 kB 32.8 kB N/A
webpack-HASH.js gzip 1.71 kB 1.71 kB
Overall change 1.94 kB 1.94 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
polyfills-HASH.js gzip 39.4 kB 39.4 kB
Overall change 39.4 kB 39.4 kB
Client Pages
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
_app-HASH.js gzip 193 B 193 B
_error-HASH.js gzip 192 B 192 B
amp-HASH.js gzip 511 B 512 B N/A
css-HASH.js gzip 343 B 341 B N/A
dynamic-HASH.js gzip 1.84 kB 1.85 kB N/A
edge-ssr-HASH.js gzip 266 B 266 B
head-HASH.js gzip 364 B 363 B N/A
hooks-HASH.js gzip 392 B 389 B N/A
image-HASH.js gzip 4.41 kB 4.41 kB
index-HASH.js gzip 268 B 268 B
link-HASH.js gzip 2.78 kB 2.78 kB N/A
routerDirect..HASH.js gzip 329 B 328 B N/A
script-HASH.js gzip 396 B 396 B
withRouter-HASH.js gzip 325 B 324 B N/A
1afbb74e6ecf..834.css gzip 106 B 106 B
Overall change 5.83 kB 5.83 kB
Client Build Manifests
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
_buildManifest.js gzip 747 B 751 B N/A
Overall change 0 B 0 B
Rendered Page Sizes
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
index.html gzip 523 B 525 B N/A
link.html gzip 539 B 539 B
withRouter.html gzip 519 B 520 B N/A
Overall change 539 B 539 B
Edge SSR bundle Size
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
edge-ssr.js gzip 129 kB 129 kB N/A
page.js gzip 186 kB 186 kB N/A
Overall change 0 B 0 B
Middleware size
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
middleware-b..fest.js gzip 669 B 670 B N/A
middleware-r..fest.js gzip 155 B 156 B N/A
middleware.js gzip 30.4 kB 30.4 kB N/A
edge-runtime..pack.js gzip 844 B 844 B
Overall change 844 B 844 B
Next Runtimes
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
973-experime...dev.js gzip 322 B 322 B
973.runtime.dev.js gzip 314 B 314 B
app-page-exp...dev.js gzip 310 kB 310 kB
app-page-exp..prod.js gzip 119 kB 119 kB
app-page-tur..prod.js gzip 133 kB 133 kB
app-page-tur..prod.js gzip 128 kB 128 kB
app-page.run...dev.js gzip 301 kB 301 kB
app-page.run..prod.js gzip 115 kB 115 kB
app-route-ex...dev.js gzip 34.5 kB 34.5 kB
app-route-ex..prod.js gzip 23.3 kB 23.3 kB
app-route-tu..prod.js gzip 23.3 kB 23.3 kB
app-route-tu..prod.js gzip 23.1 kB 23.1 kB
app-route.ru...dev.js gzip 36.1 kB 36.1 kB
app-route.ru..prod.js gzip 23.1 kB 23.1 kB
pages-api-tu..prod.js gzip 9.61 kB 9.61 kB
pages-api.ru...dev.js gzip 11.4 kB 11.4 kB
pages-api.ru..prod.js gzip 9.61 kB 9.61 kB
pages-turbo...prod.js gzip 20.9 kB 20.9 kB
pages.runtim...dev.js gzip 26.5 kB 26.5 kB
pages.runtim..prod.js gzip 20.9 kB 20.9 kB
server.runti..prod.js gzip 59.4 kB 59.4 kB
Overall change 1.43 MB 1.43 MB
build cache
vercel/next.js canary vercel/next.js mischnic/turbopack-nft Change
0.pack gzip 1.84 MB 1.84 MB N/A
index.pack gzip 144 kB 143 kB N/A
Overall change 0 B 0 B
Diff details
Diff for page.js
@@ -15,7 +15,7 @@
       /***/
     },
 
-    /***/ 3909: /***/ (
+    /***/ 796: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -30,7 +30,7 @@
         default: () => /* binding */ nHandler,
       });
 
-      // NAMESPACE OBJECT: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?name=app%2Fapp-edge-ssr%2Fpage&page=%2Fapp-edge-ssr%2Fpage&pagePath=private-next-app-dir%2Fapp-edge-ssr%2Fpage.js&appDir=%2Ftmp%2Fnext-statswo4f9O%2Fstats-app%2Fapp&appPaths=%2Fapp-edge-ssr%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&flyingShuttle=false&preferredRegion=&middlewareConfig=e30%3D!./app/app-edge-ssr/page.js?__next_edge_ssr_entry__
+      // NAMESPACE OBJECT: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?name=app%2Fapp-edge-ssr%2Fpage&page=%2Fapp-edge-ssr%2Fpage&pagePath=private-next-app-dir%2Fapp-edge-ssr%2Fpage.js&appDir=%2Ftmp%2Fnext-statswo4f9O%2Fstats-app%2Fapp&appPaths=%2Fapp-edge-ssr%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&flyingShuttle=false&preferredRegion=&middlewareConfig=e30%3D!./app/app-edge-ssr/page.js?__next_edge_ssr_entry__
       var page_next_edge_ssr_entry_namespaceObject = {};
       __webpack_require__.r(page_next_edge_ssr_entry_namespaceObject);
       __webpack_require__.d(page_next_edge_ssr_entry_namespaceObject, {
@@ -80,35 +80,35 @@
         workUnitAsyncStorage: () => entry_base /* workUnitAsyncStorage */.Sz,
       });
 
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/web/globals.js
-      var globals = __webpack_require__(786);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/web/adapter.js + 3 modules
-      var adapter = __webpack_require__(6671);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/build/webpack/loaders/next-edge-ssr-loader/render.js + 88 modules
-      var render = __webpack_require__(3276);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/lib/incremental-cache/index.js + 3 modules
-      var incremental_cache = __webpack_require__(3048);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/app-render/app-render.js + 61 modules
-      var app_render = __webpack_require__(8695);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/route-modules/app-page/module.compiled.js
-      var module_compiled = __webpack_require__(8320);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/route-kind.js
-      var route_kind = __webpack_require__(6965);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/client/components/error-boundary.js
-      var error_boundary = __webpack_require__(3226);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/app-render/entry-base.js + 29 modules
-      var entry_base = __webpack_require__(6950); // CONCATENATED MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?name=app%2Fapp-edge-ssr%2Fpage&page=%2Fapp-edge-ssr%2Fpage&pagePath=private-next-app-dir%2Fapp-edge-ssr%2Fpage.js&appDir=%2Ftmp%2Fnext-statswo4f9O%2Fstats-app%2Fapp&appPaths=%2Fapp-edge-ssr%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&flyingShuttle=false&preferredRegion=&middlewareConfig=e30%3D!./app/app-edge-ssr/page.js?__next_edge_ssr_entry__
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/web/globals.js
+      var globals = __webpack_require__(7371);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/web/adapter.js + 3 modules
+      var adapter = __webpack_require__(4654);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/build/webpack/loaders/next-edge-ssr-loader/render.js + 88 modules
+      var render = __webpack_require__(3880);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/lib/incremental-cache/index.js + 3 modules
+      var incremental_cache = __webpack_require__(1622);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/app-render/app-render.js + 61 modules
+      var app_render = __webpack_require__(4889);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/route-modules/app-page/module.compiled.js
+      var module_compiled = __webpack_require__(4672);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/route-kind.js
+      var route_kind = __webpack_require__(764);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/client/components/error-boundary.js
+      var error_boundary = __webpack_require__(5978);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/app-render/entry-base.js + 29 modules
+      var entry_base = __webpack_require__(1388); // CONCATENATED MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?name=app%2Fapp-edge-ssr%2Fpage&page=%2Fapp-edge-ssr%2Fpage&pagePath=private-next-app-dir%2Fapp-edge-ssr%2Fpage.js&appDir=%2Ftmp%2Fnext-statswo4f9O%2Fstats-app%2Fapp&appPaths=%2Fapp-edge-ssr%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&flyingShuttle=false&preferredRegion=&middlewareConfig=e30%3D!./app/app-edge-ssr/page.js?__next_edge_ssr_entry__
       const module0 = () =>
         Promise.resolve(/* import() eager */).then(
-          __webpack_require__.bind(__webpack_require__, 4836)
+          __webpack_require__.bind(__webpack_require__, 6603)
         );
       const module1 = () =>
         Promise.resolve(/* import() eager */).then(
-          __webpack_require__.bind(__webpack_require__, 2881)
+          __webpack_require__.bind(__webpack_require__, 8334)
         );
       const page2 = () =>
         Promise.resolve(/* import() eager */).then(
-          __webpack_require__.bind(__webpack_require__, 2596)
+          __webpack_require__.bind(__webpack_require__, 6258)
         );
 
       // We inject the tree and pages here so that we can use them in the route
@@ -171,12 +171,12 @@
       });
 
       //# sourceMappingURL=app-page.js.map
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/lib/page-types.js
-      var page_types = __webpack_require__(9641);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/app-render/encryption-utils.js
-      var encryption_utils = __webpack_require__(2663);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/esm/server/app-render/action-utils.js
-      var action_utils = __webpack_require__(497); // CONCATENATED MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/dist/build/webpack/loaders/next-edge-ssr-loader/index.js?{"absolute500Path":"","absoluteAppPath":"next/dist/pages/_app","absoluteDocumentPath":"next/dist/pages/_document","absoluteErrorPath":"next/dist/pages/_error","absolutePagePath":"private-next-app-dir/app-edge-ssr/page.js","dev":false,"isServerComponent":true,"page":"/app-edge-ssr/page","stringifiedConfig":"eyJlbnYiOnt9LCJlc2xpbnQiOnsiaWdub3JlRHVyaW5nQnVpbGRzIjpmYWxzZX0sInR5cGVzY3JpcHQiOnsiaWdub3JlQnVpbGRFcnJvcnMiOmZhbHNlLCJ0c2NvbmZpZ1BhdGgiOiJ0c2NvbmZpZy5qc29uIn0sImRpc3REaXIiOiIubmV4dCIsImNsZWFuRGlzdERpciI6dHJ1ZSwiYXNzZXRQcmVmaXgiOiIiLCJjYWNoZU1heE1lbW9yeVNpemUiOjUyNDI4ODAwLCJjb25maWdPcmlnaW4iOiJuZXh0LmNvbmZpZy5qcyIsInVzZUZpbGVTeXN0ZW1QdWJsaWNSb3V0ZXMiOnRydWUsImdlbmVyYXRlRXRhZ3MiOnRydWUsInBhZ2VFeHRlbnNpb25zIjpbInRzeCIsInRzIiwianN4IiwianMiXSwicG93ZXJlZEJ5SGVhZGVyIjp0cnVlLCJjb21wcmVzcyI6dHJ1ZSwiaW1hZ2VzIjp7ImRldmljZVNpemVzIjpbNjQwLDc1MCw4MjgsMTA4MCwxMjAwLDE5MjAsMjA0OCwzODQwXSwiaW1hZ2VTaXplcyI6WzE2LDMyLDQ4LDY0LDk2LDEyOCwyNTYsMzg0XSwicGF0aCI6Ii9fbmV4dC9pbWFnZSIsImxvYWRlciI6ImRlZmF1bHQiLCJsb2FkZXJGaWxlIjoiIiwiZG9tYWlucyI6W10sImRpc2FibGVTdGF0aWNJbWFnZXMiOmZhbHNlLCJtaW5pbXVtQ2FjaGVUVEwiOjYwLCJmb3JtYXRzIjpbImltYWdlL3dlYnAiXSwiZGFuZ2Vyb3VzbHlBbGxvd1NWRyI6ZmFsc2UsImNvbnRlbnRTZWN1cml0eVBvbGljeSI6InNjcmlwdC1zcmMgJ25vbmUnOyBmcmFtZS1zcmMgJ25vbmUnOyBzYW5kYm94OyIsImNvbnRlbnREaXNwb3NpdGlvblR5cGUiOiJhdHRhY2htZW50IiwicmVtb3RlUGF0dGVybnMiOltdLCJ1bm9wdGltaXplZCI6ZmFsc2V9LCJkZXZJbmRpY2F0b3JzIjp7ImFwcElzclN0YXR1cyI6dHJ1ZSwiYnVpbGRBY3Rpdml0eSI6dHJ1ZSwiYnVpbGRBY3Rpdml0eVBvc2l0aW9uIjoiYm90dG9tLXJpZ2h0In0sIm9uRGVtYW5kRW50cmllcyI6eyJtYXhJbmFjdGl2ZUFnZSI6NjAwMDAsInBhZ2VzQnVmZmVyTGVuZ3RoIjo1fSwiYW1wIjp7ImNhbm9uaWNhbEJhc2UiOiIifSwiYmFzZVBhdGgiOiIiLCJzYXNzT3B0aW9ucyI6e30sInRyYWlsaW5nU2xhc2giOmZhbHNlLCJpMThuIjpudWxsLCJwcm9kdWN0aW9uQnJvd3NlclNvdXJjZU1hcHMiOmZhbHNlLCJleGNsdWRlRGVmYXVsdE1vbWVudExvY2FsZXMiOnRydWUsInNlcnZlclJ1bnRpbWVDb25maWciOnt9LCJwdWJsaWNSdW50aW1lQ29uZmlnIjp7fSwicmVhY3RQcm9kdWN0aW9uUHJvZmlsaW5nIjpmYWxzZSwicmVhY3RTdHJpY3RNb2RlIjpudWxsLCJyZWFjdE1heEhlYWRlcnNMZW5ndGgiOjYwMDAsImh0dHBBZ2VudE9wdGlvbnMiOnsia2VlcEFsaXZlIjp0cnVlfSwibG9nZ2luZyI6e30sInN3ckRlbHRhIjozMTUzNjAwMCwic3RhdGljUGFnZUdlbmVyYXRpb25UaW1lb3V0Ijo2MCwibW9kdWxhcml6ZUltcG9ydHMiOnsiQG11aS9pY29ucy1tYXRlcmlhbCI6eyJ0cmFuc2Zvcm0iOiJAbXVpL2ljb25zLW1hdGVyaWFsL3t7bWVtYmVyfX0ifSwibG9kYXNoIjp7InRyYW5zZm9ybSI6ImxvZGFzaC97e21lbWJlcn19In19LCJvdXRwdXRGaWxlVHJhY2luZ1Jvb3QiOiIvdG1wL25leHQtc3RhdHN3bzRmOU8vc3RhdHMtYXBwIiwiZXhwZXJpbWVudGFsIjp7Im11bHRpWm9uZURyYWZ0TW9kZSI6ZmFsc2UsImFwcE5hdkZhaWxIYW5kbGluZyI6ZmFsc2UsInByZXJlbmRlckVhcmx5RXhpdCI6dHJ1ZSwic2VydmVyTWluaWZpY2F0aW9uIjp0cnVlLCJzZXJ2ZXJTb3VyY2VNYXBzIjpmYWxzZSwibGlua05vVG91Y2hTdGFydCI6ZmFsc2UsImNhc2VTZW5zaXRpdmVSb3V0ZXMiOmZhbHNlLCJwcmVsb2FkRW50cmllc09uU3RhcnQiOnRydWUsImNsaWVudFJvdXRlckZpbHRlciI6dHJ1ZSwiY2xpZW50Um91dGVyRmlsdGVyUmVkaXJlY3RzIjpmYWxzZSwiZmV0Y2hDYWNoZUtleVByZWZpeCI6IiIsIm1pZGRsZXdhcmVQcmVmZXRjaCI6ImZsZXhpYmxlIiwib3B0aW1pc3RpY0NsaWVudENhY2hlIjp0cnVlLCJtYW51YWxDbGllbnRCYXNlUGF0aCI6ZmFsc2UsImNwdXMiOjE5LCJtZW1vcnlCYXNlZFdvcmtlcnNDb3VudCI6ZmFsc2UsImlzckZsdXNoVG9EaXNrIjp0cnVlLCJ3b3JrZXJUaHJlYWRzIjpmYWxzZSwib3B0aW1pemVDc3MiOmZhbHNlLCJuZXh0U2NyaXB0V29ya2VycyI6ZmFsc2UsInNjcm9sbFJlc3RvcmF0aW9uIjpmYWxzZSwiZXh0ZXJuYWxEaXIiOmZhbHNlLCJkaXNhYmxlT3B0aW1pemVkTG9hZGluZyI6ZmFsc2UsImd6aXBTaXplIjp0cnVlLCJjcmFDb21wYXQiOmZhbHNlLCJlc21FeHRlcm5hbHMiOnRydWUsImZ1bGx5U3BlY2lmaWVkIjpmYWxzZSwic3djVHJhY2VQcm9maWxpbmciOmZhbHNlLCJmb3JjZVN3Y1RyYW5zZm9ybXMiOmZhbHNlLCJsYXJnZVBhZ2VEYXRhQnl0ZXMiOjEyODAwMCwidHVyYm8iOnsicm9vdCI6Ii90bXAvbmV4dC1zdGF0c3dvNGY5Ty9zdGF0cy1hcHAifSwidHlwZWRSb3V0ZXMiOmZhbHNlLCJ0eXBlZEVudiI6ZmFsc2UsInBhcmFsbGVsU2VydmVyQ29tcGlsZXMiOmZhbHNlLCJwYXJhbGxlbFNlcnZlckJ1aWxkVHJhY2VzIjpmYWxzZSwicHByIjpmYWxzZSwicHByRmFsbGJhY2tzIjpmYWxzZSwid2VicGFja01lbW9yeU9wdGltaXphdGlvbnMiOmZhbHNlLCJvcHRpbWl6ZVNlcnZlclJlYWN0Ijp0cnVlLCJ1c2VFYXJseUltcG9ydCI6ZmFsc2UsInN0YWxlVGltZXMiOnsiZHluYW1pYyI6MCwic3RhdGljIjozMDB9LCJhZnRlciI6ZmFsc2UsInNlcnZlckNvbXBvbmVudHNIbXJDYWNoZSI6dHJ1ZSwic3RhdGljR2VuZXJhdGlvbk1heENvbmN1cnJlbmN5Ijo4LCJzdGF0aWNHZW5lcmF0aW9uTWluUGFnZXNQZXJXb3JrZXIiOjI1LCJkeW5hbWljSU8iOmZhbHNlLCJvcHRpbWl6ZVBhY2thZ2VJbXBvcnRzIjpbImx1Y2lkZS1yZWFjdCIsImRhdGUtZm5zIiwibG9kYXNoLWVzIiwicmFtZGEiLCJhbnRkIiwicmVhY3QtYm9vdHN0cmFwIiwiYWhvb2tzIiwiQGFudC1kZXNpZ24vaWNvbnMiLCJAaGVhZGxlc3N1aS9yZWFjdCIsIkBoZWFkbGVzc3VpLWZsb2F0L3JlYWN0IiwiQGhlcm9pY29ucy9yZWFjdC8yMC9zb2xpZCIsIkBoZXJvaWNvbnMvcmVhY3QvMjQvc29saWQiLCJAaGVyb2ljb25zL3JlYWN0LzI0L291dGxpbmUiLCJAdmlzeC92aXN4IiwiQHRyZW1vci9yZWFjdCIsInJ4anMiLCJAbXVpL21hdGVyaWFsIiwiQG11aS9pY29ucy1tYXRlcmlhbCIsInJlY2hhcnRzIiwicmVhY3QtdXNlIiwiZWZmZWN0IiwiQGVmZmVjdC9zY2hlbWEiLCJAZWZmZWN0L3BsYXRmb3JtIiwiQGVmZmVjdC9wbGF0Zm9ybS1ub2RlIiwiQGVmZmVjdC9wbGF0Zm9ybS1icm93c2VyIiwiQGVmZmVjdC9wbGF0Zm9ybS1idW4iLCJAZWZmZWN0L3NxbCIsIkBlZmZlY3Qvc3FsLW1zc3FsIiwiQGVmZmVjdC9zcWwtbXlzcWwyIiwiQGVmZmVjdC9zcWwtcGciLCJAZWZmZWN0L3NxbC1zcXVsaXRlLW5vZGUiLCJAZWZmZWN0L3NxbC1zcXVsaXRlLWJ1biIsIkBlZmZlY3Qvc3FsLXNxdWxpdGUtd2FzbSIsIkBlZmZlY3Qvc3FsLXNxdWxpdGUtcmVhY3QtbmF0aXZlIiwiQGVmZmVjdC9ycGMiLCJAZWZmZWN0L3JwYy1odHRwIiwiQGVmZmVjdC90eXBlY2xhc3MiLCJAZWZmZWN0L2V4cGVyaW1lbnRhbCIsIkBlZmZlY3Qvb3BlbnRlbGVtZXRyeSIsIkBtYXRlcmlhbC11aS9jb3JlIiwiQG1hdGVyaWFsLXVpL2ljb25zIiwiQHRhYmxlci9pY29ucy1yZWFjdCIsIm11aS1jb3JlIiwicmVhY3QtaWNvbnMvYWkiLCJyZWFjdC1pY29ucy9iaSIsInJlYWN0LWljb25zL2JzIiwicmVhY3QtaWNvbnMvY2ciLCJyZWFjdC1pY29ucy9jaSIsInJlYWN0LWljb25zL2RpIiwicmVhY3QtaWNvbnMvZmEiLCJyZWFjdC1pY29ucy9mYTYiLCJyZWFjdC1pY29ucy9mYyIsInJlYWN0LWljb25zL2ZpIiwicmVhY3QtaWNvbnMvZ2kiLCJyZWFjdC1pY29ucy9nbyIsInJlYWN0LWljb25zL2dyIiwicmVhY3QtaWNvbnMvaGkiLCJyZWFjdC1pY29ucy9oaTIiLCJyZWFjdC1pY29ucy9pbSIsInJlYWN0LWljb25zL2lvIiwicmVhY3QtaWNvbnMvaW81IiwicmVhY3QtaWNvbnMvbGlhIiwicmVhY3QtaWNvbnMvbGliIiwicmVhY3QtaWNvbnMvbHUiLCJyZWFjdC1pY29ucy9tZCIsInJlYWN0LWljb25zL3BpIiwicmVhY3QtaWNvbnMvcmkiLCJyZWFjdC1pY29ucy9yeCIsInJlYWN0LWljb25zL3NpIiwicmVhY3QtaWNvbnMvc2wiLCJyZWFjdC1pY29ucy90YiIsInJlYWN0LWljb25zL3RmaSIsInJlYWN0LWljb25zL3RpIiwicmVhY3QtaWNvbnMvdnNjIiwicmVhY3QtaWNvbnMvd2kiXX0sImJ1bmRsZVBhZ2VzUm91dGVyRGVwZW5kZW5jaWVzIjpmYWxzZSwiY29uZmlnRmlsZSI6Ii90bXAvbmV4dC1zdGF0c3dvNGY5Ty9zdGF0cy1hcHAvbmV4dC5jb25maWcuanMiLCJjb25maWdGaWxlTmFtZSI6Im5leHQuY29uZmlnLmpzIn0=","pagesType":"app","appDirLoader":"bmV4dC1hcHAtbG9hZGVyP25hbWU9YXBwJTJGYXBwLWVkZ2Utc3NyJTJGcGFnZSZwYWdlPSUyRmFwcC1lZGdlLXNzciUyRnBhZ2UmcGFnZVBhdGg9cHJpdmF0ZS1uZXh0LWFwcC1kaXIlMkZhcHAtZWRnZS1zc3IlMkZwYWdlLmpzJmFwcERpcj0lMkZ0bXAlMkZuZXh0LXN0YXRzd280ZjlPJTJGc3RhdHMtYXBwJTJGYXBwJmFwcFBhdGhzPSUyRmFwcC1lZGdlLXNzciUyRnBhZ2UmcGFnZUV4dGVuc2lvbnM9dHN4JnBhZ2VFeHRlbnNpb25zPXRzJnBhZ2VFeHRlbnNpb25zPWpzeCZwYWdlRXh0ZW5zaW9ucz1qcyZiYXNlUGF0aD0mYXNzZXRQcmVmaXg9Jm5leHRDb25maWdPdXRwdXQ9JmZseWluZ1NodXR0bGU9ZmFsc2UmcHJlZmVycmVkUmVnaW9uPSZtaWRkbGV3YXJlQ29uZmlnPWUzMCUzRCE=","sriEnabled":false,"middlewareConfig":"e30="}!
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/lib/page-types.js
+      var page_types = __webpack_require__(9544);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/app-render/encryption-utils.js
+      var encryption_utils = __webpack_require__(1028);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/esm/server/app-render/action-utils.js
+      var action_utils = __webpack_require__(6273); // CONCATENATED MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/dist/build/webpack/loaders/next-edge-ssr-loader/index.js?{"absolute500Path":"","absoluteAppPath":"next/dist/pages/_app","absoluteDocumentPath":"next/dist/pages/_document","absoluteErrorPath":"next/dist/pages/_error","absolutePagePath":"private-next-app-dir/app-edge-ssr/page.js","dev":false,"isServerComponent":true,"page":"/app-edge-ssr/page","stringifiedConfig":"eyJlbnYiOnt9LCJlc2xpbnQiOnsiaWdub3JlRHVyaW5nQnVpbGRzIjpmYWxzZX0sInR5cGVzY3JpcHQiOnsiaWdub3JlQnVpbGRFcnJvcnMiOmZhbHNlLCJ0c2NvbmZpZ1BhdGgiOiJ0c2NvbmZpZy5qc29uIn0sImRpc3REaXIiOiIubmV4dCIsImNsZWFuRGlzdERpciI6dHJ1ZSwiYXNzZXRQcmVmaXgiOiIiLCJjYWNoZU1heE1lbW9yeVNpemUiOjUyNDI4ODAwLCJjb25maWdPcmlnaW4iOiJuZXh0LmNvbmZpZy5qcyIsInVzZUZpbGVTeXN0ZW1QdWJsaWNSb3V0ZXMiOnRydWUsImdlbmVyYXRlRXRhZ3MiOnRydWUsInBhZ2VFeHRlbnNpb25zIjpbInRzeCIsInRzIiwianN4IiwianMiXSwicG93ZXJlZEJ5SGVhZGVyIjp0cnVlLCJjb21wcmVzcyI6dHJ1ZSwiaW1hZ2VzIjp7ImRldmljZVNpemVzIjpbNjQwLDc1MCw4MjgsMTA4MCwxMjAwLDE5MjAsMjA0OCwzODQwXSwiaW1hZ2VTaXplcyI6WzE2LDMyLDQ4LDY0LDk2LDEyOCwyNTYsMzg0XSwicGF0aCI6Ii9fbmV4dC9pbWFnZSIsImxvYWRlciI6ImRlZmF1bHQiLCJsb2FkZXJGaWxlIjoiIiwiZG9tYWlucyI6W10sImRpc2FibGVTdGF0aWNJbWFnZXMiOmZhbHNlLCJtaW5pbXVtQ2FjaGVUVEwiOjYwLCJmb3JtYXRzIjpbImltYWdlL3dlYnAiXSwiZGFuZ2Vyb3VzbHlBbGxvd1NWRyI6ZmFsc2UsImNvbnRlbnRTZWN1cml0eVBvbGljeSI6InNjcmlwdC1zcmMgJ25vbmUnOyBmcmFtZS1zcmMgJ25vbmUnOyBzYW5kYm94OyIsImNvbnRlbnREaXNwb3NpdGlvblR5cGUiOiJhdHRhY2htZW50IiwicmVtb3RlUGF0dGVybnMiOltdLCJ1bm9wdGltaXplZCI6ZmFsc2V9LCJkZXZJbmRpY2F0b3JzIjp7ImFwcElzclN0YXR1cyI6dHJ1ZSwiYnVpbGRBY3Rpdml0eSI6dHJ1ZSwiYnVpbGRBY3Rpdml0eVBvc2l0aW9uIjoiYm90dG9tLXJpZ2h0In0sIm9uRGVtYW5kRW50cmllcyI6eyJtYXhJbmFjdGl2ZUFnZSI6NjAwMDAsInBhZ2VzQnVmZmVyTGVuZ3RoIjo1fSwiYW1wIjp7ImNhbm9uaWNhbEJhc2UiOiIifSwiYmFzZVBhdGgiOiIiLCJzYXNzT3B0aW9ucyI6e30sInRyYWlsaW5nU2xhc2giOmZhbHNlLCJpMThuIjpudWxsLCJwcm9kdWN0aW9uQnJvd3NlclNvdXJjZU1hcHMiOmZhbHNlLCJleGNsdWRlRGVmYXVsdE1vbWVudExvY2FsZXMiOnRydWUsInNlcnZlclJ1bnRpbWVDb25maWciOnt9LCJwdWJsaWNSdW50aW1lQ29uZmlnIjp7fSwicmVhY3RQcm9kdWN0aW9uUHJvZmlsaW5nIjpmYWxzZSwicmVhY3RTdHJpY3RNb2RlIjpudWxsLCJyZWFjdE1heEhlYWRlcnNMZW5ndGgiOjYwMDAsImh0dHBBZ2VudE9wdGlvbnMiOnsia2VlcEFsaXZlIjp0cnVlfSwibG9nZ2luZyI6e30sInN3ckRlbHRhIjozMTUzNjAwMCwic3RhdGljUGFnZUdlbmVyYXRpb25UaW1lb3V0Ijo2MCwibW9kdWxhcml6ZUltcG9ydHMiOnsiQG11aS9pY29ucy1tYXRlcmlhbCI6eyJ0cmFuc2Zvcm0iOiJAbXVpL2ljb25zLW1hdGVyaWFsL3t7bWVtYmVyfX0ifSwibG9kYXNoIjp7InRyYW5zZm9ybSI6ImxvZGFzaC97e21lbWJlcn19In19LCJvdXRwdXRGaWxlVHJhY2luZ1Jvb3QiOiIvdG1wL25leHQtc3RhdHN3bzRmOU8vc3RhdHMtYXBwIiwiZXhwZXJpbWVudGFsIjp7Im11bHRpWm9uZURyYWZ0TW9kZSI6ZmFsc2UsImFwcE5hdkZhaWxIYW5kbGluZyI6ZmFsc2UsInByZXJlbmRlckVhcmx5RXhpdCI6dHJ1ZSwic2VydmVyTWluaWZpY2F0aW9uIjp0cnVlLCJzZXJ2ZXJTb3VyY2VNYXBzIjpmYWxzZSwibGlua05vVG91Y2hTdGFydCI6ZmFsc2UsImNhc2VTZW5zaXRpdmVSb3V0ZXMiOmZhbHNlLCJwcmVsb2FkRW50cmllc09uU3RhcnQiOnRydWUsImNsaWVudFJvdXRlckZpbHRlciI6dHJ1ZSwiY2xpZW50Um91dGVyRmlsdGVyUmVkaXJlY3RzIjpmYWxzZSwiZmV0Y2hDYWNoZUtleVByZWZpeCI6IiIsIm1pZGRsZXdhcmVQcmVmZXRjaCI6ImZsZXhpYmxlIiwib3B0aW1pc3RpY0NsaWVudENhY2hlIjp0cnVlLCJtYW51YWxDbGllbnRCYXNlUGF0aCI6ZmFsc2UsImNwdXMiOjE5LCJtZW1vcnlCYXNlZFdvcmtlcnNDb3VudCI6ZmFsc2UsImlzckZsdXNoVG9EaXNrIjp0cnVlLCJ3b3JrZXJUaHJlYWRzIjpmYWxzZSwib3B0aW1pemVDc3MiOmZhbHNlLCJuZXh0U2NyaXB0V29ya2VycyI6ZmFsc2UsInNjcm9sbFJlc3RvcmF0aW9uIjpmYWxzZSwiZXh0ZXJuYWxEaXIiOmZhbHNlLCJkaXNhYmxlT3B0aW1pemVkTG9hZGluZyI6ZmFsc2UsImd6aXBTaXplIjp0cnVlLCJjcmFDb21wYXQiOmZhbHNlLCJlc21FeHRlcm5hbHMiOnRydWUsImZ1bGx5U3BlY2lmaWVkIjpmYWxzZSwic3djVHJhY2VQcm9maWxpbmciOmZhbHNlLCJmb3JjZVN3Y1RyYW5zZm9ybXMiOmZhbHNlLCJsYXJnZVBhZ2VEYXRhQnl0ZXMiOjEyODAwMCwidHVyYm8iOnsicm9vdCI6Ii90bXAvbmV4dC1zdGF0c3dvNGY5Ty9zdGF0cy1hcHAifSwidHlwZWRSb3V0ZXMiOmZhbHNlLCJ0eXBlZEVudiI6ZmFsc2UsInBhcmFsbGVsU2VydmVyQ29tcGlsZXMiOmZhbHNlLCJwYXJhbGxlbFNlcnZlckJ1aWxkVHJhY2VzIjpmYWxzZSwicHByIjpmYWxzZSwicHByRmFsbGJhY2tzIjpmYWxzZSwid2VicGFja01lbW9yeU9wdGltaXphdGlvbnMiOmZhbHNlLCJvcHRpbWl6ZVNlcnZlclJlYWN0Ijp0cnVlLCJ1c2VFYXJseUltcG9ydCI6ZmFsc2UsInN0YWxlVGltZXMiOnsiZHluYW1pYyI6MCwic3RhdGljIjozMDB9LCJhZnRlciI6ZmFsc2UsInNlcnZlckNvbXBvbmVudHNIbXJDYWNoZSI6dHJ1ZSwic3RhdGljR2VuZXJhdGlvbk1heENvbmN1cnJlbmN5Ijo4LCJzdGF0aWNHZW5lcmF0aW9uTWluUGFnZXNQZXJXb3JrZXIiOjI1LCJkeW5hbWljSU8iOmZhbHNlLCJvcHRpbWl6ZVBhY2thZ2VJbXBvcnRzIjpbImx1Y2lkZS1yZWFjdCIsImRhdGUtZm5zIiwibG9kYXNoLWVzIiwicmFtZGEiLCJhbnRkIiwicmVhY3QtYm9vdHN0cmFwIiwiYWhvb2tzIiwiQGFudC1kZXNpZ24vaWNvbnMiLCJAaGVhZGxlc3N1aS9yZWFjdCIsIkBoZWFkbGVzc3VpLWZsb2F0L3JlYWN0IiwiQGhlcm9pY29ucy9yZWFjdC8yMC9zb2xpZCIsIkBoZXJvaWNvbnMvcmVhY3QvMjQvc29saWQiLCJAaGVyb2ljb25zL3JlYWN0LzI0L291dGxpbmUiLCJAdmlzeC92aXN4IiwiQHRyZW1vci9yZWFjdCIsInJ4anMiLCJAbXVpL21hdGVyaWFsIiwiQG11aS9pY29ucy1tYXRlcmlhbCIsInJlY2hhcnRzIiwicmVhY3QtdXNlIiwiZWZmZWN0IiwiQGVmZmVjdC9zY2hlbWEiLCJAZWZmZWN0L3BsYXRmb3JtIiwiQGVmZmVjdC9wbGF0Zm9ybS1ub2RlIiwiQGVmZmVjdC9wbGF0Zm9ybS1icm93c2VyIiwiQGVmZmVjdC9wbGF0Zm9ybS1idW4iLCJAZWZmZWN0L3NxbCIsIkBlZmZlY3Qvc3FsLW1zc3FsIiwiQGVmZmVjdC9zcWwtbXlzcWwyIiwiQGVmZmVjdC9zcWwtcGciLCJAZWZmZWN0L3NxbC1zcXVsaXRlLW5vZGUiLCJAZWZmZWN0L3NxbC1zcXVsaXRlLWJ1biIsIkBlZmZlY3Qvc3FsLXNxdWxpdGUtd2FzbSIsIkBlZmZlY3Qvc3FsLXNxdWxpdGUtcmVhY3QtbmF0aXZlIiwiQGVmZmVjdC9ycGMiLCJAZWZmZWN0L3JwYy1odHRwIiwiQGVmZmVjdC90eXBlY2xhc3MiLCJAZWZmZWN0L2V4cGVyaW1lbnRhbCIsIkBlZmZlY3Qvb3BlbnRlbGVtZXRyeSIsIkBtYXRlcmlhbC11aS9jb3JlIiwiQG1hdGVyaWFsLXVpL2ljb25zIiwiQHRhYmxlci9pY29ucy1yZWFjdCIsIm11aS1jb3JlIiwicmVhY3QtaWNvbnMvYWkiLCJyZWFjdC1pY29ucy9iaSIsInJlYWN0LWljb25zL2JzIiwicmVhY3QtaWNvbnMvY2ciLCJyZWFjdC1pY29ucy9jaSIsInJlYWN0LWljb25zL2RpIiwicmVhY3QtaWNvbnMvZmEiLCJyZWFjdC1pY29ucy9mYTYiLCJyZWFjdC1pY29ucy9mYyIsInJlYWN0LWljb25zL2ZpIiwicmVhY3QtaWNvbnMvZ2kiLCJyZWFjdC1pY29ucy9nbyIsInJlYWN0LWljb25zL2dyIiwicmVhY3QtaWNvbnMvaGkiLCJyZWFjdC1pY29ucy9oaTIiLCJyZWFjdC1pY29ucy9pbSIsInJlYWN0LWljb25zL2lvIiwicmVhY3QtaWNvbnMvaW81IiwicmVhY3QtaWNvbnMvbGlhIiwicmVhY3QtaWNvbnMvbGliIiwicmVhY3QtaWNvbnMvbHUiLCJyZWFjdC1pY29ucy9tZCIsInJlYWN0LWljb25zL3BpIiwicmVhY3QtaWNvbnMvcmkiLCJyZWFjdC1pY29ucy9yeCIsInJlYWN0LWljb25zL3NpIiwicmVhY3QtaWNvbnMvc2wiLCJyZWFjdC1pY29ucy90YiIsInJlYWN0LWljb25zL3RmaSIsInJlYWN0LWljb25zL3RpIiwicmVhY3QtaWNvbnMvdnNjIiwicmVhY3QtaWNvbnMvd2kiXX0sImJ1bmRsZVBhZ2VzUm91dGVyRGVwZW5kZW5jaWVzIjpmYWxzZSwiY29uZmlnRmlsZSI6Ii90bXAvbmV4dC1zdGF0c3dvNGY5Ty9zdGF0cy1hcHAvbmV4dC5jb25maWcuanMiLCJjb25maWdGaWxlTmFtZSI6Im5leHQuY29uZmlnLmpzIn0=","pagesType":"app","appDirLoader":"bmV4dC1hcHAtbG9hZGVyP25hbWU9YXBwJTJGYXBwLWVkZ2Utc3NyJTJGcGFnZSZwYWdlPSUyRmFwcC1lZGdlLXNzciUyRnBhZ2UmcGFnZVBhdGg9cHJpdmF0ZS1uZXh0LWFwcC1kaXIlMkZhcHAtZWRnZS1zc3IlMkZwYWdlLmpzJmFwcERpcj0lMkZ0bXAlMkZuZXh0LXN0YXRzd280ZjlPJTJGc3RhdHMtYXBwJTJGYXBwJmFwcFBhdGhzPSUyRmFwcC1lZGdlLXNzciUyRnBhZ2UmcGFnZUV4dGVuc2lvbnM9dHN4JnBhZ2VFeHRlbnNpb25zPXRzJnBhZ2VFeHRlbnNpb25zPWpzeCZwYWdlRXh0ZW5zaW9ucz1qcyZiYXNlUGF0aD0mYXNzZXRQcmVmaXg9Jm5leHRDb25maWdPdXRwdXQ9JmZseWluZ1NodXR0bGU9ZmFsc2UmcHJlZmVycmVkUmVnaW9uPSZtaWRkbGV3YXJlQ29uZmlnPWUzMCUzRCE=","sriEnabled":false,"middlewareConfig":"e30="}!
       var _self___RSC_MANIFEST;
 
       const incrementalCacheHandler = null;
@@ -441,56 +441,56 @@
       /***/
     },
 
-    /***/ 5406: /***/ (
+    /***/ 8221: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
     ) => {
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 7478)
+        __webpack_require__.bind(__webpack_require__, 203)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 3102)
+        __webpack_require__.bind(__webpack_require__, 2954)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 3908)
+        __webpack_require__.bind(__webpack_require__, 9995)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 2131)
+        __webpack_require__.bind(__webpack_require__, 865)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 8591)
+        __webpack_require__.bind(__webpack_require__, 1014)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 7981)
+        __webpack_require__.bind(__webpack_require__, 1059)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 6570)
+        __webpack_require__.bind(__webpack_require__, 6265)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 5074)
+        __webpack_require__.bind(__webpack_require__, 9348)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 1952)
+        __webpack_require__.bind(__webpack_require__, 4152)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 7139)
+        __webpack_require__.bind(__webpack_require__, 2571)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 1548)
+        __webpack_require__.bind(__webpack_require__, 4480)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 5936)
+        __webpack_require__.bind(__webpack_require__, 187)
       );
 
       /***/
     },
 
-    /***/ 6913: /***/ () => {
+    /***/ 232: /***/ () => {
       /***/
     },
 
-    /***/ 2596: /***/ (
+    /***/ 6258: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -510,7 +510,7 @@
       /***/
     },
 
-    /***/ 4836: /***/ (
+    /***/ 6603: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -522,7 +522,7 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
-        __webpack_require__(547);
+        __webpack_require__(648);
 
       function RootLayout({ children }) {
         return /*#__PURE__*/ (0,
@@ -541,7 +541,7 @@
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
-    /******/ __webpack_require__.O(0, [129, 707], () => __webpack_exec__(3909));
+    /******/ __webpack_require__.O(0, [523, 582], () => __webpack_exec__(796));
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ (_ENTRIES = typeof _ENTRIES === "undefined" ? {} : _ENTRIES)[
       "middleware_app/app-edge-ssr/page"
Diff for middleware.js

Diff too large to display

Diff for edge-ssr.js

Diff too large to display

Diff for image-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [8358],
   {
-    /***/ 4519: /***/ (
+    /***/ 766: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function () {
-          return __webpack_require__(6366);
+          return __webpack_require__(8898);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7847: /***/ (module, exports, __webpack_require__) => {
+    /***/ 8501: /***/ (module, exports, __webpack_require__) => {
       "use strict";
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
@@ -40,17 +40,17 @@
         __webpack_require__(133)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(6142)
+        __webpack_require__(294)
       );
-      const _getimgprops = __webpack_require__(2989);
-      const _imageconfig = __webpack_require__(2948);
-      const _imageconfigcontextsharedruntime = __webpack_require__(3394);
-      const _warnonce = __webpack_require__(6308);
-      const _routercontextsharedruntime = __webpack_require__(932);
+      const _getimgprops = __webpack_require__(2367);
+      const _imageconfig = __webpack_require__(9037);
+      const _imageconfigcontextsharedruntime = __webpack_require__(6876);
+      const _warnonce = __webpack_require__(5603);
+      const _routercontextsharedruntime = __webpack_require__(6967);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4394)
+        __webpack_require__(9275)
       );
-      const _usemergedref = __webpack_require__(9673);
+      const _usemergedref = __webpack_require__(9386);
       // This is replaced by webpack define plugin
       const configEnv = {
         deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
@@ -371,7 +371,7 @@
       /***/
     },
 
-    /***/ 9673: /***/ (module, exports, __webpack_require__) => {
+    /***/ 9386: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -432,7 +432,7 @@
       /***/
     },
 
-    /***/ 2989: /***/ (
+    /***/ 2367: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -448,9 +448,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(6308);
-      const _imageblursvg = __webpack_require__(9492);
-      const _imageconfig = __webpack_require__(2948);
+      const _warnonce = __webpack_require__(5603);
+      const _imageblursvg = __webpack_require__(2052);
+      const _imageconfig = __webpack_require__(9037);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -823,7 +823,7 @@
       /***/
     },
 
-    /***/ 9492: /***/ (__unused_webpack_module, exports) => {
+    /***/ 2052: /***/ (__unused_webpack_module, exports) => {
       "use strict";
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
@@ -878,7 +878,7 @@
       /***/
     },
 
-    /***/ 9256: /***/ (
+    /***/ 3038: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -905,10 +905,10 @@
         },
       });
       const _interop_require_default = __webpack_require__(9608);
-      const _getimgprops = __webpack_require__(2989);
-      const _imagecomponent = __webpack_require__(7847);
+      const _getimgprops = __webpack_require__(2367);
+      const _imagecomponent = __webpack_require__(8501);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4394)
+        __webpack_require__(9275)
       );
       function getImageProps(imgProps) {
         const { props } = (0, _getimgprops.getImgProps)(imgProps, {
@@ -940,7 +940,7 @@
       /***/
     },
 
-    /***/ 4394: /***/ (__unused_webpack_module, exports) => {
+    /***/ 9275: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -975,7 +975,7 @@
       /***/
     },
 
-    /***/ 6366: /***/ (
+    /***/ 8898: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -992,8 +992,8 @@
 
       // EXTERNAL MODULE: ./node_modules/.pnpm/react@19.0.0-rc-2d16326d-20240930/node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(9837);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_aw34735d3a4s5ybwraoeym2z3m/node_modules/next/image.js
-      var next_image = __webpack_require__(6020);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-2d16326d-20240930_re_twsodcu6u2xc4vttzu7xhu5gra/node_modules/next/image.js
+      var next_image = __webpack_require__(3843);
       var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ const nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
@@ -1023,12 +1023,12 @@
       /***/
     },
 
-    /***/ 6020: /***/ (
+    /***/ 3843: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) => {
-      module.exports = __webpack_require__(9256);
+      module.exports = __webpack_require__(3038);
 
       /***/
     },
@@ -1038,7 +1038,7 @@
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
-      __webpack_exec__(4519)
+      __webpack_exec__(766)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for 1698-HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [1698],
+  [2859],
   {
-    /***/ 1698: /***/ (module, exports, __webpack_require__) => {
+    /***/ 2859: /***/ (module, exports, __webpack_require__) => {
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -13,27 +13,27 @@
           return Image;
         },
       });
-      const _interop_require_default = __webpack_require__(3280);
-      const _interop_require_wildcard = __webpack_require__(8464);
-      const _jsxruntime = __webpack_require__(673);
+      const _interop_require_default = __webpack_require__(9218);
+      const _interop_require_wildcard = __webpack_require__(8553);
+      const _jsxruntime = __webpack_require__(9348);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(254)
+        __webpack_require__(8196)
       );
       const _reactdom = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(177)
+        __webpack_require__(8174)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4591)
+        __webpack_require__(3039)
       );
-      const _getimgprops = __webpack_require__(6509);
-      const _imageconfig = __webpack_require__(1545);
-      const _imageconfigcontextsharedruntime = __webpack_require__(9041);
-      const _warnonce = __webpack_require__(7147);
-      const _routercontextsharedruntime = __webpack_require__(7112);
+      const _getimgprops = __webpack_require__(4645);
+      const _imageconfig = __webpack_require__(8661);
+      const _imageconfigcontextsharedruntime = __webpack_require__(5611);
+      const _warnonce = __webpack_require__(3975);
+      const _routercontextsharedruntime = __webpack_require__(4332);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4980)
+        __webpack_require__(9206)
       );
-      const _usemergedref = __webpack_require__(3096);
+      const _usemergedref = __webpack_require__(900);
       // This is replaced by webpack define plugin
       const configEnv = {
         deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
@@ -355,7 +355,7 @@
       /***/
     },
 
-    /***/ 3096: /***/ (module, exports, __webpack_require__) => {
+    /***/ 900: /***/ (module, exports, __webpack_require__) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -365,7 +365,7 @@
           return useMergedRef;
         },
       });
-      const _react = __webpack_require__(254);
+      const _react = __webpack_require__(8196);
       function useMergedRef(refA, refB) {
         const cleanupA = (0, _react.useRef)(() => {});
         const cleanupB = (0, _react.useRef)(() => {});
@@ -414,7 +414,7 @@
       /***/
     },
 
-    /***/ 5225: /***/ (
+    /***/ 4551: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -428,9 +428,9 @@
           return AmpStateContext;
         },
       });
-      const _interop_require_default = __webpack_require__(3280);
+      const _interop_require_default = __webpack_require__(9218);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(254)
+        __webpack_require__(8196)
       );
       const AmpStateContext = _react.default.createContext({});
       if (false) {
@@ -439,7 +439,7 @@
       /***/
     },
 
-    /***/ 4457: /***/ (__unused_webpack_module, exports) => {
+    /***/ 7094: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -461,7 +461,7 @@
       /***/
     },
 
-    /***/ 6509: /***/ (
+    /***/ 4645: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -475,9 +475,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(7147);
-      const _imageblursvg = __webpack_require__(5901);
-      const _imageconfig = __webpack_require__(1545);
+      const _warnonce = __webpack_require__(3975);
+      const _imageblursvg = __webpack_require__(3749);
+      const _imageconfig = __webpack_require__(8661);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -850,8 +850,8 @@
       /***/
     },
 
-    /***/ 4591: /***/ (module, exports, __webpack_require__) => {
-      /* provided dependency */ var process = __webpack_require__(4784);
+    /***/ 3039: /***/ (module, exports, __webpack_require__) => {
+      /* provided dependency */ var process = __webpack_require__(1482);
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -872,19 +872,19 @@
           return defaultHead;
         },
       });
-      const _interop_require_default = __webpack_require__(3280);
-      const _interop_require_wildcard = __webpack_require__(8464);
-      const _jsxruntime = __webpack_require__(673);
+      const _interop_require_default = __webpack_require__(9218);
+      const _interop_require_wildcard = __webpack_require__(8553);
+      const _jsxruntime = __webpack_require__(9348);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(254)
+        __webpack_require__(8196)
       );
       const _sideeffect = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(31)
+        __webpack_require__(2968)
       );
-      const _ampcontextsharedruntime = __webpack_require__(5225);
-      const _headmanagercontextsharedruntime = __webpack_require__(3382);
-      const _ampmode = __webpack_require__(4457);
-      const _warnonce = __webpack_require__(7147);
+      const _ampcontextsharedruntime = __webpack_require__(4551);
+      const _headmanagercontextsharedruntime = __webpack_require__(452);
+      const _ampmode = __webpack_require__(7094);
+      const _warnonce = __webpack_require__(3975);
       function defaultHead(inAmpMode) {
         if (inAmpMode === void 0) inAmpMode = false;
         const head = [
@@ -1068,7 +1068,7 @@
       /***/
     },
 
-    /***/ 5901: /***/ (__unused_webpack_module, exports) => {
+    /***/ 3749: /***/ (__unused_webpack_module, exports) => {
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
        */
@@ -1122,7 +1122,7 @@
       /***/
     },
 
-    /***/ 9041: /***/ (
+    /***/ 5611: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1136,11 +1136,11 @@
           return ImageConfigContext;
         },
       });
-      const _interop_require_default = __webpack_require__(3280);
+      const _interop_require_default = __webpack_require__(9218);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(254)
+        __webpack_require__(8196)
       );
-      const _imageconfig = __webpack_require__(1545);
+      const _imageconfig = __webpack_require__(8661);
       const ImageConfigContext = _react.default.createContext(
         _imageconfig.imageConfigDefault
       );
@@ -1150,7 +1150,7 @@
       /***/
     },
 
-    /***/ 1545: /***/ (__unused_webpack_module, exports) => {
+    /***/ 8661: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1198,7 +1198,7 @@
       /***/
     },
 
-    /***/ 4980: /***/ (__unused_webpack_module, exports) => {
+    /***/ 9206: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1231,7 +1231,7 @@
       /***/
     },
 
-    /***/ 7112: /***/ (
+    /***/ 4332: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1245,9 +1245,9 @@
           return RouterContext;
         },
       });
-      const _interop_require_default = __webpack_require__(3280);
+      const _interop_require_default = __webpack_require__(9218);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(254)
+        __webpack_require__(8196)
       );
       const RouterContext = _react.default.createContext(null);
       if (false) {
@@ -1256,7 +1256,11 @@
       /***/
     },
 
-    /***/ 31: /***/ (__unused_webpack_module, exports, __webpack_require__) => {
+    /***/ 2968: /***/ (
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1266,7 +1270,7 @@
           return SideEffect;
         },
       });
-      const _react = __webpack_require__(254);
+      const _react = __webpack_require__(8196);
       const isServer = typeof window === "undefined";
       const useClientOnlyLayoutEffect = isServer
         ? () => {}
Diff for 3463-HASH.js

Diff too large to display

Commit: 101d68a

@mischnic mischnic force-pushed the arlyon/refactor-node-file-trace branch from 9eb8143 to 3959afe Compare October 11, 2024 16:09
@mischnic mischnic force-pushed the mischnic/turbopack-nft branch from 65d9706 to 101d68a Compare October 11, 2024 16:09
@arlyon arlyon force-pushed the arlyon/refactor-node-file-trace branch 2 times, most recently from 751e503 to 12d3efd Compare October 13, 2024 21:51
@mischnic mischnic closed this Oct 14, 2024
@mischnic mischnic deleted the mischnic/turbopack-nft branch October 16, 2024 13:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Turbopack team PRs by the Turbopack team. locked tests Turbopack Related to Turbopack with Next.js. type: next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants