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
Inside ClientController's _render method, when all elementPromises (which are created from a page's getElements() methods) are not resolved, finishRoute() is never fired, which then breaks all page navigation because this._loading is never set to false.
This case can be created if a getElements() method returns an empty array.