Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

"View post on blog" gives a 404 after publishing #125

Open
vickychijwani opened this issue May 19, 2016 · 0 comments
Open

"View post on blog" gives a 404 after publishing #125

vickychijwani opened this issue May 19, 2016 · 0 comments
Labels
Projects

Comments

@vickychijwani
Copy link
Owner

Steps to replicate:

  1. Make a new draft
  2. Give it a title so that the slug ends up conflicting with an existing post
  3. Publish it
  4. Ghost will re-assign the slug to something unique, like title-2 (if title was the slug generated by Quill)
  5. Try "View post on blog" - gives a 404

This is probably occurring because the app does not update the local copy of the post correctly after syncing (it fires an event to let the UI know, but doesn't actually save it in the database). Somehow, even re-opening the app doesn't help, which is the part I don't understand. Logging out and back in fixes it though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Development

No branches or pull requests

1 participant