Guice missing implementaton for Materializer after upgrading to Play 3 #12918
Replies: 2 comments
-
I am pretty sure this is a problem in your setup. First, you config key should be lower case: |
Beta Was this translation helpful? Give feedback.
-
https://fixadat.com/ is a working Play 3 app |
Beta Was this translation helpful? Give feedback.
-
I add a few Http filters to my Play app. After upgrading from 2.9 to 3.0.5 I have this error
I have a few filters:
play.http.Filters += "Filters"
So somewhere something is off. Does anyone have a idea of a working Play3 application with filters so I can check the diff of that project versus mine?
Beta Was this translation helpful? Give feedback.
All reactions