Hey, I'm trying to do the two way binding between Contenful and my server to handle multilangue.
Problem is it seems the hook is broken :
Response headers
{
"x-powered-by": "Express",
"content-type": "text/html; charset=utf-8",
"content-length": "74",
"etag": "W/\"4a-f4kt9O7UGuvEnoSZooKa0mIW6y8\"",
"set-cookie": [
"connect.sid=s%3AcIXHH2UHeZ66taGdGQm-cVfevFXm0BPE.7tlFDBCqeQVqdCF33JcPoCoxzrL42UUvYQjoAOiQ%2FRA; Path=/; Expires=Sun, 19 Mar 2023 06:26:12 GMT; HttpOnly; Secure; SameSite=None"
],
"date": "Sat, 18 Mar 2023 20:26:12 GMT",
"server": "railway",
"connection": "close"
}
Response body
Webhook error: Cannot read properties of undefined (reading 'contentType')
Am I the only one?