0

When I open the page is just blank (it shows absolutely nothing). I run it locally and it works perfectly.

I followed step by step the GitHub instructions.

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Francis_MD
  • 11
  • 1

1 Answers1

0

I noticed that your App.tsx contains "BrowserRouter". Github pages can't read it. Try changing it to "HashRouter". I had a similar issue with my project and this strategy worked for me. You can see more details and also alternative strategies in this Stack Overflow post -> StackOverflow question Good luck!

G6ix
  • 164
  • 1
  • 8
  • I have tried, but also does not work. I went a bit deeper implementing other suggestions I saw in other posts here, but still not working :/ – Francis_MD Oct 03 '22 at 15:53