ChatGPTNextWeb / ChatGPTNextWeb/NextChat
[Bug] Deploy to Cloudflare page required upgrade Next.js to 14.2.35 at least
- Dominant language
- TypeScript
- Stars
- 88.8k
- Forks
- 59.1k
- PR merge metrics
- No merged PRs in 30d
Description
### π¦ Deployment Method
Other
### π Version
latest
### π» Operating System
Other Linux, Other
### π System Version
cloudflare page
### π Browser
Firefox
### π Browser Version
latest
### π Bug Description
Log here
```
2026-05-10T06:10:03.343Z Initializing build environment...
2026-05-10T06:10:03.343Z Initializing build environment...
2026-05-10T06:10:05.673Z Success: Finished initializing build environment
2026-05-10T06:10:06.733Z Cloning repository...
2026-05-10T06:10:08.574Z Restoring from dependencies cache
2026-05-10T06:10:08.576Z Restoring from build output cache
2026-05-10T06:10:12.163Z Detected the following tools from environment: nodejs@22.22.2, yarn@1.22.19
2026-05-10T06:10:12.164Z Installing nodejs 22.22.2
2026-05-10T06:10:26.895Z Installing project dependencies: yarn --frozen-lockfile --no-progress --emoji false
2026-05-10T06:10:27.367Z yarn install v1.22.19
2026-05-10T06:10:27.461Z [1/4] Resolving packages...
2026-05-10T06:10:27.955Z [2/4] Fetching packages...
2026-05-10T06:10:28.032Z (node:2223) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-10T06:10:28.032Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-10T06:11:36.483Z [3/4] Linking dependencies...
2026-05-10T06:11:36.497Z warning " > openapi-client-axios@7.5.5" has unmet peer dependency "js-yaml@^4.1.0".
2026-05-10T06:11:56.677Z [4/4] Building fresh packages...
2026-05-10T06:11:56.919Z $ husky install
2026-05-10T06:11:56.995Z husky - Git hooks installed
2026-05-10T06:11:57.001Z Done in 89.64s.
2026-05-10T06:11:57.164Z Executing user build command: npx @cloudflare/next-on-pages --experimental-minify
2026-05-10T06:11:59.227Z npm warn exec The following package was not found and will be installed: @cloudflare/next-on-pages@1.13.16
2026-05-10T06:12:24.275Z npm warn deprecated path-match@1.2.4: This package is archived and no longer maintained. For support, visit https://github.com/expressjs/express/discussions
2026-05-10T06:12:26.377Z npm warn deprecated tar@6.2.1: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
2026-05-10T06:12:26.857Z npm warn deprecated @cloudflare/next-on-pages@1.13.16: Please use the OpenNext adapter instead: https://opennext.js.org/cloudflare
2026-05-10T06:12:27.138Z npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
2026-05-10T06:12:38.817Z β‘οΈ @cloudflare/next-on-pages CLI v.1.13.16
2026-05-10T06:12:38.817Z
2026-05-10T06:12:38.817Z β‘οΈ Warning: the --experimental-minify|-e flag is deprecated and doesn't produce any effect, the
2026-05-10T06:12:38.817Z β‘οΈ (previously named) experimental minification is now enabled by default.
2026-05-10T06:12:38.817Z β‘οΈ
2026-05-10T06:12:38.817Z β‘οΈ Note: if you're using the --experimental-minify|-e flag in your build command please remove it
2026-05-10T06:12:38.817Z β‘οΈ as it will be removed in a future version of the package (causing your command to fail).
2026-05-10T06:12:38.817Z
2026-05-10T06:12:38.994Z
2026-05-10T06:12:38.994Z β‘οΈ The project is set up for yarn but it is currently being run via npm this might lead to build errors, please be sure to use the same package manager your project uses when running @cloudflare/next-on-pages
2026-05-10T06:12:38.994Z
2026-05-10T06:12:38.995Z β‘οΈ Detected Package Manager: npm (10.9.7)
2026-05-10T06:12:38.995Z β‘οΈ Preparing project...
2026-05-10T06:12:38.998Z β‘οΈ Project is ready
2026-05-10T06:12:38.998Z β‘οΈ Building project...
2026-05-10T06:12:41.263Z β² npm warn exec The following package was not found and will be installed: vercel@53.3.1
2026-05-10T06:12:55.331Z β² npm warn deprecated tar@7.5.7: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
2026-05-10T06:12:56.908Z β² > NOTE: The Vercel CLI now collects telemetry regarding usage of the CLI.
2026-05-10T06:12:56.909Z β² > This information is used to shape the CLI roadmap and prioritize features.
2026-05-10T06:12:56.909Z β² > You can learn more, including how to opt-out if you'd not like to participate in this program, by visiting the following URL:
2026-05-10T06:12:56.909Z β² > https://vercel.com/docs/cli/about-telemetry
2026-05-10T06:12:57.029Z β² WARNING! Build not running on Vercel. System environment variables will not be available.
2026-05-10T06:12:57.284Z β² Installing dependencies...
2026-05-10T06:12:57.533Z β² yarn install v1.22.19
2026-05-10T06:12:57.640Z β² [1/4] Resolving packages...
2026-05-10T06:12:58.107Z β² success Already up-to-date.
2026-05-10T06:12:58.111Z β² $ husky install
2026-05-10T06:12:58.162Z β² husky - Git hooks installed
2026-05-10T06:12:58.168Z β² Done in 0.64s.
2026-05-10T06:12:58.201Z β² Detected Next.js version: 14.1.1
2026-05-10T06:12:58.206Z β² Running "yarn run build"
2026-05-10T06:12:58.405Z β² yarn run v1.22.19
2026-05-10T06:12:58.440Z β² $ yarn mask && cross-env BUILD_MODE=standalone next build
2026-05-10T06:12:58.695Z β² $ npx tsx app/masks/build.ts
2026-05-10T06:13:00.598Z β² [Next] build mode standalone
2026-05-10T06:13:00.611Z β² [Next] build with chunk: true
2026-05-10T06:13:00.626Z β² Attention: Next.js now collects completely anonymous telemetry regarding usage.
2026-05-10T06:13:00.627Z β² This information is used to shape Next.js' roadmap and prioritize features.
2026-05-10T06:13:00.627Z β² 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:
2026-05-10T06:13:00.627Z β² https://nextjs.org/telemetry
2026-05-10T06:13:00.775Z β² β² Next.js 14.1.1
2026-05-10T06:13:00.775Z β² - Experiments (use at your own risk):
2026-05-10T06:13:00.775Z β² Β· forceSwcTransforms
2026-05-10T06:13:00.830Z β² Creating an optimized production build ...
2026-05-10T06:13:04.504Z β² Browserslist: caniuse-lite is outdated. Please run:
2026-05-10T06:13:04.505Z β² npx update-browserslist-db@latest
2026-05-10T06:13:04.505Z β² Why you should do it regularly: https://github.com/browserslist/update-db#readme
2026-05-10T06:13:10.059Z β² β For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended. Run 'npm i sharp', and Next.js will use it automatically for Image Optimization.
2026-05-10T06:13:10.059Z β² Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
2026-05-10T06:14:10.878Z β² [webpack.cache.PackFileCacheStrategy] Skipped not serializable cache item 'Compilation/modules|javascript/auto|/opt/buildhome/repo/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js??ruleSet[1].rules[12].oneOf[9].use[0]!/opt/buildhome/repo/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[9].use[1]!/opt/buildhome/repo/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[9].use[2]!/opt/buildhome/repo/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[12].oneOf[9].use[3]!/opt/buildhome/repo/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[12].oneOf[9].use[4]!/opt/buildhome/repo/app/components/chat.module.scss|ssr': No serializer registered for Warning
2026-05-10T06:14:10.879Z β² while serializing webpack/lib/cache/PackFileCacheStrategy.PackContentItems -> webpack/lib/NormalModule -> Array { 1 items } -> webpack/lib/ModuleWarning -> Warning
2026-05-10T06:15:16.654Z β² [webpack.cache.PackFileCacheStrategy] Skipped not serializable cache item 'Compilation/modules|/opt/buildhome/repo/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!/opt/buildhome/repo/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!/opt/buildhome/repo/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!/opt/buildhome/repo/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!/opt/buildhome/repo/app/components/chat.module.scss': No serializer registered for Warning
2026-05-10T06:15:16.654Z β² while serializing webpack/lib/cache/PackFileCacheStrategy.PackContentItems -> webpack/lib/NormalModule -> Array { 1 items } -> webpack/lib/ModuleWarning -> Warning
2026-05-10T06:15:20.162Z β² β Compiled with warnings
2026-05-10T06:15:20.162Z β²
2026-05-10T06:15:20.162Z β² ./app/components/chat.module.scss.webpack[javascript/auto]!=!./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/chat.module.scss
2026-05-10T06:15:20.162Z β² Warning
2026-05-10T06:15:20.162Z β²
2026-05-10T06:15:20.162Z β² (1:6647) autoprefixer: end value has mixed support, consider using flex-end instead
2026-05-10T06:15:20.162Z β²
2026-05-10T06:15:20.162Z β² Import trace for requested module:
2026-05-10T06:15:20.162Z β² ./app/components/chat.module.scss.webpack[javascript/auto]!=!./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/chat.module.scss
2026-05-10T06:15:20.162Z β² ./app/components/chat.module.scss
2026-05-10T06:15:20.162Z β² ./app/components/mask.tsx
2026-05-10T06:15:20.163Z β² ./app/components/home.tsx
2026-05-10T06:15:20.163Z β²
2026-05-10T06:15:20.163Z β² ./node_modules/rt-client/dist/esm/index.js
2026-05-10T06:15:20.163Z β² Module not found: Can't resolve 'bufferutil' in '/opt/buildhome/repo/node_modules/rt-client/dist/esm'
2026-05-10T06:15:20.163Z β²
2026-05-10T06:15:20.163Z β² Import trace for requested module:
2026-05-10T06:15:20.163Z β² ./node_modules/rt-client/dist/esm/index.js
2026-05-10T06:15:20.163Z β² ./app/components/realtime-chat/realtime-chat.tsx
2026-05-10T06:15:20.163Z β² ./app/components/realtime-chat/index.ts
2026-05-10T06:15:20.163Z β² ./app/components/chat.tsx
2026-05-10T06:15:20.163Z β² ./app/components/home.tsx
2026-05-10T06:15:20.163Z β²
2026-05-10T06:15:20.163Z β² ./node_modules/rt-client/dist/esm/index.js
2026-05-10T06:15:20.163Z β² Module not found: Can't resolve 'utf-8-validate' in '/opt/buildhome/repo/node_modules/rt-client/dist/esm'
2026-05-10T06:15:20.163Z β²
2026-05-10T06:15:20.163Z β² Import trace for requested module:
2026-05-10T06:15:20.164Z β² ./node_modules/rt-client/dist/esm/index.js
2026-05-10T06:15:20.164Z β² ./app/components/realtime-chat/realtime-chat.tsx
2026-05-10T06:15:20.164Z β² ./app/components/realtime-chat/index.ts
2026-05-10T06:15:20.164Z β² ./app/components/chat.tsx
2026-05-10T06:15:20.164Z β² ./app/components/home.tsx
2026-05-10T06:15:20.164Z β²
2026-05-10T06:15:20.164Z β² ./app/components/chat.module.scss
2026-05-10T06:15:20.164Z β² Warning
2026-05-10T06:15:20.164Z β²
2026-05-10T06:15:20.164Z β² (1:6647) autoprefixer: end value has mixed support, consider using flex-end instead
2026-05-10T06:15:20.164Z β²
2026-05-10T06:15:20.167Z β² Import trace for requested module:
2026-05-10T06:15:20.167Z β² ./app/components/chat.module.scss
2026-05-10T06:15:20.167Z β² ./app/components/mask.tsx
2026-05-10T06:15:20.167Z β² ./app/components/home.tsx
2026-05-10T06:15:20.167Z β²
2026-05-10T06:15:20.168Z β² Linting and checking validity of types ...
2026-05-10T06:15:28.560Z β² β¨― ESLint: Cannot read properties of undefined (reading 'loc') Occurred while linting /opt/buildhome/repo/app/constant.ts:1 Rule: "unused-imports/no-unused-imports"
2026-05-10T06:15:35.944Z β² Collecting page data ...
2026-05-10T06:15:36.573Z β² [Server Config] using 1 of 1 api key - sk-xxxx
2026-05-10T06:15:36.573Z β² [Server Config] using 1 of 1 api key - sk-xxx
2026-05-10T06:15:36.573Z β² [Server Config] using 1 of 1 api key - sk-xxx
2026-05-10T06:15:36.574Z β² [Server Config] using 1 of 1 api key - sk-xx
2026-05-10T06:15:36.574Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.579Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.579Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.579Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.579Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.579Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.580Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.580Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.580Z β² [Server Config] using 1 of 1 api key - sk-x
2026-05-10T06:15:36.583Z β² β Using edge runtime on a page currently disables static generation for that page
2026-05-10T06:15:36.648Z β² [Server Config] using 1 of 1 api key - sk-xxxx
2026-05-10T06:15:36.679Z β² [Server Config] using 1 of 1 api key - sk-xxx
2026-05-10T06:15:36.709Z β² [Server Config] using 1 of 1 api key - sk-xxx
2026-05-10T06:15:36.837Z β² [Server Config] using 1 of 1 api key - sk-xxx
2026-05-10T06:15:49.254Z β² Generating static pages (0/4) ...
2026-05-10T06:15:50.292Z β² [Server Config] using 1 of 1 api key - sk-xxx
2026-05-10T06:15:50.292Z β² [Server Config] using 1 of 1 api key - sk-xxx
2026-05-10T06:15:50.295Z β² Generating static pages (1/4)
2026-05-10T06:15:50.297Z β²
Generating static pages (2/4)
2026-05-10T06:15:50.297Z β² Attempted to get item "app-config" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.297Z β² Attempted to get item "lang" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.297Z β² Attempted to get item "access-control" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.297Z β² Attempted to get item "mask-store" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.297Z β² Attempted to get item "lang" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.298Z β² Attempted to get item "chat-next-web-store" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.298Z β² Attempted to get item "chat-update" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.302Z β² Attempted to get item "chat-next-web-plugin" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.302Z β² Attempted to get item "prompt-store" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.302Z β² Attempted to get item "sync" from localStorage, but localStorage is not available.
2026-05-10T06:15:50.302Z β² skip setItem app-config
2026-05-10T06:15:50.302Z β² skip setItem access-control
2026-05-10T06:15:50.302Z β² skip setItem mask-store
2026-05-10T06:15:50.302Z β² skip setItem chat-next-web-store
2026-05-10T06:15:50.306Z β² skip setItem chat-update
2026-05-10T06:15:50.306Z β² skip setItem chat-next-web-plugin
2026-05-10T06:15:50.307Z β² skip setItem prompt-store
2026-05-10T06:15:50.307Z β² skip setItem sync
2026-05-10T06:15:50.307Z β² Attempted to set item "app-config" in localStorage, but localStorage is not available.
2026-05-10T06:15:50.307Z β² Attempted to set item "access-control" in localStorage, but localStorage is not available.
2026-05-10T06:15:50.307Z β² Attempted to set item "mask-store" in localStorage, but localStorage is not available.
2026-05-10T06:15:50.307Z β² Attempted to set item "chat-next-web-store" in localStorage, but localStorage is not available.
2026-05-10T06:15:50.307Z β² Attempted to set item "chat-update" in localStorage, but localStorage is not available.
2026-05-10T06:15:50.307Z β² Attempted to set item "chat-next-web-plugin" in localStorage, but localStorage is not available.
2026-05-10T06:15:50.307Z β² Attempted to set item "prompt-store" in localStorage, but localStorage is not available.
2026-05-10T06:15:50.307Z β² Attempted to set item "sync" in localStorage, but localStorage is not available.
2026-05-10T06:15:50.432Z β² [Server Config] using 1 of 1 api key - sk-xxxxxxx
2026-05-10T06:15:50.433Z β² [Server Config] using 1 of 1 api key - sk-xxxxxxx
2026-05-10T06:15:50.433Z β² Generating static pages (3/4)
2026-05-10T06:15:50.434Z β²
β Generating static pages (4/4)
2026-05-10T06:15:50.612Z β² Finalizing page optimization ...
2026-05-10T06:15:50.612Z β² Collecting build traces ...
2026-05-10T06:16:24.504Z β²
2026-05-10T06:16:24.510Z β² Route (app) Size First Load JS
2026-05-10T06:16:24.510Z β² β β / 629 kB 718 kB
2026-05-10T06:16:24.510Z β² β β /_not-found 891 B 87 kB
2026-05-10T06:16:24.511Z β² β β /api/[provider]/[...path] 0 B 0 B
2026-05-10T06:16:24.511Z β² β β /api/artifacts 0 B 0 B
2026-05-10T06:16:24.511Z β² β β /api/config 0 B 0 B
2026-05-10T06:16:24.512Z β² β β /api/tencent 0 B 0 B
2026-05-10T06:16:24.512Z β² β β /api/upstash/[action]/[...key] 0 B 0 B
2026-05-10T06:16:24.512Z β² β β /api/webdav/[...path] 0 B 0 B
2026-05-10T06:16:24.512Z β² + First Load JS shared by all 86.1 kB
2026-05-10T06:16:24.512Z β² β chunks/8069-4c78fbb07bc7891a.js 29.2 kB
2026-05-10T06:16:24.512Z β² β chunks/fd9d1056-c19853f8a5992bd8.js 53.4 kB
2026-05-10T06:16:24.515Z β² β other shared chunks (total) 3.58 kB
2026-05-10T06:16:24.515Z β² β (Static) prerendered as static content
2026-05-10T06:16:24.515Z β² β (Edge Runtime) server-rendered on demand using the Edge Runtime
2026-05-10T06:16:24.771Z β² Done in 206.37s.
2026-05-10T06:16:24.894Z β² Traced Next.js server files in: 39.755ms
2026-05-10T06:16:25.674Z β² Created all serverless functions in: 779.086ms
2026-05-10T06:16:26.201Z β² Collected static files (public/, static/, .next/static): 13.324ms
2026-05-10T06:16:26.324Z β² Build Completed in .vercel/output [3m]
2026-05-10T06:16:26.614Z β‘οΈ Completed `npx vercel build`.
2026-05-10T06:16:28.518Z
2026-05-10T06:16:28.520Z β‘οΈ Build Summary (@cloudflare/next-on-pages v1.13.16)
2026-05-10T06:16:28.520Z β‘οΈ
2026-05-10T06:16:28.520Z β‘οΈ Edge Function Routes (6)
2026-05-10T06:16:28.520Z β‘οΈ β /api/[provider]/[...path]
2026-05-10T06:16:28.520Z β‘οΈ β /api/artifacts
2026-05-10T06:16:28.521Z β‘οΈ β /api/config
2026-05-10T06:16:28.521Z β‘οΈ β /api/tencent
2026-05-10T06:16:28.521Z β‘οΈ β /api/upstash/[action]/[...key]
2026-05-10T06:16:28.521Z β‘οΈ β /api/webdav/[...path]
2026-05-10T06:16:28.521Z β‘οΈ
2026-05-10T06:16:28.521Z β‘οΈ Prerendered Routes (2)
2026-05-10T06:16:28.522Z β‘οΈ β /
2026-05-10T06:16:28.522Z β‘οΈ β /index.rsc
2026-05-10T06:16:28.522Z β‘οΈ
2026-05-10T06:16:28.522Z β‘οΈ Other Static Assets (168)
2026-05-10T06:16:28.522Z β‘οΈ β /_app.rsc.json
2026-05-10T06:16:28.522Z β‘οΈ β /_document.rsc.json
2026-05-10T06:16:28.522Z β‘οΈ β /_error.rsc.json
2026-05-10T06:16:28.522Z β‘οΈ β /404.html
2026-05-10T06:16:28.522Z β‘οΈ β ... 164 more
2026-05-10T06:16:28.522Z
2026-05-10T06:16:28.525Z β‘οΈ Build log saved to '.vercel/output/static/_worker.js/nop-build-log.json'
2026-05-10T06:16:28.525Z β‘οΈ Generated '.vercel/output/static/_worker.js/index.js'.
2026-05-10T06:16:28.525Z β‘οΈ Build completed in 1.91s
2026-05-10T06:16:28.634Z Success: Build command completed
2026-05-10T06:16:28.826Z Executing user deploy command: npx wrangler deploy
2026-05-10T06:16:31.624Z npm warn exec The following package was not found and will be installed: wrangler@4.90.0
2026-05-10T06:16:36.845Z
2026-05-10T06:16:36.846Z β
οΈ wrangler 4.90.0
2026-05-10T06:16:36.846Z βββββββββββββββββββ
2026-05-10T06:16:37.234Z
2026-05-10T06:16:37.235Z Detected Project Settings:
2026-05-10T06:16:37.235Z - Worker Name: nextchat
2026-05-10T06:16:37.235Z - Framework: Next.js
2026-05-10T06:16:37.235Z - Build Command: yarn run build
2026-05-10T06:16:37.235Z - Output Directory: .next
2026-05-10T06:16:37.235Z
2026-05-10T06:16:37.235Z ? Do you want to modify these settings?
2026-05-10T06:16:37.235Z π€ Using fallback value in non-interactive context: no
2026-05-10T06:16:37.242Z
2026-05-10T06:16:37.242Z Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
2026-05-10T06:16:37.243Z
2026-05-10T06:16:37.319Z β [ERROR] The version of Next.js used in the project ("14.1.1") cannot be automatically configured. Please update the Next.js version to at least "14.2.35" and try again.
2026-05-10T06:16:37.319Z
2026-05-10T06:16:37.319Z
2026-05-10T06:16:37.370Z πͺ΅ Logs were written to "/opt/buildhome/.config/.wrangler/logs/wrangler-2026-05-10_06-16-36_421.log"
2026-05-10T06:16:37.483Z Failed: error occurred while running deploy command
```
### π· Recurrence Steps
_No response_
### π¦ Expected Behavior
_No response_
### π Additional Information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.