codecentric / spring-boot-admin

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

OPTIONS http://locahost:8080/notifications/filters 404 #1011

Closed chunzhenzyd closed 5 years ago

chunzhenzyd commented 5 years ago

Question There is alway a 404 error when I view applications in Spring Boot Admin page. Admin url: http://localhost:8000 Request: http://localhost:8000/notifications/filters Request Method: OPTIONS Response: 404

chunzhenzyd commented 5 years ago

springboot version: 2.1.0 admin version: 2.1.0

joshiste commented 5 years ago

This is OK. It's used by the UI to determine if the api for notification filters is available.