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
overriding method applicationLifecycle in trait MyApplication of type => play.api.inject.DefaultApplicationLifecycle;
lazy value applicationLifecycle in class BuiltInComponentsFromContext of type play.api.inject.ApplicationLifecycle has incompatible type
Try with Play 2.6.23 and 2.7.2
The text was updated successfully, but these errors were encountered:
ive deleted the line
override def applicationLifecycle: DefaultApplicationLifecycle
in the MyApplicationLoader.scala file
and it works fine iguess you can just delete it and it will use the default lifecycle anyway.
(it is not an official solution and i havent read their code completely but it works )
Create project from https://github.com/playframework/play-socket.io/tree/master/samples/scala/chat and ger compilation error
Try with Play 2.6.23 and 2.7.2
The text was updated successfully, but these errors were encountered: