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
Application builds successfully, both locally on my machine and remotely on small openshift gear. When I'm trying to run it, locally it works smoothly, while remotely it gives errors
No implementation for play.modules.reactivemongo.ReactiveMongoApi was bound. while locating play.modules.reactivemongo.ReactiveMongoApi
as if application.conf was lacking enabled += play.modules.reactivemongo.ReactiveMongoModule, but that's not a case - I double-checked. This problem appears both with building from source on gear and with deploying packaged zip too.
The text was updated successfully, but these errors were encountered:
Application builds successfully, both locally on my machine and remotely on small openshift gear. When I'm trying to run it, locally it works smoothly, while remotely it gives errors
No implementation for play.modules.reactivemongo.ReactiveMongoApi was bound. while locating play.modules.reactivemongo.ReactiveMongoApi
as if
application.conf
was lackingenabled += play.modules.reactivemongo.ReactiveMongoModule
, but that's not a case - I double-checked. This problem appears both with building from source on gear and with deploying packaged zip too.The text was updated successfully, but these errors were encountered: