Npm run ionic:build --prod

web app

I get this error when I debug browser

vendor.js:1 ERROR Error: Uncaught (in promise): SecurityError: Failed to execute 'pushState' on 'History': A history state object with URL 'file:///home' cannot be created in a document with origin 'null' and URL 'file:///home/ai/labo/www/index.html'.
Error: Failed to execute 'pushState' on 'History': A history state object with URL 'file:///home' cannot be created in a document with origin 'null' and URL 'file:///home/ai/labo/www/index.html'.
    at e.pushState (vendor.js:1)
    at e.pushState (vendor.js:1)
    at t.go (vendor.js:1)
    at t._updateLocation (vendor.js:1)
    at t.navChange (vendor.js:1)
    at e._transitionFinish (vendor.js:1)
    at vendor.js:1
    at t.invoke (polyfills.js:3)
    at Object.onInvoke (vendor.js:1)
    at t.invoke (polyfills.js:3)
    at e.pushState (vendor.js:1)
    at e.pushState (vendor.js:1)
    at t.go (vendor.js:1)
    at t._updateLocation (vendor.js:1)
    at t.navChange (vendor.js:1)
    at e._transitionFinish (vendor.js:1)
    at vendor.js:1
    at t.invoke (polyfills.js:3)
    at Object.onInvoke (vendor.js:1)
    at t.invoke (polyfills.js:3)
    at c (polyfills.js:3)
    at Object.reject (polyfills.js:3)
    at e._fireError (vendor.js:1)
    at e._failed (vendor.js:1)
    at vendor.js:1
    at t.invoke (polyfills.js:3)
    at Object.onInvoke (vendor.js:1)
    at t.invoke (polyfills.js:3)
    at r.run (polyfills.js:3)
    at polyfills.js:3

it was the super tabs issue

Can you share what exactly the problem was?