[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # 404 on deployed site 248 views · 2 likes · 7 posts Tobistephenn (@tobistephenn) · 2024-07-25 A projrct is working perfectly locally but displays **404**: NOT_FOUNDCode: `NOT_FOUND`ID: `lhr1::6f7db-1721940232778-cc3f2cf72d2b` when I deploy on vercel Amy Egan (@amyegan) · 2024-07-25 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](https://vercel.com/guides/creating-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: Bjørn Thomsen (@bsthomsen) · 2024-07-26 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. Pauline P. Narvas (@pawlean) · 2024-07-29 · ♥ 1 Hi @bsthomsen! Looks like our support team are in touch. Let us know if we can help with anything else! Yejianxin2023 (@yejianxin2023) · 2024-08-05 Is the problem solved? Bjørn Thomsen (@bsthomsen) · 2024-08-05 · ♥ 1 @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. Amy Egan (@amyegan) · 2024-08-05 @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: