Failed to read the 'cssRules' property from 'CSSStyleSheet'

Facing strange error on real device. (android)

E/Capacitor/Console: File: http://localhost/js/chunk-vendors.7ce19db3.js - Line 9 - Msg: Uncaught (in promise) SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules

It works just fine on local build (ionic serve) but when i try on real device i am getting this error after few clicks:
Login page works fine
After login being redirect to home page (ok)
When i try another navigation (to some another page) app being freeze and getting this error in console (chrome inspect, android sutdio run console)

I did mobile build few days ago and app worked without issues.
After that i’ve added just few api calls and one plugin @capacitor/storage

Best regards

[UPDATE]

It turned down that i used ion-router-outlet at App.vue and router-view for navigation of home (tabs) view
By changing router-view with ion-router-outlet app performed as expected.