HTTP Webhook Error 500 when supplying a response expression

This is the complete stack trace from connector runtime btw. I am seeing this in connector v8.6.8

2025-03-10 12:34:15 java.lang.NullPointerException: null
2025-03-10 12:34:15     at java.base/java.util.Objects.requireNonNull(Unknown Source)
2025-03-10 12:34:15     at io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController.escapeValue(InboundWebhookRestController.java:88)
2025-03-10 12:34:15     at io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController.toResponseEntity(InboundWebhookRestController.java:84)
2025-03-10 12:34:15     at io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController.buildSuccessfulResponse(InboundWebhookRestController.java:188)
2025-03-10 12:34:15     at io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController.buildResponse(InboundWebhookRestController.java:157)
2025-03-10 12:34:15     at io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController.processWebhook(InboundWebhookRestController.java:134)
2025-03-10 12:34:15     at io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController.lambda$inbound$0(InboundWebhookRestController.java:112)
2025-03-10 12:34:15     at java.base/java.util.Optional.map(Unknown Source)
2025-03-10 12:34:15     at io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController.inbound(InboundWebhookRestController.java:107)