#Contentful two way binding is broken?

5 messages · Page 1 of 1 (latest)

upbeat swallow
#

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?

upbeat swallow
#

The problem I see (I might not look properly) is that we only have compiled version for those plugins no ?
I can't find the repo.

upbeat swallow
#

And meanwhile how can I push my own plugin to debug ?

upbeat swallow