Closed popovoleksandr closed 8 years ago
Same thing for Google also:
[NullPointerException: null]
In [project-dir]\target\scala-2.11\routes\main\router\Routes.scala:834
831 // @LINE:17
832 case com_feth_play_module_pa_controllers_Authenticate_authenticate7_route(params) =>
833 call(params.fromPath[String]("provider", None)) { (provider) =>
834 com_feth_play_module_pa_controllers_Authenticate_authenticate7_invoker.call(com.feth.play.module.pa.controllers.Authenticate.authenticate(provider))
835 }
836
837 // @LINE:19
838 case controllers_Application_signup8_route(params) =>
839 call {
Strange added double quotes before and after key values in mine.conf
and that worked. But that worked for me previously... one word its strange - could that be the issue?
So with double quotes the issue was resolved?
Is is possible that not only - with magic "clean compile run" but I may be wrong
Double quotes solve the problem.
Play-authenticate: 0.7.1 Play-framework: 2.4.6 Scala version: 2.11.6 Sbt version: 0.13.8
It worked before but unfortunately stopped recently. Could you please help me? Exception in console:
Exception on screen: