Replies: 1 comment 2 replies
-
|
Please make sure you have set the hostname to a valid one (e.g. no more than 253 chars, in all-lowercase....) At least that fixed it for #10930 - i guess that may be your problem. Also there is #11083 where i provided a fix for using hostname and standard https port without a proxy. You could try out the latest nightly build of main to see if the error is gone with that. (See https://quay.io/repository/keycloak/keycloak?tab=tags ) Thats all i can say without having more details. Hope it helps :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just upgraded from KC 15 to 17.
Database-Connection to MariaDB seams to work because I can login in adminconsole with the old credentials.
After logging in there is only the top bar with my adminuser top right. No content or even left menu bar exists. There are only the default links in user-icon, but they doesn't work:
"Server Info": does/shows nothing
"Sign Out": ok this one works ;-)
"Manage account": gives "We are sorry... Invalid parameter: redirect_uri"
In console is only one entry:
WARN [org.keycloak.events] (executor-thread-2) type=LOGIN_ERROR, realmId=master, clientId=account-console, userId=null, ipAddress=<MyClientIP>, error=invalid_redirect_uri, redirect_uri=https://<keycloak-domain>/realms/master/account/?referrer=security-admin-console&referrer_uri=https%3A%2F%2F<keycloak-domain>%2Fadmin%2Fmaster%2Fconsole%2F%23%2Fserver-infoDo You have any hints regarding
side nodes: Keycloak runs behind apache reverse proxy
Beta Was this translation helpful? Give feedback.
All reactions