I'm attempting to integrate Typebot with GPT-4V (Vision) through the Webhook Block.
It works seamlessly when the URL points to any image from Google Images, randomly selected. However, it encounters issues when the image is sent/uploaded through Typebot.
The error message provided is too ambiguous, I'm speculating that the problem may be related to the cross-origin policy.
"error": {
"message": "Invalid image.",
"type": "invalid_request_error",
"param": null,
"code": null
}
I'm seeking any clues or advice that could help troubleshoot this issue.