G-Node / gin-ui

User interface for G-Node services
Other
2 stars 4 forks source link

Refactor error page #108

Open mpsonntag opened 7 years ago

mpsonntag commented 7 years ago

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.