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
An error occurred while starting the application:
com.google.inject.CreationException: Unable to create injector, see the following errors:
1) Could not find a suitable constructor in com.mongodb.DB. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
at com.mongodb.DB.class(DB.java:77)
while locating com.mongodb.DB
for the 1st parameter of org.jooby.mongodb.MongoSessionStore.<init>(MongoSessionStore.java:131)
at org.jooby.Jooby.lambda$38(Jooby.java:2708)
The text was updated successfully, but these errors were encountered:
We forgot to upgrade MongoSessionStore after #228
The text was updated successfully, but these errors were encountered: