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

Ghost admin failing to load posts upon scroll #11608

Closed
toddbirchard opened this issue Feb 21, 2020 · 2 comments
Closed

Ghost admin failing to load posts upon scroll #11608

toddbirchard opened this issue Feb 21, 2020 · 2 comments
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly

Comments

@toddbirchard
Copy link

Issue Summary

As of Ghost 3.7, Ghost admin fails to load additional posts when infinite scrolling. This issue is reproducible in the latest versions of Firefox, Chrome, and Safari on OSX:

Posts load forever

To Reproduce

  1. Log in to Ghost admin
  2. Navigate to "posts" section
  3. Scroll to bottom

Technical details:

  • Ghost Version: 3.7
  • Node Version: 12
  • Browser/OS: Firefox, Chrome, and Safari on OSX
  • Database: MySQL v8
@robotnealan
Copy link

Experiencing the same issue except with Node v10. It appears as though the JSON is being returned correctly on scroll but never rendered into the page.

@kevinansfield kevinansfield added affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly labels Feb 22, 2020
@gaplo917
Copy link

Experiencing the same issue on the managed service(ghost.io). The work around is grab the post id in the api response and edit the post via https://xxx.ghost.io/ghost/#/editor/post/{id}

This is a very serious bug for non-technical writers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly
Projects
None yet
Development

No branches or pull requests

4 participants