-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Description of the bug
I have two different stories I've attempted to publish to Apple. One has worked and one gives me an error.
There has been an error with the Apple News API: INVALID_DOCUMENT - Unable to read uri [https://www.wabe.org/wp/app/uploads/2025/02/Black-and-White-Brown-Halftone-Paper-Collage-News-and-Politics-Podcast-YouTube-Banner-1000-x-1000-px-375x375.png]
That part of the debug JSON is identical on both stories, so I'm not sure why this error is happening (happy to provide the entire JSON if needed).
{ "role": "photo", "URL": "https://www.wabe.org/wp/app/uploads/2025/02/Black-and-White-Brown-Halftone-Paper-Collage-News-and-Politics-Podcast-YouTube-Banner-1000-x-1000-px-375x375.png", "layout": "full-width-image" },
Is there a way to validate the JSON or get a better understanding of this error?
Steps To Reproduce
- Open a published article in WP
- Click the Apple News icon
- Click the blue Publish button
- Inconsistently receive an error
Additional Information
No response