I recently upgraded reitit and now any endpoint that takes form params using the newer Swagger UI seems to return a 500 with the response:
connection: close
server: Jetty(9.4.28.v20200408)
Does this ring a bell as to a new or existing issue? I can call the endpoint successfully with the clj-http client.just merged in PR to fix this: https://github.com/metosin/reitit/pull/417
Great. Thanks!