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
{{ message }}
This repository was archived by the owner on Dec 14, 2017. It is now read-only.
Currently, whenever this.reportError is invoked, after a cascade of event emits, the user
is redirected to "App.vue" which invokes "ErrorPage.vue" which is not a properly registered route.
Probably due to this setup, the user will be stuck on this page, the other links are not responsive any more
and the user has to reload the page to properly browse again.
Either this behavior has to be fixed or the usage of this.reportError should be refactored alltogether.
Currently, whenever
this.reportErroris invoked, after a cascade of event emits, the useris redirected to "App.vue" which invokes "ErrorPage.vue" which is not a properly registered route.
Probably due to this setup, the user will be stuck on this page, the other links are not responsive any more
and the user has to reload the page to properly browse again.
Either this behavior has to be fixed or the usage of
this.reportErrorshould be refactored alltogether.