Hi all,
First off–love the netlify product.
Okay so here’s the issue: Whenever I attempt to access part of my React application via URL (ex: accessing the “about” page of my website by typing “thebamfblog.com/about” in the URL) I get the following error.
This is very problematic as the social media sharing buttons that users click on utilizes a link to the post they want to share–but because of this routing issue–whatever they share will direct them to this error page instead of the expected article.
Navigating to the link via the react-dom-router buttons within the application causes no issues.
I am using react-router-dom and have little experience with netlify, but am learning fast!
Any help appreciated.
Thanks,
Jay