[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# 404: not_found

142 views · 0 likes · 2 posts


Tape Op (@tapeop) · 2024-07-31

I seem to be getting a **404** : NOT_FOUND error on deployment. Any help would be appreciated. 

https://hooks-ds691pnvw-tape-op.vercel.app/


Amy Egan (@amyegan) · 2024-08-01

Hi @tapeop. I see a 404 with code `DEPLOYMENT_NOT_FOUND`, which means the URL may be incorrect or the deployment be unavailable.

You should check the project's deployment logs. If the deployment *doesn't* exist, that explains the 404. Either the deployment was deleted or the build never actually started. If the deployment *does* exist, you should check the [build log](https://vercel.com/docs/deployments/logs) for errors that could explain why the deployment failed. Using the CLI to [test a build locally](https://vercel.com/docs/cli/build#vercel-build) is often helpful in either of these scenarios.

https://vercel.com/docs/errors/DEPLOYMENT_NOT_FOUND#deployment_not_found