Issue with [object Object] as instance id
See original GitHub issueApp info:
Spring boot version: 2.2.7.RELEASE
Sprint boot admin version: 2.2.3
spring-cloud.version: Hoxton.SR4
I’m registering my applications to spring boot admin server using eureka discovery. Unfortunately instance ids on spring boot admin server are [object Object] which seems like a javascript issue of UI.
Therefore I cant see any of the metrix, mapping or else. When I open an instance, the URL is something like this: http://localhost:8081/instances/[objec Object]/details
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
KB43677: "Error: Object with ID xxx and type 29 (DB Instance ...
This technical note describes an issue that occurs because of a missing reference to a database instance.
Read more >javascript - What does [object Object] mean? - Stack Overflow
It means the datatype of what you're returning is an Object. – user1385191. Jan 20, 2011 at 17:08 ; Out of interest: what...
Read more >Instance ID problem - Unity Forum
Im using the child GameObjects as triggers. I need to get the parent GOs InstanceID. Problem is, the same objects InstanceID is different ......
Read more >How to identify Instance ID of monitored object
Is there a PowerShell command I can use to identify the Display Name of the object referenced by the Instance ID GUID in...
Read more >VM Instance Identifier Question - ServiceNow Community
This problem occurs. ... The Identifier for VM Instance shows ONLY Object ID. ... The identifier for the table only requires Object ID, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This worked for me… 😃 It sets the default object mapper for Spring… and seems to sort the issue out…
You could use the
AdminServerModule
jackson module added in 2.2.3