Skip to content
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

Open
JavaLionLi opened this issue Nov 12, 2024 · 2 comments

Comments

@JavaLionLi
Copy link

Spring Boot Admin Server information

  • Version:

3.3.3

  • Spring Boot version:

3.3.5

  • Configured Security:

  • Webflux or Servlet application:

Client information

  • Spring Boot versions:

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
image

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

@JavaLionLi
Copy link
Author

I tried without a context path and didn't have this problem

@JavaLionLi
Copy link
Author

An error is reported when you log in to the backend for the second time
'Undertow' used in web containers
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant