404: not_found

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/

Hi, @ericzil! :wave:

This community post may be helpful:

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.

Did you try the all debugging tips from that post already?

The 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 here so the rest of the community can try to help you debug. :slightly_smiling_face:

1 Like

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