404 on NextJs Generated files

Site:

teamsportprod

Message:

The top resources not found report in Netlifys analytics is showing a number of instances where files generated during the deploy have 404’d. e.g.

/_next/data/8zvKa8ckagM1kZlQd6gwh/booking.json
/_next/data/_VzKVu-lBedGavo91wg-l/booking.json
/_next/data/Kt0gKxhQUUNv2wp7-4O0p/booking.json

We’ve also personally experienced a 404 to this file which breaks a key page on the site.

/_next/static/chunks/59-a2a601c05638545b.js

As I understand it these files are generated in NextJs build with unique names for different builds and what we’re seeing is a user receiving a mismatch of files between builds where the end user has received a file from one build which references other files, but on requesting them has been routed to a different build (or server) which doesn’t have the file.

Hi @tim2 :wave:t6: ,

Welcome to the forums and thanks so much for reaching out. (: Are all the files present and accessible. Can you attach your deploy log and see if there are any issues during the deployment process?

Here is the deploy log.

The URLs mentioned 404, but that is because the id after /_next/data/ will change on every build/deploy (in the below log it’s hJNwbzSm9ZVRHllsZ3pif) and the URLs work with that id in them.

5:36:46 PM: build-image version: 5e2052dbf11f1636a7bac1839aff8991d186d620 (focal)
5:36:46 PM: buildbot version: 5e2052dbf11f1636a7bac1839aff8991d186d620
5:36:46 PM: Fetching cached dependencies
5:36:46 PM: Starting to download cache of 545.1MB
5:36:50 PM: Finished downloading cache in 3.594s
5:36:50 PM: Starting to extract cache
5:36:53 PM: Finished extracting cache in 3.53s
5:36:53 PM: Finished fetching cache in 7.219s
5:36:53 PM: Starting to prepare the repo for build
5:36:55 PM: Preparing Git Reference refs/heads/production
5:36:55 PM: Parsing package.json dependencies
5:36:56 PM: Starting to install dependencies
5:36:56 PM: Python version set to 3.8
5:36:57 PM: Attempting Ruby version 2.7.2, read from environment
5:36:57 PM: Using Ruby version 2.7.2
5:36:58 PM: Started restoring cached go cache
5:36:58 PM: Finished restoring cached go cache
5:36:58 PM: Installing Go version 1.19.5 (requested 1.19.5)
5:37:02 PM: go version go1.19.5 linux/amd64
5:37:02 PM: Using PHP version 8.0
5:37:03 PM: Started restoring cached Node.js version
5:37:03 PM: Finished restoring cached Node.js version
5:37:03 PM: v16.19.1 is already installed.
5:37:04 PM: Now using node v16.19.1 (npm v8.19.3)
5:37:04 PM: Enabling Node.js Corepack
5:37:04 PM: Started restoring cached build plugins
5:37:04 PM: Finished restoring cached build plugins
5:37:04 PM: Started restoring cached corepack dependencies
5:37:04 PM: Finished restoring cached corepack dependencies
5:37:04 PM: No npm workspaces detected
5:37:04 PM: Started restoring cached node modules
5:37:04 PM: Finished restoring cached node modules
5:37:04 PM: Installing npm packages using npm version 8.19.3
5:37:06 PM: up to date, audited 1086 packages in 1s
5:37:06 PM: 173 packages are looking for funding
5:37:06 PM:   run `npm fund` for details
5:37:06 PM: found 0 vulnerabilities
5:37:06 PM: npm packages installed
5:37:07 PM: Install dependencies script success
5:37:07 PM: Starting build script
5:37:07 PM: Using stage install dependencies
5:37:08 PM: Detected 1 framework(s)
5:37:08 PM: "next" at version "13.1.6"
5:37:08 PM: Section completed: initializing
5:37:09 PM: ​
5:37:09 PM:   Netlify Build                                                 
5:37:09 PM: ────────────────────────────────────────────────────────────────
5:37:09 PM: ​
5:37:09 PM: ❯ Version
5:37:09 PM:   @netlify/build 29.7.1
5:37:09 PM: ​
5:37:09 PM: ❯ Flags
5:37:09 PM:   baseRelDir: true
5:37:09 PM:   buildId: 6421c54107ae4a0fbcec12b3
5:37:09 PM:   deployId: 6421c61c3eeb49000746db18
5:37:09 PM: ​
5:37:09 PM: ❯ Current directory
5:37:09 PM:   /opt/build/repo
5:37:09 PM: ​
5:37:09 PM: ❯ Config file
5:37:09 PM:   /opt/build/repo/netlify.toml
5:37:09 PM: ​
5:37:09 PM: ❯ Context
5:37:09 PM:   production
5:37:09 PM: ​
5:37:09 PM: ❯ Using Next.js Runtime - v4.32.2
5:37:09 PM: ​
5:37:09 PM: ❯ Loading plugins
5:37:09 PM:    - @netlify/plugin-lighthouse@4.0.7 from Netlify app
5:37:09 PM:    - @sentry/netlify-build-plugin@1.1.1 from Netlify app
5:37:11 PM: ​
5:37:11 PM:   1. @netlify/plugin-nextjs (onPreBuild event)                  
5:37:11 PM: ────────────────────────────────────────────────────────────────
5:37:11 PM: ​
5:37:11 PM: Next.js cache restored.
5:37:11 PM: Netlify configuration property "build.environment.NEXT_PRIVATE_TARGET" value changed.
5:37:11 PM: ​
5:37:11 PM: (@netlify/plugin-nextjs onPreBuild completed in 174ms)
5:37:11 PM: ​
5:37:11 PM:   2. Build command from Netlify app                             
5:37:11 PM: ────────────────────────────────────────────────────────────────
5:37:11 PM: ​
5:37:11 PM: $ npm run build
5:37:12 PM: > ########@0.1.0 build
5:37:12 PM: > next build
5:37:16 PM: info  - Linting and checking validity of types...
5:37:19 PM: ./pages/api/prismicToAlgolia.ts
5:37:19 PM: 13:1  Warning: Assign arrow function to a variable before exporting as module default  import/no-anonymous-default-export
5:37:19 PM: ./pages/api/search-events.tsx
5:37:19 PM: 7:1  Warning: Assign arrow function to a variable before exporting as module default  import/no-anonymous-default-export
5:37:19 PM: ./pages/booking.tsx
5:37:19 PM: 69:6  Warning: React Hook useEffect has missing dependencies: 'router' and 'updateBookingBarData'. Either include them or remove the dependency array.  react-hooks/exhaustive-deps
5:37:19 PM: 91:6  Warning: React Hook useEffect has missing dependencies: 'doSearch' and 'isInit'. Either include them or remove the dependency array.  react-hooks/exhaustive-deps
5:37:19 PM: 202:5  Warning: React Hook useMemo has a missing dependency: 'header?.locations'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
5:37:19 PM: ./src/components/Molecules/BookingResultItem/BookingResultItem.tsx
5:37:19 PM: 44:11  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Use `<Image />` from `next/image` instead to utilize Image Optimization. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
5:37:19 PM: ./src/components/Molecules/MemberOnlyEvent/MemberOnlyEvent.tsx
5:37:19 PM: 71:5  Warning: React Hook useCallback has a missing dependency: 'event.data.time'. Either include it or remove the dependency array. If 'setSelectedLocationUrl' needs the current value of 'event.data.time', you can also switch to useReducer instead of useState and read 'event.data.time' in the reducer.  react-hooks/exhaustive-deps
5:37:19 PM: 112:6  Warning: React Hook useEffect has missing dependencies: 'selectLocation' and 'tracks'. Either include them or remove the dependency array.  react-hooks/exhaustive-deps
5:37:19 PM: ./src/components/Molecules/TrackCard/TrackCard.tsx
5:37:19 PM: 32:13  Warning: Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images.  jsx-a11y/alt-text
5:37:19 PM: 34:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Use `<Image />` from `next/image` instead to utilize Image Optimization. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
5:37:19 PM: ./src/components/Organisms/BookingBar/BookingBar.tsx
5:37:19 PM: 35:6  Warning: React Hook useEffect has missing dependencies: 'updateAdults', 'updateDate', 'updateKids', and 'updateTrack'. Either include them or remove the dependency array.  react-hooks/exhaustive-deps
5:37:19 PM: ./src/components/Organisms/MemberTable/MemberTable.tsx
5:37:19 PM: 16:9  Warning: The 'membershipReadable' object makes the dependencies of useCallback Hook (at line 34) change on every render. Move it inside the useCallback callback. Alternatively, wrap the initialization of 'membershipReadable' in its own useMemo() Hook.  react-hooks/exhaustive-deps
5:37:19 PM: ./src/components/Organisms/ScrollToFieldError/ScrollToFieldError.tsx
5:37:19 PM: 29:6  Warning: React Hook useEffect has an unnecessary dependency: 'scrollBehavior'. Either exclude it or remove the dependency array. Outer scope values like 'scrollBehavior' aren't valid dependencies because mutating them doesn't re-render the component.  react-hooks/exhaustive-deps
5:37:19 PM: ./src/components/Organisms/SearchResults/SearchResults.tsx
5:37:19 PM: 28:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Use `<Image />` from `next/image` instead to utilize Image Optimization. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
5:37:19 PM: 36:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Use `<Image />` from `next/image` instead to utilize Image Optimization. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
5:37:19 PM: 36:15  Warning: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.  jsx-a11y/alt-text
5:37:19 PM: info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
5:37:19 PM: info  - Creating an optimized production build...
5:37:31 PM: info  - Compiled successfully
5:37:31 PM: info  - Collecting page data...
5:37:36 PM: info  - Generating static pages (0/928)
##### LARGE PAGE DATA WARNINGS REMOVED ########
5:37:57 PM: See more info here: https://nextjs.org/docs/messages/large-page-data
5:37:57 PM: info  - Generating static pages (928/928)
5:37:57 PM: info  - Finalizing page optimization...
5:37:58 PM: Route (pages)                                                                                         Size     First Load JS
5:37:58 PM: ┌ ● / (2190 ms)                                                                                       425 B           302 kB
5:37:58 PM: ├   /_app                                                                                             0 B             152 kB
5:37:58 PM: ├ ● /[...uid] (103174 ms)                   
5:37:58 PM: ├   ├ /experience-gift-vouchers (1101 ms)
5:37:58 PM: ├   ├ /stag-do-hen-do/50-lap-race-1 (973 ms)
5:37:58 PM: ├   ├ /go-karting-faqs (925 ms)
5:37:58 PM: ├   ├ /food-beverage (924 ms)
5:37:58 PM: ├   ├ /food-beverage/light-bites-and-kids (916 ms)
5:37:58 PM: ├   ├ /go-kart-racing-events/go-kart-racing-events-kids-go-karting-ultimate-race-experience (913 ms)
5:37:58 PM: ├   └ [+136 more paths] (avg 707 ms)
5:37:58 PM: ├ ○ /404 (3691 ms)                                                                                    422 B           302 kB
5:37:58 PM: ├ λ /api/callbackform                                                                                 0 B             152 kB
5:37:58 PM: ├ λ /api/contactusform                                                                                0 B             152 kB
5:37:58 PM: ├ λ /api/corporateform                                                                                0 B             152 kB
5:37:58 PM: ├ λ /api/eventenquiry                                                                                 0 B             152 kB
5:37:58 PM: ├ λ /api/exit-preview                                                                                 0 B             152 kB
5:37:58 PM: ├ λ /api/preview                                                                                      0 B             152 kB
5:37:58 PM: ├ λ /api/prismicToAlgolia                                                                             0 B             152 kB
5:37:58 PM: ├ λ /api/search-events                                                                                0 B             152 kB
5:37:58 PM: ├ ● /booking (3706 ms)                                                                                6.82 kB         239 kB
5:37:58 PM: ├ ● /blog (4003 ms)                                                                            266 B           308 kB
5:37:58 PM: ├ ● /blog/[uid] (232497 ms)                                                                    1.01 kB         303 kB
5:37:58 PM: ├   ├ /blog/goodwood-festival-of-speed (895 ms)
5:37:58 PM: ├   └ [+412 more paths] (avg 551 ms)
5:38:59 PM: Starting post processing
5:37:58 PM: ├   └ [+77 more paths] (avg 653 ms)
5:38:59 PM: Post processing - HTML
5:37:58 PM: ├ ● /go-kart-racing-events/[uid] (11244 ms)                                                           444 B           302 kB
5:37:58 PM: ├   ├ /go-kart-racing-events/kids-go-karting (768 ms)
5:37:58 PM: ├   ├ /go-kart-racing-events/vr (702 ms)
5:37:58 PM: ├   ├ /go-kart-racing-events/lanes (700 ms)
5:37:58 PM: ├   ├ /go-kart-racing-events/girls-on-grid (695 ms)
5:37:58 PM: ├   ├ /go-kart-racing-events/nhs-forces-discounts (695 ms)
5:37:58 PM: ├   ├ /go-kart-racing-events/stag-do-hen-do (690 ms)
5:37:58 PM: ├   ├ /go-kart-racing-events/adult-groups-of-12 (690 ms)
5:37:58 PM: ├   └ [+10 more paths] (avg 630 ms)
5:37:58 PM: ├ ● /go-kart-tracks (4481 ms)                                                                         34.8 kB         267 kB
5:37:58 PM: ├ ● /go-kart-tracks/[uid] (69946 ms)     
5:37:58 PM: ├   └ [+28 more paths] (avg 1693 ms)
5:37:58 PM: ├ ● /member-only-events (4800 ms)                                                                     3.76 kB         306 kB
5:37:58 PM: ├ ● /search (3688 ms)                                                                                 14.6 kB         247 kB
5:37:58 PM: ├ ○ /sentry_sample_error (1589 ms)                                                                    1.51 kB         153 kB
5:37:58 PM: ├ ● /Site-map (9010 ms)                                                                               1.03 kB         230 kB
5:37:58 PM: ├ λ /sitemap.xml                                                                                      247 B           152 kB
5:37:58 PM: ├ ● /slice-simulator (1989 ms)                                                                        18.7 kB         297 kB
5:37:58 PM: ├ ● /styleguide (3607 ms)                                                                             2.97 kB         232 kB
5:37:58 PM: ├ ● /trackside-news (4301 ms)                                                                         268 B           308 kB
5:37:58 PM: ├ ● /trackside-news/[uid] (72590 ms)             
5:37:58 PM: ├   └ [+127 more paths] (avg 533 ms)
5:37:58 PM: └ ● /trackside-news/page/[page] (38970 ms)    
5:37:58 PM:     └ [+77 more paths] (avg 399 ms)
5:37:58 PM: + First Load JS shared by all                                                                         164 kB
5:37:58 PM:   ├ chunks/framework-2c79e2a64abdb08b.js                                                              45.2 kB
5:37:58 PM:   ├ chunks/main-f11614d8aa7ee555.js                                                                   26.8 kB
5:37:58 PM:   ├ chunks/pages/_app-5a516548cbbbd045.js                                                             77.5 kB
5:37:58 PM:   ├ chunks/webpack-88ccc2e2abf952d6.js                                                                1.98 kB
5:37:58 PM:   └ css/445fb5dc41922406.css                                                                          12.4 kB
5:37:58 PM: λ  (Server)  server-side renders at runtime (uses getInitialProps or getServerSideProps)
5:37:58 PM: ○  (Static)  automatically rendered as static HTML (uses no initial props)
5:37:58 PM: ●  (SSG)     automatically generated as static HTML + JSON (uses getStaticProps)
5:37:58 PM: ​
5:37:58 PM: (build.command completed in 46.3s)
5:37:58 PM: ​
5:37:58 PM:   3. @netlify/plugin-nextjs (onBuild event)                     
5:37:58 PM: ────────────────────────────────────────────────────────────────
5:37:58 PM: ​
5:37:58 PM: Patching /opt/build/repo/node_modules/next/dist/server/base-server.js
5:37:58 PM: Done
5:37:58 PM: Patching /opt/build/repo/node_modules/next/dist/server/next-server.js
5:37:58 PM: Done
5:37:58 PM: Moving static page files to serve from CDN...
5:37:59 PM: Moved 1735 files
5:37:59 PM: Skipped moving 2 files because they match redirects or beforeFiles rewrites, so cannot be deployed to the CDN and will be served from the origin instead.
5:37:59 PM: The following files matched redirects and were not moved to the CDN:
5:37:59 PM: - about-us/covid-19.html
5:37:59 PM: - about-us/covid-19.json
5:37:59 PM: ────────────────────────────────────────────────────────────────
5:37:59 PM: You are not using Netlify Edge Functions for image format detection. Set env var "NEXT_FORCE_EDGE_IMAGES=true" to enable.
5:37:59 PM: Netlify configuration property "redirects" value changed to [
5:37:59 PM:   { from: '/_next/static/*', to: '/static/:splat', status: 200 },
5:37:59 PM:   {
5:37:59 PM:     from: '/_next/image*',
5:37:59 PM:     query: { url: ':url', w: ':width', q: ':quality' },
5:37:59 PM:     to: '/_ipx/w_:width,q_:quality/:url',
5:37:59 PM:     status: 301
5:37:59 PM:   },
5:37:59 PM:   { from: '/_ipx/*', to: '/.netlify/builders/_ipx', status: 200 },
5:37:59 PM:   { from: '/cache/*', to: '/404.html', status: 404, force: true },
5:37:59 PM:   { from: '/server/*', to: '/404.html', status: 404, force: true },
5:37:59 PM:   { from: '/serverless/*', to: '/404.html', status: 404, force: true },
5:37:59 PM:   { from: '/trace', to: '/404.html', status: 404, force: true },
5:37:59 PM:   { from: '/traces', to: '/404.html', status: 404, force: true },
5:37:59 PM:   {
5:37:59 PM:     from: '/routes-manifest.json',
5:37:59 PM:     to: '/404.html',
5:37:59 PM:     status: 404,
5:37:59 PM:     force: true
5:37:59 PM:   },
5:37:59 PM:   {
5:37:59 PM:     from: '/build-manifest.json',
5:37:59 PM:     to: '/404.html',
5:37:59 PM:     status: 404,
5:37:59 PM:     force: true
5:37:59 PM:   },
5:37:59 PM:   {
5:37:59 PM:     from: '/prerender-manifest.json',
5:37:59 PM:     to: '/404.html',
5:37:59 PM:     status: 404,
5:37:59 PM:     force: true
5:37:59 PM:   },
5:37:59 PM:   {
5:37:59 PM:     from: '/react-loadable-manifest.json',
5:37:59 PM:     to: '/404.html',
5:37:59 PM:     status: 404,
5:38:00 PM:     force: true
5:38:00 PM:   },
5:38:00 PM:   { from: '/BUILD_ID', to: '/404.html', status: 404, force: true },
5:38:00 PM:   {
5:38:00 PM:     from: '/api/*',
5:38:00 PM:     to: '/.netlify/functions/___netlify-handler',
5:38:00 PM:     status: 200
5:38:00 PM:   },
5:38:00 PM:   {
5:38:00 PM:     from: '/ChaseTheAce.jpg',
5:38:00 PM:     to: '/ChaseTheAce.jpg',
5:38:00 PM:     conditions: { Cookie: [Array] },
5:38:00 PM:     status: 200
5:38:00 PM:   },
5:38:00 PM:   {
5:38:00 PM:     from: '/robots.txt',
5:38:00 PM:     to: '/robots.txt',
5:38:00 PM:     conditions: { Cookie: [Array] },
5:38:00 PM:     status: 200
5:38:00 PM:   },
5:38:00 PM:   {
5:38:00 PM:     from: '/vercel.svg',
5:38:00 PM:     to: '/vercel.svg',
5:38:00 PM:     conditions: { Cookie: [Array] },
5:38:00 PM:     status: 200
5:38:01 PM:   },
5:38:01 PM:   {
5:38:01 PM:     from: '/assets/TSRedIcon.png',
5:38:01 PM:     to: '/assets/TSRedIcon.png',
5:38:01 PM:     conditions: { Cookie: [Array] },
5:38:01 PM:     status: 200
5:38:01 PM:   },
5:38:01 PM:   {
5:38:01 PM:     from: '/assets/favicon.png',
5:38:01 PM:     to: '/assets/favicon.png',
5:38:01 PM:     conditions: { Cookie: [Array] },
5:38:01 PM:     status: 200
5:38:01 PM:   },
5:38:01 PM:   {
5:38:01 PM:     from: '/assets/noimage.jpg',
5:38:01 PM:     to: '/assets/noimage.jpg',
5:38:01 PM:     conditions: { Cookie: [Array] },
5:38:01 PM:     status: 200
5:38:01 PM:   },
5:38:01 PM:   {
5:38:01 PM:     from: '/assets/touch-icon.png',
5:38:01 PM:     to: '/assets/touch-icon.png',
5:38:02 PM:     conditions: { Cookie: [Array] },
5:38:02 PM:     status: 200
5:38:02 PM:   },
5:38:02 PM:   {
5:38:02 PM:     from: '/assets/trackLocatorIcon.png',
5:38:02 PM:     to: '/assets/trackLocatorIcon.png',
5:38:02 PM:     conditions: { Cookie: [Array] },
5:38:02 PM:     status: 200
5:38:02 PM:   },
5:38:02 PM:   {
5:38:02 PM:     from: '/assets/trackLocatorWithNumber1.png',
5:38:02 PM:     to: '/assets/trackLocatorWithNumber1.png',
5:38:02 PM:     conditions: { Cookie: [Array] },
5:38:02 PM:     status: 200
5:38:02 PM:   },
5:38:03 PM:   {
5:38:03 PM:     from: '/assets/trackLocatorWithNumber2.png',
5:38:03 PM:     to: '/assets/trackLocatorWithNumber2.png',
5:38:03 PM:     conditions: { Cookie: [Array] },
5:38:03 PM:     status: 200
5:38:03 PM:   },
5:38:03 PM:   {
5:38:03 PM:     from: '/assets/trackLocatorWithNumber3.png',
5:38:03 PM:     to: '/assets/trackLocatorWithNumber3.png',
5:38:03 PM:     conditions: { Cookie: [Array] },
5:38:03 PM:     status: 200
5:38:03 PM:   },
5:38:03 PM:   {
5:38:03 PM:     from: '/assets/icons/icons.svg',
5:38:03 PM:     to: '/assets/icons/icons.svg',
5:38:03 PM:     conditions: { Cookie: [Array] },
5:38:03 PM:     status: 200
5:38:03 PM:   },
5:38:03 PM:   {
5:38:03 PM:     from: '/*',
5:38:03 PM:     to: '/.netlify/functions/___netlify-handler',
5:38:03 PM:     status: 200,
5:38:03 PM:     conditions: { Cookie: [Array] },
5:38:03 PM:     force: true
5:38:04 PM:   },
5:38:04 PM:   {
5:38:04 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/sentry_sample_error.json',
5:38:04 PM:     to: '/.netlify/functions/___netlify-handler',
5:38:04 PM:     status: 200,
5:38:04 PM:     force: false
5:38:04 PM:   },
5:38:04 PM:   {
5:38:04 PM:     from: '/sentry_sample_error',
5:38:04 PM:     to: '/.netlify/functions/___netlify-handler',
5:38:04 PM:     status: 200,
5:38:04 PM:     force: false
5:38:04 PM:   },
5:38:04 PM:   {
5:38:04 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/sitemap.xml.json',
5:38:04 PM:     to: '/.netlify/functions/___netlify-handler',
5:38:04 PM:     status: 200,
5:38:04 PM:     force: false
5:38:04 PM:   },
5:38:04 PM:   {
5:38:04 PM:     from: '/sitemap.xml',
5:38:04 PM:     to: '/.netlify/functions/___netlify-handler',
5:38:04 PM:     status: 200,
5:38:05 PM:     force: false
5:38:05 PM:   },
5:38:05 PM:   {
5:38:05 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/bruces-blog/page/:page.json',
5:38:05 PM:     to: '/server/pages/404.html',
5:38:05 PM:     status: 404,
5:38:05 PM:     force: false
5:38:05 PM:   },
5:38:05 PM:   {
5:38:05 PM:     from: '/bruces-blog/page/:page',
5:38:05 PM:     to: '/server/pages/404.html',
5:38:05 PM:     status: 404,
5:38:05 PM:     force: false
5:38:05 PM:   },
5:38:05 PM:   {
5:38:05 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/bruces-blog/:uid.json',
5:38:05 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:05 PM:     status: 200,
5:38:05 PM:     force: false
5:38:05 PM:   },
5:38:05 PM:   {
5:38:05 PM:     from: '/bruces-blog/:uid',
5:38:05 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:06 PM:     status: 200,
5:38:06 PM:     force: false
5:38:06 PM:   },
5:38:06 PM:   {
5:38:06 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/go-kart-racing-events/:uid.json',
5:38:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:06 PM:     status: 200,
5:38:06 PM:     force: false
5:38:06 PM:   },
5:38:06 PM:   {
5:38:06 PM:     from: '/go-kart-racing-events/:uid',
5:38:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:06 PM:     status: 200,
5:38:06 PM:     force: false
5:38:06 PM:   },
5:38:06 PM:   {
5:38:06 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/go-kart-tracks/:uid.json',
5:38:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:06 PM:     status: 200,
5:38:06 PM:     force: false
5:38:06 PM:   },
5:38:06 PM:   {
5:38:06 PM:     from: '/go-kart-tracks/:uid',
5:38:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:07 PM:     status: 200,
5:38:07 PM:     force: false
5:38:07 PM:   },
5:38:07 PM:   {
5:38:07 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/trackside-news/page/:page.json',
5:38:07 PM:     to: '/server/pages/404.html',
5:38:07 PM:     status: 404,
5:38:07 PM:     force: false
5:38:07 PM:   },
5:38:07 PM:   {
5:38:07 PM:     from: '/trackside-news/page/:page',
5:38:07 PM:     to: '/server/pages/404.html',
5:38:07 PM:     status: 404,
5:38:07 PM:     force: false
5:38:07 PM:   },
5:38:07 PM:   {
5:38:07 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/trackside-news/:uid.json',
5:38:07 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:07 PM:     status: 200,
5:38:07 PM:     force: false
5:38:07 PM:   },
5:38:07 PM:   {
5:38:07 PM:     from: '/trackside-news/:uid',
5:38:07 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:08 PM:     status: 200,
5:38:08 PM:     force: false
5:38:08 PM:   },
5:38:08 PM:   {
5:38:08 PM:     from: '/_next/data/hJNwbzSm9ZVRHllsZ3pif/:uid/*',
5:38:08 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:08 PM:     status: 200,
5:38:08 PM:     force: false
5:38:08 PM:   },
5:38:08 PM:   {
5:38:08 PM:     from: '/:uid/*',
5:38:08 PM:     to: '/.netlify/builders/___netlify-odb-handler',
5:38:08 PM:     status: 200,
5:38:08 PM:     force: false
5:38:08 PM:   },
5:38:08 PM:   {
5:38:08 PM:     from: '/*',
5:38:08 PM:     to: '/.netlify/functions/___netlify-handler',
5:38:08 PM:     status: 200
5:38:08 PM:   }
5:38:08 PM: ].
5:38:08 PM: ​
5:38:08 PM: (@netlify/plugin-nextjs onBuild completed in 1.3s)
5:38:09 PM: ​
5:38:09 PM:   4. Functions bundling                                         
5:38:09 PM: ────────────────────────────────────────────────────────────────
5:38:09 PM: ​
5:38:09 PM: Packaging Functions from .netlify/functions-internal directory:
5:38:09 PM:  - ___netlify-handler/___netlify-handler.js
5:38:09 PM:  - ___netlify-odb-handler/___netlify-odb-handler.js
5:38:09 PM:  - _ipx/_ipx.js
5:38:09 PM: ​
5:38:27 PM: ​
5:38:27 PM: (Functions bundling completed in 28.2s)
5:38:27 PM: ​
5:38:27 PM:   5. Edge Functions bundling                                    
5:38:27 PM: ────────────────────────────────────────────────────────────────
5:38:27 PM: ​
5:38:28 PM: ​
5:38:28 PM: (Edge Functions bundling completed in 327ms)
5:38:28 PM: ​
5:38:28 PM:   6. @netlify/plugin-nextjs (onPostBuild event)                 
5:38:28 PM: ────────────────────────────────────────────────────────────────
5:38:28 PM: ​
5:38:28 PM: Next.js cache saved.
5:38:28 PM: ​
5:38:28 PM: (@netlify/plugin-nextjs onPostBuild completed in 271ms)
5:38:28 PM: ​
5:38:28 PM:   7. @netlify/plugin-lighthouse (onPostBuild event)             
5:38:28 PM: ────────────────────────────────────────────────────────────────
5:38:28 PM: ​
5:38:28 PM: Serving and scanning site from directory .next
5:38:28 PM: Mon, 27 Mar 2023 16:38:28 GMT LH:ChromeLauncher Waiting for browser.
5:38:28 PM: Mon, 27 Mar 2023 16:38:28 GMT LH:ChromeLauncher Waiting for browser...
5:38:28 PM: Mon, 27 Mar 2023 16:38:28 GMT LH:ChromeLauncher Waiting for browser.....
5:38:28 PM: Mon, 27 Mar 2023 16:38:28 GMT LH:ChromeLauncher Waiting for browser.....✓
5:38:29 PM: Mon, 27 Mar 2023 16:38:29 GMT LH:config:warn IFrameElements gatherer requested, however no audit requires it.
5:38:29 PM: Mon, 27 Mar 2023 16:38:29 GMT LH:config:warn Inputs gatherer requested, however no audit requires it.
5:38:29 PM: Mon, 27 Mar 2023 16:38:29 GMT LH:status Connecting to browser
5:38:29 PM: Mon, 27 Mar 2023 16:38:29 GMT LH:status Resetting state with about:blank
5:38:29 PM: Mon, 27 Mar 2023 16:38:29 GMT LH:status Navigating to about:blank
5:38:29 PM: Mon, 27 Mar 2023 16:38:29 GMT LH:status Benchmarking machine
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Initializing…
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Preparing target for navigation mode
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Running defaultPass pass CSSUsage, JsUsage, ViewportDimensions, ConsoleMessages, AnchorElements, ImageElements, LinkElements, MetaElements, ScriptElements, IFrameElements, Inputs, MainDocumentContent, GlobalListeners, Doctype, DOMStats, OptimizedImages, PasswordInputsWithPreventedPaste, ResponseCompression, TagsBlockingFirstPaint, FontSize, EmbeddedContent, RobotsTxt, TapTargets, Accessibility, TraceElements, InspectorIssues, SourceMaps, FullPageScreenshot
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Resetting state with about:blank
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Navigating to about:blank
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Preparing target for navigation

Here’s the second half of the log (too long to fit in one reploy)


5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Cleaning origin data
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Cleaning browser cache
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Preparing network conditions
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Beginning devtoolsLog and trace
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Loading page & waiting for onload
5:38:30 PM: Mon, 27 Mar 2023 16:38:30 GMT LH:status Navigating to http://localhost:5100/
5:38:32 PM: Mon, 27 Mar 2023 16:38:32 GMT LH:status Gathering in-page: CSSUsage
5:38:32 PM: Mon, 27 Mar 2023 16:38:32 GMT LH:status Gathering in-page: JsUsage
5:38:36 PM: Mon, 27 Mar 2023 16:38:36 GMT LH:status Generating results...
5:38:36 PM: Mon, 27 Mar 2023 16:38:36 GMT LH:ChromeLauncher Killing Chrome instance 5966
5:38:37 PM: {
5:38:37 PM:   results: [
5:38:37 PM:     { title: 'Performance', score: 0.97, id: 'performance' },
5:38:37 PM:     { title: 'Accessibility', score: 0.82, id: 'accessibility' },
5:38:37 PM:     { title: 'Best Practices', score: 0.75, id: 'best-practices' },
5:38:37 PM:     { title: 'SEO', score: 0.74, id: 'seo' },
5:38:37 PM:     { title: 'PWA', score: 0.3, id: 'pwa' }
5:38:37 PM:   ]
5:38:37 PM: }
5:38:37 PM: Report collected: audited_uri: '.next/', html_report_size: 718.53 KiB
5:38:37 PM: ​
5:38:37 PM: (@netlify/plugin-lighthouse onPostBuild completed in 8.9s)
5:38:37 PM: ​
5:38:37 PM:   8. @sentry/netlify-build-plugin (onPostBuild event)           
5:38:37 PM: ────────────────────────────────────────────────────────────────
5:38:37 PM: ​
5:38:37 PM: Creating new release with version:  ac57b01b101f52ab523188c0840bb42a5fd3c2c0
5:38:37 PM: > Found 195 release files
5:38:37 PM: > Analyzing 195 sources
5:38:37 PM: > Rewriting sources
5:38:37 PM: > Adding source map references
5:38:38 PM: > Bundled 195 files for upload
5:38:39 PM: > Uploaded release files to Sentry
5:38:39 PM: > File upload complete (processing pending on server)
5:38:39 PM: > Organization: ######
5:38:39 PM: > Project: ##########
5:38:39 PM: > Release: ac57b01b101f52ab523188c0840bb42a5fd3c2c0
5:38:39 PM: > Dist: None
5:38:39 PM: Source Map Upload Report
5:38:39 PM:   Scripts
5:38:39 PM:     ~/server/chunks/1105.js
5:38:39 PM:     ~/server/chunks/1396.js
5:38:39 PM:     ~/server/chunks/1737.js
5:38:39 PM:     ~/server/chunks/24.js
5:38:39 PM:     ~/server/chunks/3173.js
5:38:39 PM:     ~/server/chunks/3193.js
5:38:39 PM:     ~/server/chunks/3267.js
5:38:39 PM:     ~/server/chunks/3336.js
5:38:39 PM:     ~/server/chunks/4041.js
5:38:39 PM:     ~/server/chunks/4253.js
5:38:39 PM:     ~/server/chunks/4314.js
5:38:39 PM:     ~/server/chunks/4401.js
5:38:39 PM:     ~/server/chunks/5117.js
5:38:39 PM:     ~/server/chunks/5570.js
5:38:39 PM:     ~/server/chunks/676.js
5:38:39 PM:     ~/server/chunks/68.js
5:38:39 PM:     ~/server/chunks/6859.js
5:38:39 PM:     ~/server/chunks/712.js
5:38:39 PM:     ~/server/chunks/7213.js
5:38:39 PM:     ~/server/chunks/7254.js
5:38:39 PM:     ~/server/chunks/7398.js
5:38:39 PM:     ~/server/chunks/7399.js
5:38:39 PM:     ~/server/chunks/8253.js
5:38:39 PM:     ~/server/chunks/8680.js
5:38:39 PM:     ~/server/chunks/8812.js
5:38:39 PM:     ~/server/chunks/968.js
5:38:39 PM:     ~/server/middleware-react-loadable-manifest.js
5:38:39 PM:     ~/server/pages/404.js
5:38:39 PM:     ~/server/pages/Site-map.js
5:38:39 PM:     ~/server/pages/[...uid].js
5:38:39 PM:     ~/server/pages/_app.js
5:38:39 PM:     ~/server/pages/_document.js
5:38:39 PM:     ~/server/pages/_error.js
5:38:39 PM:     ~/server/pages/api/search-events.js
5:38:39 PM:     ~/server/pages/booking.js
5:38:39 PM:     ~/server/pages/bruces-blog.js
5:38:39 PM:     ~/server/pages/bruces-blog/[uid].js
5:38:39 PM:     ~/server/pages/bruces-blog/page/[page].js
5:38:39 PM:     ~/server/pages/go-kart-racing-events/[uid].js
5:38:39 PM:     ~/server/pages/go-kart-tracks.js
5:38:39 PM:     ~/server/pages/go-kart-tracks/[uid].js
5:38:39 PM:     ~/server/pages/index.js
5:38:39 PM:     ~/server/pages/member-only-events.js
5:38:39 PM:     ~/server/pages/search.js
5:38:39 PM:     ~/server/pages/sitemap.xml.js
5:38:39 PM:     ~/server/pages/styleguide.js
5:38:39 PM:     ~/server/pages/trackside-news.js
5:38:39 PM:     ~/server/pages/trackside-news/[uid].js
5:38:39 PM:     ~/server/pages/trackside-news/page/[page].js
5:38:39 PM:     ~/server/webpack-api-runtime.js
5:38:39 PM:     ~/server/webpack-runtime.js
5:38:39 PM:     ~/static/hJNwbzSm9ZVRHllsZ3pif/_ssgManifest.js
5:38:39 PM:   Minified Scripts
5:38:39 PM:     ~/server/middleware-build-manifest.js (no sourcemap ref)
5:38:39 PM:       - warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/server/middleware-build-manifest.js.)
5:38:39 PM:     ~/server/pages/slice-simulator.js (sourcemap at slice-simulator.js.map)
5:38:39 PM:     ~/static/chunks/213-ae407935485f4382.js (sourcemap at 213-ae407935485f4382.js.map)
5:38:39 PM:     ~/static/chunks/383-a688e3d895657909.js (sourcemap at 383-a688e3d895657909.js.map)
5:38:39 PM:     ~/static/chunks/4.12dc8e530ed25324.js (sourcemap at 4.12dc8e530ed25324.js.map)
5:38:39 PM:     ~/static/chunks/59-e50295801f6660d0.js (sourcemap at 59-e50295801f6660d0.js.map)
5:38:39 PM:     ~/static/chunks/591-1e20e9b0fe71d618.js (sourcemap at 591-1e20e9b0fe71d618.js.map)
5:38:39 PM:     ~/static/chunks/675-94783329a13d0d54.js (sourcemap at 675-94783329a13d0d54.js.map)
5:38:39 PM:     ~/static/chunks/681-16ca8f058ea2f719.js (sourcemap at 681-16ca8f058ea2f719.js.map)
5:38:39 PM:     ~/static/chunks/7d0bf13e-a9ff65ca717f88ad.js (sourcemap at 7d0bf13e-a9ff65ca717f88ad.js.map)
5:38:39 PM:     ~/static/chunks/835-e46a4abbce5dbf92.js (sourcemap at 835-e46a4abbce5dbf92.js.map)
5:38:39 PM:     ~/static/chunks/965-b3c2ce2244b86527.js (sourcemap at 965-b3c2ce2244b86527.js.map)
5:38:39 PM:     ~/static/chunks/framework-2c79e2a64abdb08b.js (sourcemap at framework-2c79e2a64abdb08b.js.map)
5:38:39 PM:     ~/static/chunks/main-f11614d8aa7ee555.js (sourcemap at main-f11614d8aa7ee555.js.map)
5:38:39 PM:     ~/static/chunks/pages/404-fed3e4fe5f1a7986.js (sourcemap at 404-fed3e4fe5f1a7986.js.map)
5:38:39 PM:     ~/static/chunks/pages/Site-map-77bdd29bd75803f4.js (sourcemap at Site-map-77bdd29bd75803f4.js.map)
5:38:39 PM:     ~/static/chunks/pages/[...uid]-526a04ec46aef997.js (sourcemap at [...uid]-526a04ec46aef997.js.map)
5:38:39 PM:     ~/static/chunks/pages/_app-5a516548cbbbd045.js (sourcemap at _app-5a516548cbbbd045.js.map)
5:38:39 PM:     ~/static/chunks/pages/_error-5c8b4baf4f6478ca.js (sourcemap at _error-5c8b4baf4f6478ca.js.map)
5:38:39 PM:     ~/static/chunks/pages/booking-41915a760d907572.js (sourcemap at booking-41915a760d907572.js.map)
5:38:39 PM:     ~/static/chunks/pages/bruces-blog-016f919e884d025d.js (sourcemap at bruces-blog-016f919e884d025d.js.map)
5:38:39 PM:     ~/static/chunks/pages/go-kart-racing-events/[uid]-917245fc2b16e5d6.js (sourcemap at [uid]-917245fc2b16e5d6.js.map)
5:38:39 PM:     ~/static/chunks/pages/go-kart-tracks-f37ab7997f3c9d9f.js (sourcemap at go-kart-tracks-f37ab7997f3c9d9f.js.map)
5:38:39 PM:     ~/static/chunks/pages/go-kart-tracks/[uid]-c47e27aaf563da7c.js (sourcemap at [uid]-c47e27aaf563da7c.js.map)
5:38:39 PM:     ~/static/chunks/pages/index-3f6d69b37147183a.js (sourcemap at index-3f6d69b37147183a.js.map)
5:38:39 PM:     ~/static/chunks/pages/member-only-events-0e66184b936ef156.js (sourcemap at member-only-events-0e66184b936ef156.js.map)
5:38:39 PM:     ~/static/chunks/pages/search-90c9634092995e5d.js (sourcemap at search-90c9634092995e5d.js.map)
5:38:39 PM:     ~/static/chunks/pages/sentry_sample_error-d7ab57dd68dbf8ae.js (sourcemap at sentry_sample_error-d7ab57dd68dbf8ae.js.map)
5:38:39 PM:     ~/static/chunks/pages/sitemap.xml-f2fcb180f3859a83.js (sourcemap at sitemap.xml-f2fcb180f3859a83.js.map)
5:38:39 PM:     ~/static/chunks/pages/slice-simulator-73fb8028f93d782b.js (sourcemap at slice-simulator-73fb8028f93d782b.js.map)
5:38:39 PM:     ~/static/chunks/pages/styleguide-8f34eb4f77536321.js (sourcemap at styleguide-8f34eb4f77536321.js.map)
5:38:39 PM:     ~/static/chunks/pages/trackside-news-dfc7575b197faca6.js (sourcemap at trackside-news-dfc7575b197faca6.js.map)
5:38:39 PM:     ~/static/chunks/polyfills-c67a75d1b6f99dc8.js (no sourcemap ref)
5:38:39 PM:       - warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/static/chunks/polyfills-c67a75d1b6f99dc8.js.)
5:38:39 PM:     ~/static/chunks/webpack-88ccc2e2abf952d6.js (sourcemap at webpack-88ccc2e2abf952d6.js.map)
5:38:39 PM:     ~/static/hJNwbzSm9ZVRHllsZ3pif/_buildManifest.js (no sourcemap ref)
5:38:39 PM:       - warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/static/hJNwbzSm9ZVRHllsZ3pif/_buildManifest.js.)
5:38:39 PM:   Source Maps
5:38:39 PM:     ~/server/chunks/1105.js.map
5:38:39 PM:     ~/server/chunks/1396.js.map
5:38:39 PM:     ~/server/chunks/1737.js.map
5:38:39 PM:     ~/server/chunks/24.js.map
5:38:39 PM:     ~/server/chunks/3173.js.map
5:38:39 PM:     ~/server/chunks/3193.js.map
5:38:39 PM:     ~/server/chunks/3267.js.map
5:38:39 PM:     ~/server/chunks/3336.js.map
5:38:39 PM:     ~/server/chunks/4041.js.map
5:38:39 PM:     ~/server/chunks/4253.js.map
5:38:39 PM:     ~/server/chunks/4314.js.map
5:38:39 PM:     ~/server/chunks/4401.js.map
5:38:39 PM:     ~/server/chunks/5117.js.map
5:38:39 PM:     ~/server/chunks/5570.js.map
5:38:39 PM:     ~/server/chunks/676.js.map
5:38:39 PM:     ~/server/chunks/68.js.map
5:38:39 PM:     ~/server/chunks/6859.js.map
5:38:39 PM:     ~/server/chunks/712.js.map
5:38:39 PM:     ~/server/chunks/7213.js.map
5:38:39 PM:     ~/server/chunks/7254.js.map
5:38:39 PM:     ~/server/chunks/7398.js.map
5:38:39 PM:     ~/server/chunks/7399.js.map
5:38:39 PM:     ~/server/chunks/8253.js.map
5:38:39 PM:     ~/server/chunks/8680.js.map
5:38:39 PM:     ~/server/chunks/8812.js.map
5:38:39 PM:     ~/server/chunks/968.js.map
5:38:39 PM:     ~/server/pages/404.js.map
5:38:39 PM:     ~/server/pages/Site-map.js.map
5:38:39 PM:     ~/server/pages/[...uid].js.map
5:38:39 PM:     ~/server/pages/_app.js.map
5:38:39 PM:     ~/server/pages/_document.js.map
5:38:39 PM:     ~/server/pages/_error.js.map
5:38:39 PM:     ~/server/pages/api/callbackform.js.map
5:38:39 PM:     ~/server/pages/api/contactusform.js.map
5:38:39 PM:     ~/server/pages/api/corporateform.js.map
5:38:39 PM:     ~/server/pages/api/eventenquiry.js.map
5:38:39 PM:     ~/server/pages/api/exit-preview.js.map
5:38:39 PM:     ~/server/pages/api/preview.js.map
5:38:39 PM:     ~/server/pages/api/prismicToAlgolia.js.map
5:38:39 PM:     ~/server/pages/api/search-events.js.map
5:38:39 PM:     ~/server/pages/booking.js.map
5:38:39 PM:     ~/server/pages/bruces-blog.js.map
5:38:39 PM:     ~/server/pages/bruces-blog/[uid].js.map
5:38:39 PM:     ~/server/pages/bruces-blog/page/[page].js.map
5:38:39 PM:     ~/server/pages/go-kart-racing-events/[uid].js.map
5:38:39 PM:     ~/server/pages/go-kart-tracks.js.map
5:38:39 PM:     ~/server/pages/go-kart-tracks/[uid].js.map
5:38:39 PM:     ~/server/pages/index.js.map
5:38:39 PM:     ~/server/pages/member-only-events.js.map
5:38:39 PM:     ~/server/pages/search.js.map
5:38:39 PM:     ~/server/pages/sentry_sample_error.js.map
5:38:39 PM:     ~/server/pages/sitemap.xml.js.map
5:38:39 PM:     ~/server/pages/slice-simulator.js.map
5:38:39 PM:     ~/server/pages/styleguide.js.map
5:38:39 PM:     ~/server/pages/trackside-news.js.map
5:38:39 PM:     ~/server/pages/trackside-news/[uid].js.map
5:38:39 PM:     ~/server/pages/trackside-news/page/[page].js.map
5:38:39 PM:     ~/server/webpack-api-runtime.js.map
5:38:39 PM:     ~/server/webpack-runtime.js.map
5:38:39 PM:     ~/static/chunks/213-ae407935485f4382.js.map
5:38:39 PM:     ~/static/chunks/383-a688e3d895657909.js.map
5:38:39 PM:     ~/static/chunks/4.12dc8e530ed25324.js.map
5:38:39 PM:     ~/static/chunks/59-e50295801f6660d0.js.map
5:38:39 PM:     ~/static/chunks/591-1e20e9b0fe71d618.js.map
5:38:39 PM:     ~/static/chunks/675-94783329a13d0d54.js.map
5:38:39 PM:     ~/static/chunks/681-16ca8f058ea2f719.js.map
5:38:39 PM:     ~/static/chunks/7d0bf13e-a9ff65ca717f88ad.js.map
5:38:39 PM:     ~/static/chunks/835-e46a4abbce5dbf92.js.map
5:38:39 PM:     ~/static/chunks/965-b3c2ce2244b86527.js.map
5:38:39 PM:     ~/static/chunks/framework-2c79e2a64abdb08b.js.map
5:38:39 PM:     ~/static/chunks/main-f11614d8aa7ee555.js.map
5:38:39 PM:     ~/static/chunks/pages/404-fed3e4fe5f1a7986.js.map
5:38:39 PM:     ~/static/chunks/pages/Site-map-77bdd29bd75803f4.js.map
5:38:39 PM:     ~/static/chunks/pages/[...uid]-526a04ec46aef997.js.map
5:38:39 PM:     ~/static/chunks/pages/_app-5a516548cbbbd045.js.map
5:38:39 PM:     ~/static/chunks/pages/_error-5c8b4baf4f6478ca.js.map
5:38:39 PM:     ~/static/chunks/pages/booking-41915a760d907572.js.map
5:38:39 PM:     ~/static/chunks/pages/bruces-blog-016f919e884d025d.js.map
5:38:39 PM:     ~/static/chunks/pages/bruces-blog/[uid]-8a8fd3e3e0da24f1.js.map
5:38:39 PM:     ~/static/chunks/pages/bruces-blog/page/[page]-9752b3d4c271d878.js.map
5:38:39 PM:     ~/static/chunks/pages/go-kart-racing-events/[uid]-917245fc2b16e5d6.js.map
5:38:39 PM:     ~/static/chunks/pages/go-kart-tracks-f37ab7997f3c9d9f.js.map
5:38:39 PM:     ~/static/chunks/pages/go-kart-tracks/[uid]-c47e27aaf563da7c.js.map
5:38:39 PM:     ~/static/chunks/pages/index-3f6d69b37147183a.js.map
5:38:39 PM:     ~/static/chunks/pages/member-only-events-0e66184b936ef156.js.map
5:38:39 PM:     ~/static/chunks/pages/search-90c9634092995e5d.js.map
5:38:39 PM:     ~/static/chunks/pages/sentry_sample_error-d7ab57dd68dbf8ae.js.map
5:38:39 PM:     ~/static/chunks/pages/sitemap.xml-f2fcb180f3859a83.js.map
5:38:39 PM:     ~/static/chunks/pages/slice-simulator-73fb8028f93d782b.js.map
5:38:39 PM:     ~/static/chunks/pages/styleguide-8f34eb4f77536321.js.map
5:38:39 PM:     ~/static/chunks/pages/trackside-news-dfc7575b197faca6.js.map
5:38:39 PM:     ~/static/chunks/pages/trackside-news/[uid]-313140c6524e9dd0.js.map
5:38:39 PM:     ~/static/chunks/pages/trackside-news/page/[page]-af11919597386169.js.map
5:38:39 PM:     ~/static/chunks/webpack-88ccc2e2abf952d6.js.map
5:38:39 PM:     ~/static/css/445fb5dc41922406.css.map
5:38:39 PM:     ~/static/css/873807f73cfb7315.css.map
5:38:39 PM:     ~/static/css/b102154912f74778.css.map
5:38:40 PM: Successfully notified Sentry of deployment!
5:38:40 PM: ​
5:38:40 PM: (@sentry/netlify-build-plugin onPostBuild completed in 2.9s)
5:38:40 PM: ​
5:38:40 PM:   9. Deploy site                                                
5:38:40 PM: ────────────────────────────────────────────────────────────────
5:38:40 PM: ​
5:38:40 PM: Starting to deploy site from '.next'
5:38:42 PM: Calculating files to upload
5:38:44 PM: 912 new files to upload
5:38:44 PM: 3 new functions to upload
5:38:44 PM: Starting to upload
5:38:59 PM: 100% uploaded
5:38:59 PM: Section completed: deploying
5:38:59 PM: Site deploy was successfully initiated
5:38:59 PM: ​
5:38:59 PM: (Deploy site completed in 18.8s)
5:38:59 PM: ​
5:38:59 PM:   Netlify Build Complete                                        
5:38:59 PM: ────────────────────────────────────────────────────────────────
5:38:59 PM: ​
5:38:59 PM: (Netlify Build completed in 1m 49.3s)
5:38:59 PM: Caching artifacts
5:38:59 PM: Started saving node modules
5:38:59 PM: Finished saving node modules
5:38:59 PM: Started saving build plugins
5:38:59 PM: Finished saving build plugins
5:38:59 PM: Started saving corepack cache
5:38:59 PM: Finished saving corepack cache
5:38:59 PM: Started saving pip cache
5:38:59 PM: Finished saving pip cache
5:38:59 PM: Started saving emacs cask dependencies
5:38:59 PM: Finished saving emacs cask dependencies
5:38:59 PM: Started saving maven dependencies
5:38:59 PM: Finished saving maven dependencies
5:38:59 PM: Started saving boot dependencies
5:38:59 PM: Finished saving boot dependencies
5:38:59 PM: Started saving rust rustup cache
5:38:59 PM: Finished saving rust rustup cache
5:38:59 PM: Started saving go dependencies
5:38:59 PM: Finished saving go dependencies
5:39:00 PM: Build script success
5:39:00 PM: Section completed: building
5:39:02 PM: Uploading Cache of size 545.0MB
5:39:06 PM: Section completed: cleanup
5:39:06 PM: Finished processing build request in 2m19.524s
5:40:22 PM: Post processing - header rules
5:40:22 PM: Post processing - redirect rules
5:40:23 PM: Post processing done
5:40:23 PM: Section completed: postprocessing
5:40:24 PM: Site is live ✨

I’ve notices one of the URLs currently 404ing is

/_next/static/chunks/383-a688e3d895657909.js

but in the build log’s there is this file which does work.

/static/chunks/383-a688e3d895657909.js

The build log shows a redirect being created from the path that doesn’t work to the one that does.

I’ve also noticed that the files all work when you call them on Netlifys subdomain directly rather than the custom domain.

Hi @tim2 ,

Thanks for sharing the deploy log. Could you also share the full paths and repro steps to help us repro the error? Thanks!