You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot invoke "java.lang.CharSequence.length()" because "this.text" is null
To reproduce:
In the user menu, click "Login."
We are redirected to a URL like /fr/auth?source=/fr/a/a/new. WildFly redirects us to Keycloak, passing a redirect_uri request parameter that doesn't include the source. Log in.
We are redirected to /fr/auth, which cannot find the source.
The text was updated successfully, but these errors were encountered:
WildFly does support passing query parameters, but do this to work it has to be started with -Dwildfly.elytron.oidc.allow.query.params=true, e.g. adding the following to the compose.yml.
The error in the logs is as follows.
To reproduce:
/fr/auth?source=/fr/a/a/new
. WildFly redirects us to Keycloak, passing aredirect_uri
request parameter that doesn't include thesource
. Log in./fr/auth
, which cannot find thesource
.The text was updated successfully, but these errors were encountered: