Newest 'playframework' Questions
Default URL redirection after login
When logging in with a FormClient how can I change the default URL I get redirected to ? It seems to be "/" by default. Is this the same thing as "callback URL" ?
play-pac4j: keep track of active sessions
What's the difference between PlayCacheSessionStore and PlayCookieSessionStore. I mean I understand that one stores data with play cache and the other stores data in cookie but I'm not sure to ...
0 votes
0 answers
22 views
Using the data of the children to order with eBean fails
I have two ebean object in Playframework 3.0.5 and ebean 3.0.0. MessageThread, which has MessageItems: In MessageThread: @OrderBy("addDate ASC") @OneToMany(mappedBy = "thread", ...
0 votes
1 answer
62 views
Testing play framework controller with multipartdata
He guys, I'm having issues with testing play controller that handles multipart form data. It expects text field and some files. The controller uses temporary files def insert(): Action[...
Storing secrets in Play Framework
I am currently migrating all my auth related microservices from Node.js to Scala 2.13 and Play. Where do you actually store your various password (like DB login, JWT secret, etc.) in your play ...
0 votes
0 answers
102 views
Play Framework 3.0.5 and jackson-databind version 2.17.0
I have a Play Framework 3.0.5 project on which I needed to update a module which has a requirement for jackson-databind version 2.17.0. Since get the following error, and don't seem to be able to find ...
0 votes
1 answer
63 views
Scala/Play cant find custom library
I am a Scala beginner, having some initial issues with classpaths which I think may stem from sbt. play.api.PlayException: Execution exception[[InjectionException: Injection error, interface my....
0 votes
1 answer
86 views
Sbt FlywayMigrate Command Hanging after Upgrading Flyway Sbt
After upgrading flyway-sbt from 7.4.0 to 9.22.0 the sbt flywayMigrate command now hangs, e.g. | => root / flywayMigrate {x}s . In our migration scripts, we are creating the indexes concurrently. ...