adminfaces / admin-starter-springboot

https://adminfaces.github.io/admin-starter
37 stars 33 forks source link

ERR_TOO_MANY_REDIRECTS #7

Open YusufAkcay opened 5 years ago

YusufAkcay commented 5 years ago

in this example i get an "err_too_many_redirects" error. Different browsers were also used.

Opera: image

Microsoft Edge: image

Port is 8080: image

rmpestano commented 5 years ago

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?

dudamarek commented 4 years ago

Hi, I haved the same issue. Packaging as war helps to solve this.