Morning, having a bit of an issue with a serverles...
# micronaut
g
Morning, having a bit of an issue with a serverless function I'm writing in Kotlin with Micronaut... I've got several functions chained together, but the one I'm having issues with is a function which will consume a HttpRequest containing data sent from a HTML form encoded with
application/x-www-form-urlencoded
. My problem is my function which is designed to consume and handle that form data isn't getting hit, an error is thrown from the
RoutingInBoundHandler
within Netty, exception is: Matched route is not a supported media type: application/x-www-form-urlencoded