You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used app-router with polymer on a web app.
Building the chrome app with the chrome dev tool, I need to use the csp version but this fails with the below error.
The text was updated successfully, but these errors were encountered:
It seems like window.history.pushState && window.history.replaceState are not defined in Chrome Apps and that is what causing the issue.
Has any ever encounter this and solved it?
@fredtma Hi! Were you able to find a workaround for this? I'm not sure how we can replace window.history but if you found a workaround please let us know. Closing this for now.
I have used app-router with polymer on a web app.

Building the chrome app with the chrome dev tool, I need to use the csp version but this fails with the below error.
The text was updated successfully, but these errors were encountered: