I am trying to install Keycloak on my PC. I have the Java 8 JDK installed.
After running \bin\standalone.bat
, when I go to the page 127.0.0.1:9990/auth
, I am returned the error
404 - Not Found
I had set a "Frontend URL" (Keycloak Admin Console > Realm Settings > General Frontend Url
) for the realm that looked like this: http://localhost:8080
while the client's "Root URL" was http://localhost:8080/auth
.
After removing the "Frontend URL" everything worked fine. Another solution was to set both fields to http://localhost:8080/auth
.
The correct port for Keycloak is 8080. The 9990 is the port for Wildfly administration.
Use http://localhost:8080/auth
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With