Thanks, changing the logging level solved the issue.
Regards,
Geoffrey Cleaves
On Fri, 16 Nov 2018 at 19:28, Cédric Couralet <cedric(a)couralet.eu> wrote:
Le 2018-11-16 19:19, Cédric Couralet a écrit :
> Le 2018-11-16 18:49, Geoffrey Cleaves a écrit :
>> I'm unable to get 4.6.0.Final or 4.7.0.Snapshot Docker images to work
>> properly. The Admin Console throws an error with every action. I've
>> added new info to this ticket
>>
https://issues.jboss.org/browse/KEYCLOAK-8832 [3] including this
>> screen cast to prove I'm not loco:
>>
https://www.youtube.com/watch?v=prEO19-UQsk [4]
>>
>> Geoff
>>
>
> Hello,
>
> I manage to get those error by using DEBUG Log level and using chrome
> to access admin console.
>
> I think the problem is here :
>
https://github.com/keycloak/keycloak/blob/e5bb25dd2f8460bfa818a1cbed0b26c...
>
> in the debug message allowedOrigins..toArray() is called even when
> null.
> But I don't understand the difference between Firefox and Chrome on
> this.
>
This made me understand that difference :
https://stackoverflow.com/questions/15512331/chrome-adding-origin-header-...