When google index my angular web application. It can't see the pages and in the console I have this error :
SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL 'https://MYDOMAIN/universe/' cannot be created in a document with origin 'https://webcache.googleusercontent.com' and URL 'https://webcache.googleusercontent.com/search?q=cache:YlVK5uwbqWcJ:https://MYDOMAIN>/universe+&cd=2&hl=fr&ct=clnk&gl=fr'.
But I don't understand the error. Is that mean I have to allow cross origin for webcache.googleusercontent ?
I'm currently using angular universal and nginx as a reverse proxy.