404 Error Github

I am creating a website for teachers to arrange seatings based on personality types (MBTI). However, when trying to publish the page on Vercel using my GitHub repo, it throws a 404 error. I’m still pretty new to Vercel, and I would love for anyone to help!

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.

There is an ongoing incident affecting multiple services. Please follow vercel-status.com/incidents/5m5fd7ljhf26 for the latest updates

1 Like

Is the outage still causing the issue?

The incident is resolved, deployments should work normally now.

It looks like your project is static HTML, CSS, and images with no build step. In that case, you should rename mbti-app.html to index.html so it will be picked up as the homepage of your site. Otherwise you would need to go to <my-site>.vercel.app/mbti-app.html to see it.

I hope that makes sense!

1 Like

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