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
The login page should be presented (with auto-redirect) when your login token has expired and you are trying to access some resource. Currently, an error is just displayed and you have to find some way to get to the main page to login.
Two problem scenarios where this occurs:
When your cookie has expired and you try to refresh the page on a device. An annoying error is displayed and there is no easy way to re-login.
When you click a link to a device and your current web browser is not logged in. The same annoying error is shown without a way to login.
The text was updated successfully, but these errors were encountered:
Currently the redirects to home on each component (device, location, etc) are one-off error handlers based on subscription response of their respective getter requests (e.g. getDevice()).
Example:
The login page should be presented (with auto-redirect) when your login token has expired and you are trying to access some resource. Currently, an error is just displayed and you have to find some way to get to the main page to login.
Two problem scenarios where this occurs:
The text was updated successfully, but these errors were encountered: