-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
401 error on UI when login with wrong user or password #356
Comments
From a talk in slack we are theorizing that the issue is as follows:
@richard-cox ^ ping |
@andreas-kupries you're 100% correct. we were using A PR is up now to use the new |
Fixed issue. |
Issue
When an user enters wrong credentialls on ui, a 401 error appears
Steps to reproduce
v1.10.0-15-g47ee6f4e
) and either of these ui images:ghcr.io/epinio/epinio-ui:v1.10.0-0.0.1
orghcr.io/epinio/epinio-ui:latest-next
Observed behavior
The user is taken to an 401 error screen and then returned to the login screen
Screencast.from.06-10-23.09.29.42.mov
Error:
Note: CLI handles correctly the message:
Expected behavior
UI should handle it correctly not redirecting the user and displaying an error in the login page as before:
Invalid username or password. Please try again.
Setup
Kubernetes Version:
v1.25.4+k3s1
Epinio Server Version:
v1.10.0-15-g47ee6f4e
Browser:
Brave v1.58.135
UI Image:
ghcr.io/epinio/epinio-ui:v1.10.0-0.0.1
orghcr.io/epinio/epinio-ui:latest-next
The text was updated successfully, but these errors were encountered: