ChatGPT-Admin-Web icon indicating copy to clipboard operation
ChatGPT-Admin-Web copied to clipboard

vercel部署失败

Open xfxx2022 opened this issue 1 year ago • 5 comments

20:33:19.884chat:build: Failed to compile. 20:33:10.884chat:build: 20:33:10.885chat:build:src/app/(chat)/pricing/page.tsxchat:build: Typeerror: Page"src/app/(chat)/pricing/page.tsx"does notmatch the required types of a Next.js Page.20:33:10.885chat:build:"prices”is not avalid Page export field. 20:33:1885 20:33:10.885chat:build: 2:33:11.032 chat:build:ELIFECYCLECommand failed with exit code 1chat:build:ERROR: command finished with error: command(/vercel/path/apps/chat) pnpm run build exited (1)command (/vercel/patha/apps/chat) pnpm run build exited(1) 20:33:11.050 20:33:11.050 20:33:11.051 20:33:11.052 20:33:11.053 20:33:11.053 Tasks: Cached : Time: 20:33:11.054Summary: 2 successful,3totalcached,3total 1m5.588s/vercel/path0/.turbo/runs/2QeLVh1EJu3r5pX2hblxDRG7tBj.json 20:33:11.054 20:33:11.054ERROR run failed: command exited (1) 20:33:11.075Error: Command"npx turbo run build"exited with 1 20:33:11.428BUILD_UTILS_SPAWN_1: Command"npx turbo run build"exited with 1

xfxx2022 avatar Jun 02 '23 13:06 xfxx2022

same problem

BestLemoon avatar Jun 03 '23 02:06 BestLemoon

同等待解决

libaxuan avatar Jun 03 '23 14:06 libaxuan

1

chan-shen avatar Jun 03 '23 16:06 chan-shen

image 在配置文件里加一句这个

ZhihaoYangUNSW avatar Jun 04 '23 10:06 ZhihaoYangUNSW

image 在配置文件里加一句这个

pageExtensions:['page.tsx','page.ts','page.jsx','page.js'],

Mingxiangyu avatar Jun 08 '23 02:06 Mingxiangyu