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
* Fix : Infinite login page redirect loop
Bug: On webapp load, if config is missing, app can go into an infinite login page redirect loop #1737
* Delete error.component.spec.ts
No need for static error page
Is there an existing issue for this?
Enhancement description
On webapp load, if config is missing auth parameters, app can potentially go into an infinite login redirect loop
🧑💻 Implementation
Catch the condition that causes app to infinitely redirect to the login page and redirect the user to a simple errors page.
Anything else?
No response
The text was updated successfully, but these errors were encountered: