Vercel App Router build errors with Failed to collect configuration - Invalid URL #77133
Answered
by
michaelaflores
michaelaflores
asked this question in
Help
-
SummaryWhen migrating an app from Pages to App Router, our local build succeeds but fails in Vercel with the below error output (full build output included for context). Is there a way to get more debug info about what specific configuration issue is at play? The project uses Next 15.2, Turborepo 2.4.4, and pnpm 10. Additional information[14:00:56.168] Running build in Washington, D.C., USA (East) – iad1
[14:00:56.267] Cloning github.com/All-Turtles/mmhmm-tv (Branch: pnpm-fix, Commit: 8cfd179)
[14:00:57.897] Cloning completed: 1.632s
[14:00:57.897] Running "npx turbo-ignore"
[14:00:59.556] npm warn exec The following package was not found and will be installed: turbo-ignore@2.4.4
[14:00:59.556]
[14:00:59.991] ≫ Using Turborepo to determine if this project is affected by the commit...
[14:00:59.991]
[14:00:59.991]
[14:00:59.995] ≫ Inferred "mmhmm-tv" as workspace from "package.json"
[14:00:59.996] ≫ Inferred turbo version "^2.4.4" from "package.json"
[14:00:59.996] ≫ Using "build" as the task from the arguments
[14:00:59.996] ≫ No previous deployments found for "mmhmm-tv" on branch "pnpm-fix"
[14:00:59.996] ✓ Proceeding with deployment
[14:00:59.996]
[14:01:16.517] Skipping build cache since Package Manager changed from "npm" to "pnpm"
[14:01:16.588] Running "vercel build"
[14:01:18.682] Vercel CLI 41.3.2
[14:01:19.429] > Detected Turbo. Adjusting default settings...
[14:01:19.699] > Detected ENABLE_EXPERIMENTAL_COREPACK=1 and "[email protected]" in package.json
[14:01:19.976] Running "install" command: `pnpm install`...
[14:01:20.058] ! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-10.6.3.tgz
[14:01:21.175] Scope: all 10 workspace projects
[14:01:21.471] ../.. | Progress: resolved 1, reused 0, downloaded 0, added 0
[14:01:21.705] ../.. | +2196 ++++++++++++++++++++++++++++
[14:01:22.473] ../.. | Progress: resolved 2196, reused 0, downloaded 12, added 0
[14:01:23.473] ../.. | Progress: resolved 2196, reused 0, downloaded 14, added 0
[14:01:24.474] ../.. | Progress: resolved 2196, reused 0, downloaded 15, added 1
[14:01:25.566] ../.. | Progress: resolved 2196, reused 0, downloaded 15, added 2
[14:01:26.567] ../.. | Progress: resolved 2196, reused 0, downloaded 156, added 148
[14:01:27.567] ../.. | Progress: resolved 2196, reused 0, downloaded 211, added 196
[14:01:28.568] ../.. | Progress: resolved 2196, reused 0, downloaded 332, added 331
[14:01:29.576] ../.. | Progress: resolved 2196, reused 0, downloaded 415, added 411
[14:01:30.577] ../.. | Progress: resolved 2196, reused 0, downloaded 433, added 425
[14:01:31.577] ../.. | Progress: resolved 2196, reused 0, downloaded 448, added 437
[14:01:32.578] ../.. | Progress: resolved 2196, reused 0, downloaded 465, added 453
[14:01:33.579] ../.. | Progress: resolved 2196, reused 0, downloaded 524, added 516
[14:01:34.581] ../.. | Progress: resolved 2196, reused 0, downloaded 568, added 559
[14:01:35.582] ../.. | Progress: resolved 2196, reused 0, downloaded 758, added 758
[14:01:36.583] ../.. | Progress: resolved 2196, reused 0, downloaded 881, added 877
[14:01:37.583] ../.. | Progress: resolved 2196, reused 0, downloaded 993, added 989
[14:01:38.585] ../.. | Progress: resolved 2196, reused 0, downloaded 1080, added 1074
[14:01:39.586] ../.. | Progress: resolved 2196, reused 0, downloaded 1221, added 1225
[14:01:40.586] ../.. | Progress: resolved 2196, reused 0, downloaded 1405, added 1399
[14:01:41.585] ../.. | Progress: resolved 2196, reused 0, downloaded 1680, added 1689
[14:01:42.590] ../.. | Progress: resolved 2196, reused 0, downloaded 1867, added 1870
[14:01:43.591] ../.. | Progress: resolved 2196, reused 0, downloaded 2068, added 2078
[14:01:44.281] ../.. | Progress: resolved 2196, reused 0, downloaded 2186, added 2196, done
[14:01:45.449]
[14:01:45.450] dependencies:
[14:01:45.450] + @algolia/client-search 5.20.0
[14:01:45.450] + @all-turtles/mmhmm-footer 1.0.9 <- ../../packages/mmhmm-footer
[14:01:45.450] + @all-turtles/mmhmm-preview-player 1.0.1 <- ../../packages/mmhmm-preview-player
[14:01:45.450] + @all-turtles/recording-api 1.0.0-rc.1
[14:01:45.450] + @ark-ui/react 4.9.1
[14:01:45.450] + @aws-amplify/adapter-nextjs 1.5.0
[14:01:45.450] + @aws-amplify/core 6.10.5
[14:01:45.450] + @chakra-ui/next-js 2.4.2
[14:01:45.450] + @chakra-ui/react 2.10.4
[14:01:45.450] + @chakra-ui/styled-system 2.12.0
[14:01:45.450] + @chakra-ui/theme-tools 2.2.6
[14:01:45.451] + @deepgram/sdk 3.11.2
[14:01:45.451] + @dnd-kit/core 6.1.0
[14:01:45.451] + @dnd-kit/modifiers 7.0.0
[14:01:45.451] + @dnd-kit/sortable 8.0.0
[14:01:45.451] + @dnd-kit/utilities 3.2.2
[14:01:45.451] + @emotion/react 11.14.0
[14:01:45.451] + @emotion/styled 11.14.0
[14:01:45.451] + @hookform/resolvers 3.10.0
[14:01:45.451] + @sentry/nextjs 9.5.0
[14:01:45.451] + @statsig/client-core 3.14.1
[14:01:45.451] + @statsig/js-client 3.14.0
[14:01:45.451] + @statsig/js-local-overrides 1.7.0
[14:01:45.451] + @statsig/react-bindings 3.14.0
[14:01:45.452] + @tanstack/query-sync-storage-persister 4.36.1
[14:01:45.452] + @tanstack/react-query 5.68.0
[14:01:45.452] + @tanstack/react-query-devtools 5.68.0
[14:01:45.452] + @tanstack/react-query-persist-client 5.68.0
[14:01:45.452] + @tanstack/react-virtual 3.13.4
[14:01:45.452] + @trpc/client 11.0.0-rc.828
[14:01:45.452] + @trpc/react-query 11.0.0-rc.828
[14:01:45.452] + @trpc/server 11.0.0-rc.828
[14:01:45.452] + @trpc/tanstack-react-query 11.0.0-rc.828
[14:01:45.452] + @vercel/speed-insights 1.2.0
[14:01:45.452] + @xstate/react 5.0.3
[14:01:45.452] + accept-language 3.0.20
[14:01:45.452] + aws-amplify 6.13.0
[14:01:45.452] + chakra-react-select 5.0.4
[14:01:45.452] + clipboard-copy 4.0.1
[14:01:45.452] + dayjs 1.11.13
[14:01:45.452] + emoji-mart 5.6.0
[14:01:45.452] + framer-motion 12.4.0
[14:01:45.452] + hls.js 1.5.20
[14:01:45.452] + husky 9.1.7
[14:01:45.452] + i18next 24.2.3
[14:01:45.453] + i18next-browser-languagedetector 8.0.4
[14:01:45.453] + i18next-resources-to-backend 1.2.1
[14:01:45.453] + immer 10.1.1
[14:01:45.453] + interweave 13.1.1
[14:01:45.453] + interweave-autolink 5.1.2
[14:01:45.453] + interweave-ssr 2.0.0
[14:01:45.453] + lint-staged 15.4.3
[14:01:45.453] + lodash 4.17.21
[14:01:45.453] + mixpanel-browser 2.59.0
[14:01:45.453] + mmhmm-colors 1.0.0 <- ../../packages/mmhmm-colors
[14:01:45.453] + mmhmm-feature-flags 1.0.0 <- ../../packages/mmhmm-feature-flags
[14:01:45.453] + mmhmm-icons 1.0.0 <- ../../packages/mmhmm-icons
[14:01:45.453] + mux-embed 5.5.0
[14:01:45.453] + next 15.2.2
[14:01:45.453] + next-i18n-router 5.5.1
[14:01:45.453] + nookies 2.5.2
[14:01:45.453] + player.js 0.1.0
[14:01:45.453] + react 19.0.0
[14:01:45.453] + react-avatar-editor 14.0.0-beta.6
[14:01:45.453] + react-dom 19.0.0
[14:01:45.453] + react-hook-form 7.54.2
[14:01:45.453] + react-hotkeys-hook 4.0.6
[14:01:45.454] + react-i18next 15.4.0
[14:01:45.454] + react-string-replace 1.1.1
[14:01:45.454] + react-textarea-autosize 8.5.8
[14:01:45.454] + react-wrap-balancer 1.1.1
[14:01:45.454] + screenfull 5.2.0
[14:01:45.454] + semver 7.7.1
[14:01:45.454] + smooth-scroll-into-view-if-needed 1.1.33
[14:01:45.454] + ua-parser-js 1.0.40
[14:01:45.454] + uuid 10.0.0
[14:01:45.454] + validator 13.12.0
[14:01:45.454] + xstate 5.19.2
[14:01:45.454] + zod 3.24.1
[14:01:45.454] + zustand 4.5.6
[14:01:45.454]
[14:01:45.454] devDependencies:
[14:01:45.454] + @axe-core/react 4.7.2
[14:01:45.454] + @chakra-ui/anatomy 2.2.2
[14:01:45.454] + @chakra-ui/cli 2.4.1
[14:01:45.454] + @chakra-ui/storybook-addon 5.1.0
[14:01:45.454] + @mswjs/data 0.16.2
[14:01:45.455] + @next/bundle-analyzer 13.0.6
[14:01:45.455] + @playwright/test 1.50.0
[14:01:45.455] + @storybook/addon-essentials 8.5.2
[14:01:45.455] + @storybook/addon-interactions 8.5.2
[14:01:45.455] + @storybook/blocks 8.5.2
[14:01:45.455] + @storybook/nextjs 8.5.2
[14:01:45.455] + @storybook/preview-api 8.5.2
[14:01:45.455] + @storybook/react 8.5.2
[14:01:45.455] + @storybook/test 8.5.2
[14:01:45.455] + @testing-library/jest-dom 6.6.3
[14:01:45.455] + @testing-library/react 16.2.0
[14:01:45.455] + @testing-library/user-event 14.6.1
[14:01:45.455] + @types/jest 29.5.14
[14:01:45.455] + @types/lodash 4.14.191
[14:01:45.455] + @types/mixpanel-browser 2.51.0
[14:01:45.455] + @types/react 18.2.22
[14:01:45.455] + @types/semver 7.5.8
[14:01:45.455] + @types/ua-parser-js 0.7.39
[14:01:45.455] + @types/uuid 10.0.0
[14:01:45.455] + @types/validator 13.12.2
[14:01:45.456] + bows 1.7.2
[14:01:45.456] + chromatic 11.25.1
[14:01:45.456] + eslint-config-mmhmm 1.0.0 <- ../../packages/eslint-config-mmhmm
[14:01:45.456] + eslint-plugin-simple-import-sort 12.1.1
[14:01:45.456] + eslint-plugin-testing-library 6.5.0
[14:01:45.456] + jest 29.7.0
[14:01:45.456] + jest-environment-jsdom 29.7.0
[14:01:45.456] + jest-junit 16.0.0
[14:01:45.456] + jwt-decode 4.0.0
[14:01:45.456] + msw 2.7.3
[14:01:45.456] + next-router-mock 0.9.13
[14:01:45.456] + playwright-msw 3.0.1
[14:01:45.456] + prettier 3.4.2
[14:01:45.456] + storybook 8.5.2
[14:01:45.456] + timekeeper 2.3.1
[14:01:45.456] + tus-js-client 4.3.1
[14:01:45.456] + typescript 5.7.3
[14:01:45.456]
[14:01:45.457] ╭ Warning ─────────────────────────────────────────────────────────────────────╮│ ││ Ignored build scripts: @sentry/cli, @vercel/speed-insights, core-js, ││ core-js-pure, esbuild, msw, sharp. ││ Run "pnpm approve-builds" to pick which dependencies should be allowed ││ to run scripts. ││ │╰──────────────────────────────────────────────────────────────────────────────╯
[14:01:45.457]
[14:01:45.488] ../.. postinstall$ patch-package
[14:01:45.733] ../.. postinstall: patch-package 8.0.0
[14:01:45.734] ../.. postinstall: Applying patches...
[14:01:45.734] ../.. postinstall: No patch files found
[14:01:45.738] ../.. postinstall: Done
[14:01:45.795] ../mmhmm-account prepare$ cd ../.. && husky apps/mmhmm-account/.husky
[14:01:45.870] ../mmhmm-account prepare: Done
[14:01:45.892] Done in 25.1s using pnpm v10.6.3
[14:01:45.934] Detected Next.js version: 15.2.2
[14:01:45.934] Running "turbo build"
[14:01:46.005]
[14:01:46.005] Attention:
[14:01:46.005] Turborepo now collects completely anonymous telemetry regarding usage.
[14:01:46.006] This information is used to shape the Turborepo roadmap and prioritize features.
[14:01:46.006] You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[14:01:46.006] https://turbo.build/repo/docs/telemetry
[14:01:46.006]
[14:01:46.109] • Packages in scope: mmhmm-tv
[14:01:46.109] • Running build in 1 packages
[14:01:46.110] • Remote caching enabled
[14:01:46.283] mmhmm-colors:build: cache hit, suppressing logs 5c1ea61fe7da661d
[14:01:46.285] @all-turtles/mmhmm-preview-player:build: cache hit, suppressing logs a33ca79636233d18
[14:01:46.286] mmhmm-feature-flags:build: cache hit, suppressing logs 140c064797d9a63b
[14:01:46.297] mmhmm-icons:build: cache hit, suppressing logs 181db07ffecbe1da
[14:01:46.465] @all-turtles/mmhmm-footer:build: cache hit, suppressing logs 1165e6d0e7109b36
[14:01:46.567] mmhmm-tv:build: cache miss, executing e54c1a231688cd12
[14:01:46.914] mmhmm-tv:build:
[14:01:46.914] mmhmm-tv:build: > mmhmm-tv@3.0.0 build /vercel/path0/apps/mmhmm-tv
[14:01:46.914] mmhmm-tv:build: > NEXT_PUBLIC_BUILD_ID=$(git rev-parse --short HEAD) next build
[14:01:46.914] mmhmm-tv:build:
[14:01:47.912] mmhmm-tv:build: Attention: Next.js now collects completely anonymous telemetry regarding usage.
[14:01:47.912] mmhmm-tv:build: This information is used to shape Next.js' roadmap and prioritize features.
[14:01:47.912] mmhmm-tv:build: You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[14:01:47.912] mmhmm-tv:build: https://nextjs.org/telemetry
[14:01:47.912] mmhmm-tv:build:
[14:01:48.021] mmhmm-tv:build: ▲ Next.js 15.2.2
[14:01:48.021] mmhmm-tv:build: - Experiments (use with caution):
[14:01:48.022] mmhmm-tv:build: · clientTraceMetadata
[14:01:48.022] mmhmm-tv:build:
[14:01:48.051] mmhmm-tv:build: Creating an optimized production build ...
[14:01:48.396] mmhmm-tv:build: [@sentry/nextjs] Could not find `onRequestError` hook in instrumentation file. This indicates outdated configuration of the Sentry SDK. Use `Sentry.captureRequestError` to instrument the `onRequestError` hook: https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#errors-from-nested-react-server-components
[14:01:48.397] mmhmm-tv:build: warn - It seems like you don't have a global error handler set up. It is recommended that you add a global-error.js file with Sentry instrumentation so that React rendering errors are reported to Sentry. Read more: https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#react-render-errors-in-app-router (you can suppress this warning by setting SENTRY_SUPPRESS_GLOBAL_ERROR_HANDLER_FILE_WARNING=1 as environment variable)
[14:02:47.116] mmhmm-tv:build: <w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (246kiB) impacts deserialization performance (consider using Buffer instead and decode when needed)
[14:03:13.088] mmhmm-tv:build: ⚠ Compiled with warnings
[14:03:13.088] mmhmm-tv:build:
[14:03:13.088] mmhmm-tv:build: ../../node_modules/.pnpm/bows@1.7.2/node_modules/bows/bows.js
[14:03:13.088] mmhmm-tv:build: A Node.js API is used (process.versions at line: 10) which is not supported in the Edge Runtime.
[14:03:13.088] mmhmm-tv:build: Learn more: https://nextjs.org/docs/api-reference/edge-runtime
[14:03:13.089] mmhmm-tv:build:
[14:03:13.089] mmhmm-tv:build: Import trace for requested module:
[14:03:13.089] mmhmm-tv:build: ../../node_modules/.pnpm/bows@1.7.2/node_modules/bows/bows.js
[14:03:13.089] mmhmm-tv:build: ./src/utilities/debugLogs.ts
[14:03:13.089] mmhmm-tv:build: ./src/api/methods/headers.ts
[14:03:13.089] mmhmm-tv:build: ./src/api/methods/fetchWithLocale.ts
[14:03:13.089] mmhmm-tv:build: ./src/api/auth/consumeGuestToken.ts
[14:03:13.089] mmhmm-tv:build:
[14:03:13.089] mmhmm-tv:build: ../../node_modules/.pnpm/bows@1.7.2/node_modules/bows/bows.js
[14:03:13.089] mmhmm-tv:build: A Node.js API is used (process.versions at line: 10) which is not supported in the Edge Runtime.
[14:03:13.089] mmhmm-tv:build: Learn more: https://nextjs.org/docs/api-reference/edge-runtime
[14:03:13.089] mmhmm-tv:build:
[14:03:13.089] mmhmm-tv:build: Import trace for requested module:
[14:03:13.089] mmhmm-tv:build: ../../node_modules/.pnpm/bows@1.7.2/node_modules/bows/bows.js
[14:03:13.089] mmhmm-tv:build: ./src/utilities/debugLogs.ts
[14:03:13.089] mmhmm-tv:build: ./src/api/methods/headers.ts
[14:03:13.089] mmhmm-tv:build: ./src/api/methods/fetchWithLocale.ts
[14:03:13.089] mmhmm-tv:build: ./src/api/auth/consumeGuestToken.ts
[14:03:13.090] mmhmm-tv:build:
[14:03:13.097] mmhmm-tv:build: Skipping linting
[14:03:13.097] mmhmm-tv:build: Checking validity of types ...
[14:03:50.900] mmhmm-tv:build: Collecting page data ...
[14:03:51.914] mmhmm-tv:build: [Error: Failed to collect configuration for /[locale]/auth/signed-in] {
[14:03:51.915] mmhmm-tv:build: [cause]: TypeError: Invalid URL
[14:03:51.915] mmhmm-tv:build: at 71407 (.next/server/chunks/9997.js:1:75226)
[14:03:51.915] mmhmm-tv:build: at Function.t (.next/server/webpack-runtime.js:1:143) {
[14:03:51.915] mmhmm-tv:build: code: 'ERR_INVALID_URL',
[14:03:51.915] mmhmm-tv:build: input: 'undefined'
[14:03:51.915] mmhmm-tv:build: }
[14:03:51.915] mmhmm-tv:build: }
[14:03:51.915] mmhmm-tv:build: [Error: Failed to collect configuration for /[locale]/[...not-found]] {
[14:03:51.915] mmhmm-tv:build: [cause]: TypeError: Invalid URL
[14:03:51.915] mmhmm-tv:build: at 71407 (.next/server/chunks/9997.js:1:75226)
[14:03:51.915] mmhmm-tv:build: at Function.t (.next/server/webpack-runtime.js:1:143) {
[14:03:51.915] mmhmm-tv:build: code: 'ERR_INVALID_URL',
[14:03:51.915] mmhmm-tv:build: input: 'undefined'
[14:03:51.915] mmhmm-tv:build: }
[14:03:51.915] mmhmm-tv:build: }
[14:03:51.915] mmhmm-tv:build:
[14:03:51.915] mmhmm-tv:build: > Build error occurred
[14:03:51.920] mmhmm-tv:build: [Error: Failed to collect page data for /[locale]/[...not-found]] {
[14:03:51.921] mmhmm-tv:build: type: 'Error'
[14:03:51.921] mmhmm-tv:build: }
[14:03:52.000] mmhmm-tv:build: ELIFECYCLE Command failed with exit code 1.
[14:03:52.012] mmhmm-tv:build: ERROR: command finished with error: command (/vercel/path0/apps/mmhmm-tv) /vercel/path0/.vercel/cache/corepack/shim/pnpm run build exited (1)
[14:03:52.012] mmhmm-tv#build: command (/vercel/path0/apps/mmhmm-tv) /vercel/path0/.vercel/cache/corepack/shim/pnpm run build exited (1)
[14:03:52.012]
[14:03:52.012] WARNING finished with warnings
[14:03:52.012]
[14:03:52.012] Warning - the following environment variables are set on your Vercel project, but missing from "turbo.json". These variables WILL NOT be available to your application and may cause your build to fail. Learn more at https://turbo.build/repo/docs/platform-environment-variables
[14:03:52.012]
[14:03:52.012] [warn] @all-turtles/mmhmm-preview-player#build
[14:03:52.012] [warn] - SENTRY_AUTH_TOKEN
[14:03:52.012] [warn] - SENTRY_ORG
[14:03:52.012] [warn] - SENTRY_PROJECT
[14:03:52.012] [warn] - NPM_RC
[14:03:52.013] [warn] - ENABLE_EXPERIMENTAL_COREPACK
[14:03:52.013] [warn] mmhmm-feature-flags#build
[14:03:52.013] [warn] - SENTRY_AUTH_TOKEN
[14:03:52.013] [warn] - SENTRY_ORG
[14:03:52.014] [warn] - SENTRY_PROJECT
[14:03:52.014] [warn] - NPM_RC
[14:03:52.014] [warn] - ENABLE_EXPERIMENTAL_COREPACK
[14:03:52.014] [warn] mmhmm-colors#build
[14:03:52.014] [warn] - SENTRY_AUTH_TOKEN
[14:03:52.014] [warn] - SENTRY_ORG
[14:03:52.014] [warn] - SENTRY_PROJECT
[14:03:52.014] [warn] - NPM_RC
[14:03:52.014] [warn] - ENABLE_EXPERIMENTAL_COREPACK
[14:03:52.014] [warn] mmhmm-icons#build
[14:03:52.014] [warn] - SENTRY_AUTH_TOKEN
[14:03:52.014] [warn] - SENTRY_ORG
[14:03:52.014] [warn] - SENTRY_PROJECT
[14:03:52.014] [warn] - NPM_RC
[14:03:52.014] [warn] - ENABLE_EXPERIMENTAL_COREPACK
[14:03:52.014] [warn] @all-turtles/mmhmm-footer#build
[14:03:52.014] [warn] - SENTRY_AUTH_TOKEN
[14:03:52.014] [warn] - SENTRY_ORG
[14:03:52.014] [warn] - SENTRY_PROJECT
[14:03:52.014] [warn] - NPM_RC
[14:03:52.014] [warn] - ENABLE_EXPERIMENTAL_COREPACK
[14:03:52.015] [warn] mmhmm-tv#build
[14:03:52.015] [warn] - SENTRY_ORG
[14:03:52.015] [warn] - SENTRY_PROJECT
[14:03:52.015] [warn] - NPM_RC
[14:03:52.015] [warn] - ENABLE_EXPERIMENTAL_COREPACK
[14:03:52.019]
[14:03:52.019] Tasks: 5 successful, 6 total
[14:03:52.019] Cached: 5 cached, 6 total
[14:03:52.019] Time: 2m5.999s
[14:03:52.019] Summary: /vercel/path0/.turbo/runs/2uJnERCq3DzwJmZfTbF7p2yPWCf.json
[14:03:52.019] Failed: mmhmm-tv#build
[14:03:52.019]
[14:03:52.027] ERROR run failed: command exited (1)
[14:03:52.041] Error: Command "turbo build" exited with 1
[14:03:53.737] ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
michaelaflores
Mar 14, 2025
Replies: 1 comment 1 reply
-
Discovered that one of our env's had a preview branch filter that prevented the env from applying to the preview branch. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
michaelaflores
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discovered that one of our env's had a preview branch filter that prevented the env from applying to the preview branch.