404 error not found during deployment

I’ve tried everything but doesn’t fix. Used to be 500: INTERNAL_SERVER_ERROR
Code: MIDDLEWARE_INVOCATION_FAILED
ID: iad1::kfzsv-1748909610405-07ea0bc82627 but randomly changes to 404 error not found.

works when I deploy with netlify weird? still hoping to use vercel instead because databases are a bit tricky through netlify

There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

Hi @imgodnyx, welcome to the Vercel Community!

I’m sorry you’re facing this issue. Can you share more details about your tech stack and the application you’re building?

If you can, please share your public repo or a minimal reproducible example. That will let us all work together from the same code to figure out what’s going wrong.

The site is basically a movie streaming website using third party content (legally) through embedding and its works with netlify through this link: https://fatetube.netlify.app/ I don’t have a public repo but if you need I can send you the files through email .

I see. Was this project built using v0? Do you have a local copy of the code? If so, can you try running npm run build and share the build output from the CLI?

sorry I fixed this by making a new project. Thanks for your time! you may access it at www.fatetube.xyz if anyone wants to know

yeah I’d admit v0 is useful when I don’t know how to add some of the code lol. I also just like how the v0 code editor looks in general.

1 Like

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