-
Couldn't load subscription status.
- Fork 3.1k
Closed
Description
First of all, I would like to thank the author for their contributions to this project. My scenario is as follows:
The content of the response header is application/vnd.spring-boot.actuator.v3+json;charset=UTF-8. It contains charset=UTF-8, which prevents the following code from matching.
spring-boot-admin/spring-boot-admin-server-ui/src/main/frontend/views/instances/mappings/index.vue
Lines 105 to 109 in ea58cdd
| const supportedContentTypes = [ | |
| 'application/vnd.spring-boot.actuator.v3+json', | |
| 'application/vnd.spring-boot.actuator.v2+json', | |
| ]; | |
| if (supportedContentTypes.includes(res.headers['content-type'])) { |
Metadata
Metadata
Assignees
Labels
No labels
