-1

My spring boot admin is not accessible through zuul gateway, he shows me Cors origin problem (screenshot)

But it works fine from his own host !

Spring boot admin version 2.4.1

Spring boot version 2.4.

Github project for more info : https://github.com/SeifBh/spring-project

Help please !

1 Answers1

0

For accessing spring boot admin via zuul, you need to specify property spring.boot.admin.ui.public-url , the value of the property will be your zuul host. Checkout this for more details.

Sarvesh Dubey
  • 343
  • 1
  • 14