Closed ghost closed 7 years ago
It looks like hexo admin wasn't able to find the post's id, either a failure to parse the url properly or some other reason.
Did you restart your Hexo server (or run clean
) without refreshing your editor? This could have changed all the post id's and caused the editor to not be working on the proper post. Or it could be a bug in how we're handling the urls to get the id.
Are you able to reproduce what happened? It'd be really helpful if you could tell us more specifically how this happened. Also, are you certain the post is not in one of your source
directories?
Sorry this happened, we'd definitely like to get it resolved so it doesn't happen to anyone in the future!
It shouldn't have lost the draft -- hexo-admin auto-saves, and there's nothing that would delete it. Is it not in the _drafts
folder?
@PirtleShell @jaredly Yes, there's a corresponding file in _drafts folder. Maybe because of this error, some of the content was not saved/lost.
I'm closing this because it sounds like you found the post. Please reopen if it happens to you again.
@PirtleShell The post/draft is exists, but some of the content was not saved/lost.
I had the same problem.It says it saved,but when I close the server and open the hexo-admin plugin next day,some content of the draft was lost.For example,my lastest updated date was 3/9 22:23
,however the file modified time in the OS showed 3/9 15:42
.Actually, the content that I wrote did not save even though it said"saved".It seems that if the draft occurred an error like wrong front-matter(But I didn't modified it.I don't know why it has been changed),it would failed to save automatically.