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
{{ message }}
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
I get the same error. I'm guessing it's because the app hasn't been updated in over a year and new versions of Play/Scala have invalidated some old methods.
Hi,
I get a similar error with a bad email/password :
http://localhost:9000/login
Execution exception
[IllegalStateException: JSR-303 validated property 'password' does not have a corresponding accessor for data binding - check your DataBinder's configuration (bean property versus direct field access)]
Just created a new application using
activator new PlayStartTestApp PlayStartApp
And configured mail.conf as directed. Then run
activator run
to launch the application atlocalhost:9000
. The main page loads.However, when registering a new user, the following exception occurs:
The text was updated successfully, but these errors were encountered: