7 Replies
also body is undefined
webhook is triggered from replicate
the log
Do you know what this webhook request looks like? Can you repro this with a curl request, or can you point the replicate one at another server that will record the request?
@Oren is this something that was working and stopped, or something you're setting up and isn't working?
hey just changed
const {body} = await request.json();
from the docs to
const body = await request.json();
and it works now body is the json 🤦 ty for your input
Where in the docs is that, sounds like it should be changed
was it this
yes used that
Thanks, helpful to know this one can be confusing