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
The underlying transport framework, fastify only provides content type parsing for application/json and text/plain. We already have a content type parser for application/json+cloudevent, but if the event data is anything other than text of JSON, the request will fail.
The underlying transport framework, fastify only provides content type parsing for
application/json
andtext/plain
. We already have a content type parser forapplication/json+cloudevent
, but if the event data is anything other than text of JSON, the request will fail.We should use Fastify's catch-all content type handler to deal with this.
The text was updated successfully, but these errors were encountered: