window.history.pushState does not allow external domain urls, and it breaks the app logging the following error when you pass an external domain to router.navigateTo method.
router.js:82 Uncaught DOMException: Failed to execute 'pushState' on 'History': A history state object with URL 'https://google.com/' cannot be created in a document with origin 'https://localhost:3000' and URL 'https://localhost:3000/'
window.history.pushState
does not allow external domain urls, and it breaks the app logging the following error when you pass an external domain torouter.navigateTo
method.Example: