Hi everyone,
Since 19:20 Bangkok time today, I've been encountering an issue when trying to send images via the Messenger API. I'm receiving the following error:
'code': 100,
'error_subcode': 2018047
This error occurs when I attempt to send an image using an S3 URL that has worked without issues for a long time. Here's an example of the API request body I'm using (with sensitive data hidden):
{
"message": {
"attachment": {
"payload": {
"url": "https://.s3.ap-southeast-1.amazonaws.com/.jpeg"
},
"type": "image"
}
},
"messaging_type": "MESSAGE_TAG",
"recipient": {
"id": ""
},
"tag": "CUSTOMER_FEEDBACK"
}
This has been working fine until today, and I'm not sure what's causing the sudden issue. Has anyone else experienced this or knows what might be going on? Any insights or advice would be greatly appreciated.
Thank you!

Tag:-

9 comments.

  1. Wu

    Hi - we are encountering the same issue and impacting Production. Can someone take a look at this asap?

  2. Gianluca

    Having the same error, created a post here: https://developers.facebook.com/support/bugs/1580262999501820/
    It seems to not work with any image link I've tried aside from images served by Meta CDN (e.g. the images you see on facebook.com).

    1. Gianluca

      Having the same error, created a post here: https://developers.facebook.com/support/bugs/1580262999501820/
      It seems to not work with any image link I've tried aside from images served by Meta CDN (e.g. the images you see on facebook.com).

      1. Gianluca

        Having the same error, created a post here: https://developers.facebook.com/support/bugs/1580262999501820/
        It seems to not work with any image link I've tried aside from images served by Meta CDN (e.g. the images you see on facebook.com).

    2. Gianluca

      Having the same error, created a post here: https://developers.facebook.com/support/bugs/1580262999501820/
      It seems to not work with any image link I've tried aside from images served by Meta CDN (e.g. the images you see on facebook.com).

  3. Gianluca

    For everyone else in the Thread, we solved by using a Cloudfront distribution in front of our S3 bucket (which contained our domain name: static.callbell.eu).
    Using the CF distribution solved the problem.

  4. Testeur

    We are having the same exact issue.

    1. Testeur

      We are having the same exact issue.

  5. Px Px

    It still exists

  6. Francisco

    We have been having the same issue. On sending images returns us the error [...]. It's happening consistently.

Add a new comment.