The issue I’m running into is when I post multipart form data to my node, the webhook immediately returns a 200 response and does not execute the rest of the code - so the webhook node is ‘green’, but the rest dosen’t execute
What is the error message (if any)?
There is no error message when it executes. But, my form uploads an image and a prompt, and whenver I try to - with the pinned image data - use the Analyze Node to parse the image, I sometimes get an error message about ‘image’ field dosen’t exist. The problem with this is that regardless of if I set the image field or not in the webhook node and multipart form-data for the binray image this error still occurs, only sometimes when I tweak it slightly does it work however it breaks again on the next request.
Hey all; I already fixed it. Seemed to be an issue with test vs prod web hook endpoints. The error kept occurring when I was using the test endpoint, however largely resolved itself when I switch to the prod web hook endpoint. There were also some issues with the output json schema I had to correct. But the issue is largely resolved now; I’ve only tested for sending one image though.