Skip to content

Bugfix: Auth on reload

Richard Blechinger requested to merge bugfix/auth-on-reload into develop

When reloading the dashboard on any page that is not 'Home', the auth process would fail to run fast enough to be done by the the time when the ShowManager/FileManager start requesting resources

This bugfix wraps the show fetching mechanism in a watcher to ensure that we have an auth result before any further requests go out. Thus you can safely reload the dashboard on any page.

Merge request reports