2

My spring boot admin keeps on loading applications forever

enter image description here

I only can only see the following error in console.

enter image description here

We are running the container behind proxy and I have configured the required properties as below.

server:
  forward-headers-strategy: native
  tomcat:
    redirect-context-root: false
Mohit Singh
  • 496
  • 2
  • 11

1 Answers1

0

Which version of spring boot admin are you using? I too faced this issue with earlier versions of admin server (the app loader icon would keep spinning when no apps are found). Try upgrading your admin server version.

Sarvesh Dubey
  • 343
  • 1
  • 14