Hi,
I have recently started testing OpenRemote and found it to be really good. I have setup OpenRemote with docker-compose and starting with below command
OR_HOSTNAME=openremote.example.dev OR_SSL_PORT=443 docker-compose up
Everything loads fine and, SSL certs and everything works fine. After Login, from menu when I click on Account, I get below error
Invalid parameter: redirect_uri
And below are the logs I see in docker-compose
keycloak_1 | 2024-06-16 22:11:01,247 WARN [org.keycloak.theme.DefaultThemeManager] (executor-thread-2) Not found parent theme 'keycloak' of theme 'openremote'. Unable to load ACCOUNT theme 'openremote' due to this.
keycloak_1 | 2024-06-16 22:11:01,248 ERROR [org.keycloak.theme.DefaultThemeManager] (executor-thread-2) Failed to find ACCOUNT theme openremote, using built-in themes
keycloak_1 | 2024-06-16 22:11:01,248 WARN [org.keycloak.theme.DefaultThemeManager] (executor-thread-2) Not found parent theme 'keycloak' of theme 'openremote'. Unable to load ACCOUNT theme 'openremote' due to this.
keycloak_1 | 2024-06-16 22:11:01,249 ERROR [org.keycloak.theme.DefaultThemeManager] (executor-thread-2) Failed to find ACCOUNT theme openremote, using built-in themes
keycloak_1 | 2024-06-16 22:11:03,819 WARN [org.keycloak.events] (executor-thread-2) type="LOGIN_ERROR", realmId="ada94259-28f5-46b9-b63e-1de897b9a2b3", clientId="account-console", userId="null", ipAddress="1.2.3.4", error="invalid_redirect_uri", redirect_uri="https://openremote.example.dev/auth/realms/master/account/"
I have no idea whats wrong. I found Error with keycloack on vps with docker. Invalid parameter: redirect_uri : SOLVED which does not actually solves anything.
How can I get this sorted out.
Thanks.