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