Reputation: 488
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.
Upvotes: 2
Views: 766
Reputation: 11
For posterity, this appears to be at least one of the common issues folks have encountered: https://github.com/ReactTraining/react-router/issues/5801
Upvotes: 1