codecentric / spring-boot-admin

Admin UI for administration of spring boot applications
Apache License 2.0
12.39k stars 3.08k forks source link

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 1 week ago

JavaLionLi commented 1 week ago

Spring Boot Admin Server information

Client information

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 commented 1 week ago

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

JavaLionLi commented 1 week ago

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