[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # 404: not_found 204 views · 1 like · 4 posts Ericzil (@ericzil) · 2024-08-11 Hey there, I had many failed deployments, but somehow I managed to make it go through. But unfortunately, the assigned domain is showing as **404 NOT_FOUND**. I would appreciate it if you could check it out on your end! Thank you! https://nspn-dev.vercel.app/  Pauline P. Narvas (@pawlean) · 2024-08-12 Hi, @ericzil! :wave: This community post may be helpful: https://community.vercel.com/t/debugging-404-errors/437 Ericzil (@ericzil) · 2024-08-12 Hey, @pawlean I have tried every solution I could think of. Gone through docs, everything, and I can't find what the problem is on Vercel. I tried running it locally; everything was working. I have to admit that I am using source code that was provided in GitHub; locally it works fine, in Vercel it's not, and by logs there aren't any details that I could catch on to resolve it. Amy Egan (@amyegan) · 2024-08-12 · ♥ 1 Did you try the all debugging tips from that post already? The [**Build and Development Settings**](https://vercel.com/docs/deployments/configure-a-build#build-and-development-settings) are a fairly easy thing to check. I find a lot of deployment issues are caused by problems with these settings. Switching to the **Framework Preset** associated with your project's framework is usually a good bet if that's not what's already being used. If that doesn't get it working, then I'd recommend checking the deployment output. It usually provides some clues. You can compare it to a local build. If all else fails, you can share your repo or a [minimal reproducible example](https://vercel.com/guides/creating-a-minimal-reproducible-example) here so the rest of the community can try to help you debug. :slightly_smiling_face: