-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported: some posts are stuck as drafts in the app even though they are published. #9449
Comments
I came across three user reports like this last week. In each case, the user had local changes to a draft in the app, and they had since published that draft on the web and didn't know how to sync those remote changes with the app. I instructed the users on how to open the posts in the app and discard the local changes (after confirming that they didn't want to save those local changes), which allowed them to sync with the remote version of the post. In each case, those instructions worked for the users. I think the issue may be that the |
(As pointed by @rachelmcr I'm reposting it here as it's the correct place). Another report in 2536903-zen. Posts (not Pages) that have been published already on the site are still appearing in the app in Draft and Scheduled tabs respectively with annotation Local changes below them. I asked the user to follow the above suggestions. |
I have another report of a confused user who didn't understand how to remove local changes to a draft since publishing in the browser. 2565337-zen |
Another case 2587245-zen of a user reports that posts published from their laptop appear as drafts on iPad Air 3rd generation with iOS 13.1.3 on WordPress App 13.6. |
Another case in 2695726-zen. Additional info:
Their full app log is provided in their ticket. |
I was checking 2778345-zen and one thing caught my attention: based on the logs, the user is closing the editor and no option to discard changes is appearing. That makes me wonder if this is what's causing the issue. I wasn't able to reproduce it, but it's a case that might possibly happen if the post is local and has the However, I'm still not 100% sure that this is the issue with all the cases, I do also believe in what @rachelmcr mentioned, that the The main thing is: if there's a local version and the user doesn't discard it, the most up-to-date version of the post won't be displayed. It's there, but it won't be visible. For comparison, we're not receiving those requests in Android and there are two main different issues:
I wonder if the proper fix to this is to match the iOS feature with Android. Or maybe at least change the warning to a meaningful message. |
I have another report of something similar here. The user's post got stuck with 'local changes' after it was scheduled and published. Full set of logs in the ticket for more details. 2766017-zen After suggesting "From the post list, click on the option to open the post like you were to edit it. Next, type in a few words. Then click on the X to discard any local changes." the user here advised this was sync correctly. |
Another report in 2799770-zen "My version of a post worked on my mobile app, when I update it, the previous edits I made on my desktop version the night before get completely undone. How do I maintain both edited versions on desktop and edits done via mobile app both current?" Pulling down to refresh the post list can help to sync posts that have made changes in the app but any posts with changes made in desktop remain unsynced. I'm asking the user to try to discard local changes and will update with the results. |
Another report in 2851663-zen This time the posts show as drafts and published at the same time. I'm asking them to get rid of the local draft. |
This came up in an app review:
|
This came up in an app review:
|
Another instance at zd-3539737 Asked them to update to the latest app version as well as Jetpack. |
Spent a bit of time trying to reproduce these issues, but I didn't have any luck either. |
The sync engine was re-engineering in the scope of pcdRpT-6vS-p2:
|
See p4a5px-2cs-p2 for details.
A wpcom user (WPiOS 9.9) has reported that several of their posts continue to show up as drafts in the app even though they have been published and show up as published on her blog.
A screen shot provided shows an example of a post in the draft filter, with the local changes label. A link to the post shows its published.
The user has deleted/reinstalled previously to clear up the drafts but new instances of the bug reappear.
So far I've been unable to reproduce the glitch or determine a likely code path that would yield the reported behavior.
Let's track future reports here (if any) and look for new details to determine the cause.
The text was updated successfully, but these errors were encountered: