admin-starter-springboot
admin-starter-springboot copied to clipboard
ERR_TOO_MANY_REDIRECTS
in this example i get an "err_too_many_redirects" error. Different browsers were also used.
Opera:

Microsoft Edge:

Port is 8080:

Hi, i can't reproduce, have you tried:
mvn clean package && java -jar target/admin-starter.war and access http://localhost:8080
in an anonymous browser window or with clean caches?
Hi, I haved the same issue. Packaging as war helps to solve this.