Skip to content
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

Fixed "Editor crashed" error showing for a valid 404 #21057

Commits on Sep 20, 2024

  1. Fixed "Editor crashed" error showing for a valid 404

    ref https://linear.app/tryghost/issue/ONC-323
    
    - sometimes posts can be deleted by another user or in a different tab but then edited in an old tab that had the post loaded in the editor
    - in this situation we were displaying our "Editor crashed" error put in place for the  rarer situation where the editor is genuinely in a bad state
    - added an extra conditional for the bad state and a custom error message for the deleted post state
    kevinansfield committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8579d22 View commit details
    Browse the repository at this point in the history