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 has been 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.
The text was updated successfully, but these errors were encountered:
mpsonntag
added a commit
to mpsonntag/gin-ui
that referenced
this issue
Apr 7, 2017
Currently, whenever
this.reportError
is 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.reportError
should be refactored alltogether.The text was updated successfully, but these errors were encountered: