Looks like you've followed a broken link or entered a URL that doesn't exist .. react js

I’m facing this problem again … I don’t know how to rigid from this ?
Whenever I navigate to my next page …
e.g, from Home to blog page and hit the reload it gives me this error:
Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.

Post your code/Github so we can see the code.

Is it still this repo?

If so I don’t see that behavior.

Navigate to Faq page or blog page and then again reload the page

The server doesn’t know about the routes. You can use redirects or use the hash router instead.

Check out the redirect part of this article


I might also suggest looking into using Next.js (with Vercel) or Remix.

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