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