Deploy to Vercel (i keep getting this error, while trying to deploy on vercel, but app works fine locally. Please help attend to this problem as urgent.) #78209
-
Summary[23:21:51.751] Retrieving list of deployment files... Additional information[23:21:51.751] Retrieving list of deployment files...
[23:21:51.762] Skipping build cache, deployment was triggered without cache.
[23:21:52.618] Downloading 924 deployment files...
[23:21:58.512] Running build in Washington, D.C., USA (East) – iad1
[23:21:58.798] Running "vercel build"
[23:21:59.318] Vercel CLI 41.6.0
[23:21:59.952] Installing dependencies...
[23:22:14.999]
[23:22:15.000] added 159 packages in 15s
[23:22:15.000]
[23:22:15.001] 28 packages are looking for funding
[23:22:15.001] run `npm fund` for details
[23:22:15.070] Detected Next.js version: 15.3.0
[23:22:15.071] Running "next build"
[23:22:15.967] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[23:22:15.968] This information is used to shape Next.js' roadmap and prioritize features.
[23:22:15.968] 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:
[23:22:15.968] https://nextjs.org/telemetry
[23:22:15.968]
[23:22:16.047] ▲ Next.js 15.3.0
[23:22:16.048]
[23:22:16.145] Creating an optimized production build ...
[23:22:41.035] ✓ Compiled successfully in 20.0s
[23:22:41.041] Linting and checking validity of types ...
[23:22:46.282] Collecting page data ...
[23:22:48.534] Generating static pages (0/4) ...
[23:22:49.808] Generating static pages (1/4)
[23:22:49.809] Generating static pages (2/4)
[23:22:49.810] Generating static pages (3/4)
[23:22:49.810] ✓ Generating static pages (4/4)
[23:22:50.318] Finalizing page optimization ...
[23:22:50.323] Collecting build traces ...
[23:22:59.794] Exporting (0/3) ...
[23:23:00.377] ✓ Exporting (3/3)
[23:23:00.390]
[23:23:00.408] Route (app) Size First Load JS
[23:23:00.409] ┌ ○ / 54.3 kB 155 kB
[23:23:00.409] └ ○ /_not-found 977 B 102 kB
[23:23:00.409] + First Load JS shared by all 101 kB
[23:23:00.409] ├ chunks/4bd1b696-1962bfe149af46cd.js 53.2 kB
[23:23:00.410] ├ chunks/684-5e09a17728c2c4ef.js 46 kB
[23:23:00.410] └ other shared chunks (total) 1.93 kB
[23:23:00.410]
[23:23:00.410]
[23:23:00.411] ○ (Static) prerendered as static content
[23:23:00.411]
[23:23:00.450] Error: The file "/vercel/path0/out/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project.
[23:23:00.451] Learn More: https://err.sh/vercel/vercel/now-next-routes-manifest
[23:23:00.796] ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Well, if I had to go from the error you get, https://err.sh/vercel/vercel/now-next-routes-manifest, it looks like your export app is having issues with:
or
Have you got any special next.config.js? How does your package.json scripts look like? |
Beta Was this translation helpful? Give feedback.
Well, if I had to go from the error you get, https://err.sh/vercel/vercel/now-next-routes-manifest, it looks like your export app is having issues with:
or
Have you got any special next.config.js? How does your package.json scripts look like?