You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a post that has failed media will show up in the post list like this:
To retry the post upload, we need to edit the post and either retry the individual media items, or remove them/replace them.
Depending on the type of media error, it would be great if we offered the Retry option from the post list (and eventually the error notification).
We already do this when the error is related to the post itself, and there weren't any failed media:
Some implementation work is required to actually support retrying post uploads with failed media. Once that's in place, we could enable retries for cases we can reasonably expect the retry to succeed (e.g. connection errors), and work on more automated fixes (maybe offering to resize the failed media automatically if the error was a file limit type).
The text was updated successfully, but these errors were encountered:
We should also show more helpful errors than the generic "Media upload failed. Edit the post to retry." we currently show in the post list for posts with media errors. (see conversation here)
Currently, a post that has failed media will show up in the post list like this:
To retry the post upload, we need to edit the post and either retry the individual media items, or remove them/replace them.
Depending on the type of media error, it would be great if we offered the Retry option from the post list (and eventually the error notification).
We already do this when the error is related to the post itself, and there weren't any failed media:
Some implementation work is required to actually support retrying post uploads with failed media. Once that's in place, we could enable retries for cases we can reasonably expect the retry to succeed (e.g. connection errors), and work on more automated fixes (maybe offering to resize the failed media automatically if the error was a file limit type).
The text was updated successfully, but these errors were encountered: