Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eureka Server Dashboard is not loading #55

Open
wish79 opened this issue Jun 22, 2024 · 0 comments
Open

Eureka Server Dashboard is not loading #55

wish79 opened this issue Jun 22, 2024 · 0 comments

Comments

@wish79
Copy link

wish79 commented Jun 22, 2024

Hi,
I clone this Eurka project and run it on my local without changing anything the app server run but Eureka Server Dashboard is not loading, i tried also to add

spring.freemarker.cache=false
spring.freemarker.template-loader-path=file:src/main/resources/templates/

also it is not working, also i create new project from scratch same issue server running bit dashboard is not coming i am using same config with java 17.

below is my config

spring.application.name=eureka
eureka.port=8010
server.port=${eureka.port}
eureka.client.register-with-eureka=false
eureka.client.fetch-registry=false
eureka.client.serviceUrl.defaultZone=http://127.0.0.1:${eureka.port}/eureka
logging.level.org.springframework.context=DEBUG
spring.freemarker.cache=false
spring.freemarker.template-loader-path=file:src/main/resources/templates/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant