Closed deincodeverbesserer93 closed 1 month ago
Hello again @deincodeverbesserer93,
Any new ideas?
Unfortunately, no :(
Since it works with the testing container and for everyone else, I assume there's something specific in your configuration that's triggering the bug.
If you can reproduce the issue in the testing container, I'll be able to fix it. Otherwise, I'm not sure how to proceed.
By the way, the title of the issue seems unrelated to the description. You might want to update it for clarity.
Hello, you are right it was my docker-compose.yml. My volumes has 2 lines. One with the v11 and one with v9. The Path with v9 ends with ..theme.v2.1.0.0.jar. And occurs on the docker-compose up an error. And only in the account theme.
volumes:
- "../v11/dist_keycloak/keycloak-theme-for-kc-25-and-above.jar:/opt/keycloak/providers/..theme.v25.0.1.jar"
- "../v9/dist_keycloak/keycloak-theme.v9.jar:/opt/keycloak/providers/..theme.v2-keycloak-theme-1.0.0.jar"
Do you have an idea why?
Cool that you found the error!
I don't understand though.
The two dots look very sketch to me. Where did you get thoses?
I think java has at the end has problems with the naming changes on underscore and a dot.
Hello @garronej , sorry that i have another error :). I want to test my keycloakify theme in my own local docker keycloak engine. Not yours with npx keycloakify start-keycloak.
I have the following error, when i login to the "account-theme". The login works but the error occurs on the account
In the browser
In Keycloak console
Thats my changes:
Have you any ideas?