keywind icon indicating copy to clipboard operation
keywind copied to clipboard

Got error: Expected a method, but this has evaluated to a string

Open OlivierMary opened this issue 3 years ago • 1 comments

Hi there, thanks for your work.

I got this error when use the theme without any change:

Caused by: freemarker.core.NonMethodException: Expected a method, but this has evaluated to a string (wrapper: f.t.SimpleScalar):
==> messagesPerField.existsError  [in template "login.ftl" at line 11, column 19]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #macro registrationLayout displayInfo...  [in template "template.ftl" in macro "registrationLayout" at line 16, column 1]
	- Reached through: @layout.registrationLayout displayInf...  [in template "login.ftl" at line 9, column 1]
----

Any idea?

We use: docker.io/jboss/keycloak:8.0.1

Olivier.

OlivierMary avatar May 11 '22 08:05 OlivierMary

@OlivierMary Hey 👋

I think the error is related to the old version of Keycloak. I would be happy if someone tested.

lukin avatar Nov 13 '22 10:11 lukin