Hi community, Since today, June 16, 2026, I'm experiencing failures when sending media through the WhatsApp Business API (Cloud API). The issue affects all media types (image, audio, video, and document) when using a public URL as the media source. Errors received:
HTTP 500 – Internal Server Error HTTP 502 – DNS query shed at inflight cap
The media URL is publicly accessible and loads normally in the browser, so the issue does not appear to be on our end. Has anyone else experienced this today? Could this be related to an active incident on Meta's infrastructure? Thank you.

We also faced same error when we tried to send media messages
"{\"code\":131053,\"title\":\"Media upload error\",\"message\":\"Media upload error\",\"error_data\":{\"details\":\"Downloading media from weblink failed with http code 502, status message DNS query shed at inflight cap\"}}"
I think its working now! Not sure if its fixed or not

Same problem, exactly the same 500/502's


Incase it helps, we have our platform redirect to AWS signed URLs. Although this has worked fine before today.
Same from here

Hi Bruno, Yes, we're having the same problem with some numbers; we're not getting an error response from the WhatsApp API, but the media isn't reaching the client.


Same here

Hi, thanks for the confirmation. In our case, the send request itself returns success — no error at the API call level. The failure comes back asynchronously via the message status webhook, where we receive the error indicating that Meta failed to download the media from the URL. So the flow is:
We send the media message → API returns 200 OK Shortly after, the status webhook fires with the download failure error
Are you seeing the same pattern on your end?

If it's the same case, there's still nothing reported by Meta, pending confirmation.

Yes, the failure is retrieved via webhook later, the delivery on api call is correct. Definitely a Meta problem.
They usually confirm after 30 mins

Hi Bruno, It's working now, so please give it a try.

Seems like sending is intermittent right now — sent 5 audios in a row, 3 went through fine and 2 hit the same error.