I’m trying to deploy my personal website, jonstroshine.com, but getting a build error regarding edge functions. I’m not using edge functions, so I’m curious why I’m getting those errors? See the build log and build settings, below.
8:42:22 AM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/jonathanstroshine/builds
8:43:34 AM: build-image version: fcb0c1b3ada6d25c1cb58e8bc514f5f23cc14f15 (focal)
8:43:34 AM: buildbot version: 5d9cbb75e9a22173e43831f5d661d8faaf2933ce
8:43:34 AM: Building without cache
8:43:34 AM: Starting to prepare the repo for build
8:43:34 AM: No cached dependencies found. Cloning fresh repo
8:43:34 AM: git clone --filter=blob:none https://github.com/jonathanstroshine/personal-portfolio
8:43:35 AM: Preparing Git Reference refs/heads/main
8:43:36 AM: Custom edge functions path detected. Proceeding with the specified path: "netlify/edge-functions"
8:43:38 AM: Starting to install dependencies
8:43:41 AM: Python version set to 3.8
8:43:41 AM: Attempting Ruby version 2.7.2, read from environment
8:43:41 AM: Using Ruby version 2.7.2
8:43:42 AM: Started restoring cached go cache
8:43:42 AM: Finished restoring cached go cache
8:43:44 AM: go version go1.19.13 linux/amd64
8:43:45 AM: Using PHP version 8.0
8:43:46 AM: Downloading and installing node v18.19.1...
8:43:46 AM: Downloading https://nodejs.org/dist/v18.19.1/node-v18.19.1-linux-x64.tar.xz...
8:43:47 AM: Computing checksum with sha256sum
8:43:47 AM: Checksums matched!
8:43:49 AM: Now using node v18.19.1 (npm v10.2.4)
8:43:49 AM: Enabling Node.js Corepack
8:43:49 AM: Started restoring cached build plugins
8:43:49 AM: Finished restoring cached build plugins
8:43:49 AM: Started restoring cached corepack dependencies
8:43:49 AM: Finished restoring cached corepack dependencies
8:43:50 AM: Installing npm packages using pnpm version 8.14.1
8:43:50 AM: Lockfile is up to date, resolution step is skipped
8:43:50 AM: Progress: resolved 1, reused 0, downloaded 0, added 0
8:43:51 AM: Packages: +606
8:43:51 AM: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8:43:51 AM: Progress: resolved 606, reused 0, downloaded 0, added 0
8:43:52 AM: Progress: resolved 606, reused 0, downloaded 295, added 294
8:43:53 AM: Progress: resolved 606, reused 0, downloaded 582, added 582
8:43:54 AM: Progress: resolved 606, reused 0, downloaded 602, added 602
8:43:55 AM: Progress: resolved 606, reused 0, downloaded 606, added 606, done
8:43:55 AM: .../node_modules/protobufjs postinstall$ node scripts/postinstall
8:43:55 AM: .../node_modules/protobufjs postinstall: Done
8:43:55 AM: .../esbuild@0.19.4/node_modules/esbuild postinstall$ node install.js
8:43:55 AM: .../.pnpm/rome@12.1.3/node_modules/rome postinstall$ node scripts/postinstall.js
8:43:55 AM: .../node_modules/@netlify/esbuild postinstall$ node install.js
8:43:56 AM: .../.pnpm/rome@12.1.3/node_modules/rome postinstall: Done
8:43:56 AM: .../esbuild@0.19.4/node_modules/esbuild postinstall: Done
8:43:56 AM: .../node_modules/@netlify/esbuild postinstall: Done
8:43:56 AM: .../sharp@0.32.6/node_modules/sharp install$ (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)
8:43:59 AM: .../sharp@0.32.6/node_modules/sharp install: sharp: Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.14.5/libvips-8.14.5-linux-x64.tar.br
8:43:59 AM: .../sharp@0.32.6/node_modules/sharp install: sharp: Integrity check passed for linux-x64
8:44:00 AM: .../sharp@0.32.6/node_modules/sharp install: Done
8:44:00 AM: .../node_modules/contentlayer postinstall$ node ./bin/cli.cjs postinstall || echo "No Contentlayer build found."
8:44:01 AM: .../node_modules/contentlayer postinstall: Done
8:44:01 AM: dependencies:
8:44:01 AM: + @netlify/plugin-nextjs 4.41.3
8:44:01 AM: + @next/font 13.5.4
8:44:01 AM: + @next/mdx 13.5.4
8:44:01 AM: + @upstash/redis 1.23.3
8:44:01 AM: + contentlayer 0.3.4
8:44:01 AM: + framer-motion 10.16.4
8:44:01 AM: + lucide-react 0.284.0
8:44:01 AM: + markdown-wasm 1.2.0
8:44:01 AM: + next 13.5.4
8:44:01 AM: + next-contentlayer 0.3.4
8:44:01 AM: + react 18.2.0
8:44:01 AM: + react-dom 18.2.0
8:44:01 AM: + react-wrap-balancer 1.1.0
8:44:01 AM: + rehype-autolink-headings 7.0.0
8:44:01 AM: + rehype-pretty-code 0.10.1
8:44:01 AM: + rehype-slug 6.0.0
8:44:01 AM: + remark-gfm 3.0.1
8:44:01 AM: + typescript 5.2.2
8:44:01 AM: devDependencies:
8:44:01 AM: + @opentelemetry/api 1.4.1
8:44:01 AM: + @tailwindcss/line-clamp 0.4.4
8:44:01 AM: + @tailwindcss/typography 0.5.10
8:44:01 AM: + @types/node 20.8.4
8:44:01 AM: + @types/react 18.2.28
8:44:01 AM: + @types/react-dom 18.2.13
8:44:01 AM: + autoprefixer 10.4.16
8:44:01 AM: + postcss 8.4.31
8:44:01 AM: + postcss-nesting 12.0.1
8:44:01 AM: + rome 12.1.3
8:44:01 AM: + tailwindcss 3.3.3
8:44:01 AM: + tailwindcss-debug-screens 2.2.1
8:44:01 AM: Done in 10.8s
8:44:01 AM: npm packages installed using pnpm
8:44:02 AM: Successfully installed dependencies
8:44:02 AM: Starting build script
8:44:04 AM: Detected 1 framework(s)
8:44:04 AM: "next" at version "13.5.4"
8:44:04 AM: Section completed: initializing
8:44:06 AM:
8:44:06 AM: Netlify Build
8:44:06 AM: ────────────────────────────────────────────────────────────────
8:44:06 AM:
8:44:06 AM: ❯ Version
8:44:06 AM: @netlify/build 29.36.3
8:44:06 AM:
8:44:06 AM: ❯ Flags
8:44:06 AM: baseRelDir: true
8:44:06 AM: buildId: 65f1ad3ef269a22265288a45
8:44:06 AM: deployId: 65f1ad3ef269a22265288a47
8:44:06 AM:
8:44:06 AM: ❯ Current directory
8:44:06 AM: /opt/build/repo
8:44:06 AM:
8:44:06 AM: ❯ Config file
8:44:06 AM: No config file was defined: using default values.
8:44:06 AM:
8:44:06 AM: ❯ Context
8:44:06 AM: production
8:44:06 AM:
8:44:06 AM: ❯ Using Next.js Runtime - v4.41.3
8:44:07 AM:
8:44:07 AM: @netlify/plugin-nextjs (onPreBuild event)
8:44:07 AM: ────────────────────────────────────────────────────────────────
8:44:07 AM:
8:44:07 AM: No Next.js cache to restore.
8:44:07 AM:
8:44:07 AM: (@netlify/plugin-nextjs onPreBuild completed in 52ms)
8:44:07 AM:
8:44:07 AM: Build command from Netlify app
8:44:07 AM: ────────────────────────────────────────────────────────────────
8:44:07 AM:
8:44:07 AM: $ npm run build
8:44:07 AM: > chronark.com@0.1.0 build
8:44:07 AM: > next build
8:44:09 AM: ⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
8:44:09 AM: Creating an optimized production build ...
8:44:09 AM: Generated 0 documents in .contentlayer
8:44:11 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/dynamic-build.js for build dependencies failed at "import(`file://${compiledConfigPath}`)".
8:44:11 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:11 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/getConfig/index.js for build dependencies failed at "import(`file://${modulePath}?x=${Date.now()}`)".
8:44:11 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:13 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/generation/generate-dotpkg.js for build dependencies failed at "import(filePathJoin(generatedPkgPath, "generated", "index.mjs"))".
8:44:13 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:16 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/dynamic-build.js for build dependencies failed at "import(`file://${compiledConfigPath}`)".
8:44:16 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:18 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/getConfig/index.js for build dependencies failed at "import(`file://${modulePath}?x=${Date.now()}`)".
8:44:18 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:18 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/generation/generate-dotpkg.js for build dependencies failed at "import(filePathJoin(generatedPkgPath, "generated", "index.mjs"))".
8:44:18 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:21 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/dynamic-build.js for build dependencies failed at "import(`file://${compiledConfigPath}`)".
8:44:21 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:21 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/getConfig/index.js for build dependencies failed at "import(`file://${modulePath}?x=${Date.now()}`)".
8:44:21 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:23 AM: <w> [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Parsing of /opt/build/repo/node_modules/.pnpm/@contentlayer+core@0.3.4_esbuild@0.19.4_markdown-wasm@1.2.0/node_modules/@contentlayer/core/dist/generation/generate-dotpkg.js for build dependencies failed at "import(filePathJoin(generatedPkgPath, "generated", "index.mjs"))".
8:44:23 AM: <w> Build dependencies behind this expression are ignored and might cause incorrect cache invalidation.
8:44:24 AM: ✓ Compiled successfully
8:44:24 AM: Linting and checking validity of types ...
8:44:26 AM: Collecting page data ...
8:44:27 AM: Generating static pages (0/6) ...
8:44:28 AM: Generating static pages (1/6)
8:44:28 AM: ⚠ metadata.metadataBase is not set for resolving social open graph or twitter images, using "http://localhost:3000". See https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadatabase
8:44:28 AM: ⚠ metadata.metadataBase is not set for resolving social open graph or twitter images, using "http://localhost:3000". See https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadatabase
8:44:28 AM: ⚠ metadata.metadataBase is not set for resolving social open graph or twitter images, using "http://localhost:3000". See https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadatabase
8:44:28 AM: Generating static pages (2/6)
8:44:28 AM: Generating static pages (4/6)
8:44:28 AM: ⚠ metadata.metadataBase is not set for resolving social open graph or twitter images, using "http://localhost:3000". See https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadatabase
8:44:28 AM: ✓ Generating static pages (6/6)
8:44:30 AM: Finalizing page optimization ...
8:44:30 AM: Collecting build traces ...
8:44:32 AM: Route (app) Size First Load JS
8:44:32 AM: ┌ ○ / 174 B 87.8 kB
8:44:32 AM: ├ ○ /_not-found 876 B 81.5 kB
8:44:32 AM: ├ ○ /contact 1.97 kB 128 kB
8:44:32 AM: └ ○ /projects 1.17 kB 127 kB
8:44:32 AM: + First Load JS shared by all 80.6 kB
8:44:32 AM: ├ chunks/83-c368c5d1bb5e8001.js 27.5 kB
8:44:32 AM: ├ chunks/f42e5159-56eb28c3a582d27e.js 51.1 kB
8:44:32 AM: ├ chunks/main-app-e11a3a10a7cb494b.js 230 B
8:44:32 AM: └ chunks/webpack-818f38ec64f0c865.js 1.79 kB
8:44:32 AM: Route (pages) Size First Load JS
8:44:32 AM: ─ ℇ /api/incr 0 B 80.1 kB
8:44:32 AM: + First Load JS shared by all 80.1 kB
8:44:32 AM: ├ chunks/framework-510ec8ffd65e1d01.js 45.2 kB
8:44:32 AM: ├ chunks/main-4d5b996897e2efde.js 32.9 kB
8:44:32 AM: ├ chunks/pages/_app-79803d0a1167d1fd.js 204 B
8:44:32 AM: └ chunks/webpack-818f38ec64f0c865.js 1.79 kB
8:44:32 AM: ℇ (Streaming) server-side renders with streaming (uses React 18 SSR streaming or Server Components)
8:44:32 AM: ○ (Static) automatically rendered as static HTML (uses no initial props)
8:44:32 AM:
8:44:32 AM: (build.command completed in 24.8s)
8:44:32 AM:
8:44:32 AM: @netlify/plugin-nextjs (onBuild event)
8:44:32 AM: ────────────────────────────────────────────────────────────────
8:44:32 AM:
8:44:32 AM: Moving static page files to serve from CDN...
8:44:32 AM: Moved 8 files to CDN
8:44:32 AM: You are not using Netlify Edge Functions for image format detection. Set env var "NEXT_FORCE_EDGE_IMAGES=true" to enable.
8:44:32 AM: ✨ Deploying middleware and functions to Netlify Edge Functions ✨
8:44:32 AM:
8:44:32 AM: (@netlify/plugin-nextjs onBuild completed in 222ms)
8:44:32 AM:
8:44:32 AM: Functions bundling
8:44:32 AM: ────────────────────────────────────────────────────────────────
8:44:32 AM:
8:44:32 AM: Packaging Functions from .netlify/functions-internal directory:
8:44:32 AM: - ___netlify-handler/___netlify-handler.js
8:44:32 AM: - ___netlify-odb-handler/___netlify-odb-handler.js
8:44:32 AM: - _ipx/_ipx.js
8:44:32 AM:
8:44:53 AM:
8:44:53 AM: (Functions bundling completed in 20.8s)
8:44:53 AM:
8:44:53 AM: Edge Functions bundling
8:44:53 AM: ────────────────────────────────────────────────────────────────
8:44:53 AM:
8:44:53 AM: Packaging Edge Functions from .netlify/edge-functions directory:
8:44:53 AM: - next_pages_api_incr
8:44:53 AM: - rsc-data
8:44:53 AM: No Edge Functions were found in netlify/edge-functions directory
8:44:56 AM: Error: Unable to find environment variable: `UPSTASH_REDIS_REST_URL`
8:44:56 AM: at Function.fromEnv (file:///opt/build/repo/.netlify/edge-functions/next_pages_api_incr/bundle.js:280:104558)
8:44:56 AM: at Object.125 (file:///opt/build/repo/.netlify/edge-functions/next_pages_api_incr/bundle.js:280:104812)
8:44:56 AM: at __webpack_require__ (file:///opt/build/repo/.netlify/edge-functions/next_pages_api_incr/bundle.js:109:42)
8:44:56 AM: at file:///opt/build/repo/.netlify/edge-functions/next_pages_api_incr/bundle.js:285:15063
8:44:56 AM: at webpackJsonpCallback (file:///opt/build/repo/.netlify/edge-functions/next_pages_api_incr/bundle.js:242:39)
8:44:56 AM: at file:///opt/build/repo/.netlify/edge-functions/next_pages_api_incr/bundle.js:268:51
8:44:56 AM:
8:44:56 AM: Bundling of edge function failed
8:44:56 AM: ────────────────────────────────────────────────────────────────
8:44:56 AM:
8:44:56 AM: Error message
8:44:56 AM: Could not load edge function at "/opt/build/repo/.netlify/edge-functions/next_pages_api_incr/index.ts". More on the Edge Functions API at https://ntl.fyi/edge-api.
8:44:56 AM:
8:44:56 AM: Error location
8:44:56 AM: While bundling edge function
8:44:56 AM:
8:44:56 AM: Resolved config
8:44:56 AM: build:
8:44:56 AM: command: npm run build
8:44:56 AM: commandOrigin: ui
8:44:56 AM: edge_functions: /opt/build/repo/netlify/edge-functions
8:44:56 AM: environment:
8:44:56 AM: - NEXT_PRIVATE_TARGET
8:44:56 AM: publish: /opt/build/repo/.next
8:44:56 AM: publishOrigin: ui
8:44:56 AM: functions:
8:44:56 AM: ___netlify-handler:
8:44:56 AM: external_node_modules: []
8:44:56 AM: included_files:
8:44:56 AM: - .env
8:44:56 AM: - .env.local
8:44:56 AM: - .env.production
8:44:56 AM: - .env.production.local
8:44:56 AM: - ./public/locales/**
- ./next-i18next.config.js
- .next/server/**
- .next/serverless/**
- .next/*.json
- .next/BUILD_ID
- .next/static/chunks/webpack-middleware*.js
- "!.next/server/**/*.js.nft.json"
- "!.next/server/**/*.map"
8:44:56 AM: - "!**/node_modules/@next/swc*/**/*"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/server/lib/squoosh/**/*.wasm"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/next-server/server/lib/squoosh/**/*.wasm"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle4.js"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js"
8:44:56 AM: - node_modules/.pnpm/styled-jsx@5.1.1_react@18.2.0/node_modules/styled-jsx/style.js
8:44:56 AM: node_bundler: nft
8:44:56 AM: ___netlify-odb-handler:
8:44:56 AM: external_node_modules: []
8:44:56 AM: included_files:
8:44:56 AM: - .env
8:44:56 AM: - .env.local
8:44:56 AM: - .env.production
8:44:56 AM: - .env.production.local
8:44:56 AM: - ./public/locales/**
- ./next-i18next.config.js
- .next/server/**
- .next/serverless/**
- .next/*.json
- .next/BUILD_ID
- .next/static/chunks/webpack-middleware*.js
- "!.next/server/**/*.js.nft.json"
- "!.next/server/**/*.map"
8:44:56 AM: - "!**/node_modules/@next/swc*/**/*"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/server/lib/squoosh/**/*.wasm"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/next-server/server/lib/squoosh/**/*.wasm"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle4.js"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js"
8:44:56 AM: - node_modules/.pnpm/styled-jsx@5.1.1_react@18.2.0/node_modules/styled-jsx/style.js
8:44:56 AM: node_bundler: nft
8:44:56 AM: _api_*:
8:44:56 AM: external_node_modules: []
8:44:56 AM: included_files:
8:44:56 AM: - .env
8:44:56 AM: - .env.local
8:44:56 AM: - .env.production
8:44:56 AM: - .env.production.local
8:44:56 AM: - ./public/locales/**
- ./next-i18next.config.js
- .next/server/**
- .next/serverless/**
- .next/*.json
- .next/BUILD_ID
- .next/static/chunks/webpack-middleware*.js
- "!.next/server/**/*.js.nft.json"
- "!.next/server/**/*.map"
8:44:56 AM: - "!**/node_modules/@next/swc*/**/*"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/server/lib/squoosh/**/*.wasm"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/next-server/server/lib/squoosh/**/*.wasm"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle4.js"
8:44:56 AM: - "!node_modules/.pnpm/next@13.5.4_@opentelemetry+api@1.4.1_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/webpack/bundle5.js"
8:44:56 AM: - node_modules/.pnpm/styled-jsx@5.1.1_react@18.2.0/node_modules/styled-jsx/style.js
8:44:56 AM: node_bundler: nft
8:44:56 AM: _ipx:
8:44:56 AM: node_bundler: nft
8:44:56 AM: plugins:
8:44:56 AM: - inputs: {}
8:44:56 AM: origin: ui
8:44:56 AM: package: "@netlify/plugin-nextjs"
8:44:56 AM: redirects:
8:44:57 AM: Failed during stage "building site": Build script returned non-zero exit code: 2
8:44:57 AM: - from: /_next/static/*
status: 200
to: /static/:splat
- from: /_next/image*
query:
q: ":quality"
url: ":url"
w: ":width"
status: 301
to: /_ipx/w_:width,q_:quality/:url
- from: /_ipx/*
status: 200
to: /.netlify/builders/_ipx
- from: /api/*
status: 200
to: /.netlify/functions/___netlify-handler
- conditions:
Cookie:
- __prerender_bypass
- __next_preview_data
from: /Stroshine_resume.pdf
status: 200
to: /Stroshine_resume.pdf
- conditions:
Cookie:
- __prerender_bypass
- __next_preview_data
from: /favicon.png
status: 200
to: /favicon.png
- conditions:
Cookie:
- __prerender_bypass
- __next_preview_data
from: /og.png
status: 200
to: /og.png
- conditions:
Cookie:
- __prerender_bypass
- __next_preview_data
from: /fonts/CalSans-SemiBold.ttf
status: 200
to: /fonts/CalSans-SemiBold.ttf
- conditions:
Cookie:
- __prerender_bypass
- __next_preview_data
force: true
from: /*
status: 200
to: /.netlify/functions/___netlify-handler
- force: true
from: /projects.rsc
status: 200
to: /.netlify/builders/___netlify-odb-handler
- force: true
from: /projects
status: 200
to: /.netlify/builders/___netlify-odb-handler
- from: /_next/data/IQcrl9wq1zGmpUiE636_2/_not-found.json
status: 200
to: /.netlify/functions/___netlify-handler
- from: /_not-found
status: 200
to: /.netlify/functions/___netlify-handler
- from: /*
status: 200
to: /.netlify/functions/___netlify-handler
redirectsOrigin: inline
8:44:57 AM: Build failed due to a user error: Build script returned non-zero exit code: 2
8:44:57 AM: Failing build: Failed to build site
8:44:57 AM: Finished processing build request in 1m23.421s