404 on deployed site

A projrct is working perfectly locally but displays 404: NOT_FOUNDCode: NOT_FOUNDID: lhr1::6f7db-1721940232778-cc3f2cf72d2b when I deploy on vercel

Hey @tobistephenn! Your post wasn’t really related to the topic where you originally shared it, so I created a new topic for you.

We need to know more about your project to help you figure out what’s going wrong. Can you tell us more about the framework, repo structure, and deployment settings? A minimal reproducible example is usually the easiest way for the rest of us in this community to help you debug an issue. :slightly_smiling_face:

We are seeing the same issue with a Nuxt3 project. Case: 261422. Did you guys change something internally? It used to deploy perfectly, but all of a sudden today it stopped working, and we haven’t made any changes to vercel.json etc.

Hi @bsthomsen!

Looks like our support team are in touch. Let us know if we can help with anything else!

1 Like

Is the problem solved?

@yejianxin2023 there’s a temporary work around forcing their CLI to run an older version.

It can be done by settings this environment variable on your project:
VERCEL_CLI_VERSION=vercel@35.1.0

We are using this and awaiting they push the an update to the CLI with a fix for the issue.

1 Like

@yejianxin2023 @bsthomsen The team released a fix for this issue. You no longer need to pin an older version of the CLI and should remove the VERCEL_CLI_VERSION to ensure the latest version is used.

Thank you for reporting this issue and for you patience while we fixed it. :slightly_smiling_face:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.