Help! page not found

My site builds and deploys, but when I try to access any of the links, I get redirected to an error page:

"Page Not Found

Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site."

The support guide doesn’t seem to have an answer to this and the developers I have asked for help don’t know what’s going on, either. Everything works for me locally. Github repo is up to date. I need this to work ASAP so that I can graduate this bootcamp I’ve spent the last six months of my life in!

Welcome to Netlify Community!

Can you provide a git repo and I’ll be sure to get that checked over for you.

The support guide on this topic might be of help:

1 Like

https://github.com/JRStegall/Studio_Search

Thank you

I’m not in any way a genius when it comes to react but I think this might work.

It looks like you are using react-router within your site to route between different pages.

You need to tell Netlify to serve index.html for everything, not just the root of your site.

To do this make a new redirect rule in a _redirects.txt file. It should look like this:

/*    /index.html   200

Ok thanks I’ll give that a shot

1 Like

I’ve noticed you got the links working.
Please write a short solution to how you fixed this problem.

This means that people who experience the same problem u did can fix it by referring to this post.