-
Play `2.6.7`, and `2.6.13`
When a request throws an exception you normally get a `500` response and an exception is logged. This behavior can be modified in the `HttpErrorHandler`. Eg sending the e…
-
Hi,
i'm trying to use swagger-play, but reached this exception when adding `classOf`, if I remove 'response' it does return a JSON.
I suspect this might be because of jackson incompatibility. Th…
-
Hi Sepp,
my scala only projects do not start after updating to current version.
I think spring does not start if no java class is found.
Reproduce:
Take examples project and delete JavaController …
-
```
! @6o3kddk1c - Internal server error, for (POST) [/api/contents/] ->
@6o3kddk1c: Execution exception in null:null
at play.api.Application$class.handleError(Application.scala:296)
…
-
This is on 1.3.0. I had a pair (per DC) of collins instances running. I don't think they had been restarted in O(months). Today I tried to migrate those instances to new servers (copied conf, dumpe…
-
Let users select 3 blog posts to show on their profile page, above their 3 most recent posts.
The UI could look a bit like github's for pinning repositories:
![image](https://github.com/user-att…
-
### Play Version
2.8.8
### API
Scala
### Operating System
Linux rigter 5.16.5 #1-NixOS SMP PREEMPT Tue Feb 1 16:29:20 UTC 2022 x86_64 GNU/Linux
### JDK
openjdk version "11.0.11" 2…
-
**Describe the bug**
Adding a question of address type as an eligibility condition causes a generic error (500 status code) with the message "Oops, an error occurred." Only on staging, not reproduci…
-
In my Play! app, I'm inlcuding the latest version of the plugin:
`"com.typesafe" %% "play-plugins-redis" % "2.2.1"`
When I do `sbt run` to run my Play app, the following traceback is observed:
```
…
-
Statsd seems to be working for me, but upon inspection of the application logs I found the following exception and could not reproduce it.
It is either something is being sent to DatagramSocket that …