Skip to content

Conversation

@IngoStrauch2020
Copy link
Contributor

I had a hard time debugging why the waitForKeycloak wasn't working anymore locally after updating the version of my keycloak docker container.

It turned out that the base url in my project contained a trailing slash and earlier keycloak versions treated a double slash just like a single one. Newer keycloak versions return a 400 Bad Request instead so the check never completed. And as it didn't run into an exception, an error log every 10th try wasn't coming either.

I hope it's ok the output gets a little more verbose with this change.

@IngoStrauch2020
Copy link
Contributor Author

Any thoughts on this, @klg71?

Copy link
Collaborator

@klg71 klg71 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I didn't get the notification apparently :/

@klg71 klg71 merged commit 52886bf into mayope:master Jan 19, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants