2

When I try to see the cached version of my site on google cache it always renders 404 page

I think this is because react router does not understand the route because it is running on a different domain because of google cache.

https://webcache.googleusercontent.com/search?q=cache:5Q4gZU5NIwJ:https://www.sitename.com/+&cd=1&hl=en&ct=clnk&gl=in

Rahul Pal
  • 476
  • 3
  • 10

1 Answers1

1

For posterity, this appears to be at least one of the common issues folks have encountered: https://github.com/ReactTraining/react-router/issues/5801

Mickey Kay
  • 11
  • 1
  • Links are useful but a complete answer should have more detail, otherwise if the link dies your answer is of little use. Cheers! – d219 Feb 12 '20 at 20:37