-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
After using the context path, the first login is normal, and after logging out, the second login is reported as 404 #3829
Labels
Comments
I tried without a context path and didn't have this problem |
SteKoe
added a commit
that referenced
this issue
Nov 29, 2024
SteKoe
added a commit
that referenced
this issue
Dec 6, 2024
SteKoe
added a commit
that referenced
this issue
Dec 6, 2024
SteKoe
added a commit
that referenced
this issue
Dec 6, 2024
SteKoe
added a commit
that referenced
this issue
Dec 6, 2024
SteKoe
added a commit
that referenced
this issue
Dec 6, 2024
SteKoe
added a commit
that referenced
this issue
Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spring Boot Admin Server information
3.3.3
3.3.5
Configured Security:
Webflux or Servlet application:
Client information
3.3.5
Used discovery mechanism:
Webflux or Servlet application:
Description
After using the context path, the first login is normal, and after logging out, the second login is reported as 404
Login for the first time jumps to the path -> http://localhost:9090/admin/applications
The path after logging out -> http://localhost:9090/admin/login?logout
The path to the second login-> http://localhost:9090/admin/
It does not jump to the 'applications' path
The text was updated successfully, but these errors were encountered: