Hey Guys, I need some insight and hope you kindly want to help me solve my problem with gh-pages.
I developed a webpage using CRA, React Router, and some npm packages like react-map-gl, react-bootstrap, etc. I think my project going well as I see in the development build everything looks OK.
When I built my app on Github pages something happened. My app only shows the homepage, and when I navigate to the other page it tells me 404 There isn't a GitHub Pages site here. The console showed me an error Failed to load resource: The server responded with a status of 404 ().
However, when I run in the development build the page is running smoothly.
[ v ] I'm following the tutorial as written from start to finish from @gitname
[ x ] I'm using a custom domain (note: not covered in tutorial)
[ v ] I'm using React Router (note: not covered in tutorial)
Hey Guys, I need some insight and hope you kindly want to help me solve my problem with gh-pages. I developed a webpage using CRA, React Router, and some npm packages like react-map-gl, react-bootstrap, etc. I think my project going well as I see in the development build everything looks OK.
When I built my app on Github pages something happened. My app only shows the homepage, and when I navigate to the other page it tells me 404 There isn't a GitHub Pages site here. The console showed me an error Failed to load resource: The server responded with a status of 404 (). However, when I run in the development build the page is running smoothly.
Links
Below there is my code and deployed pages
Everything Else
This is the homepage: This is the other page should be:
And this is the error I get: