You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
To Reproduce
Log in to Ghost admin
Navigate to "posts" section
Scroll to bottom
Technical details:
Ghost Version: 3.7
Node Version: 12
Browser/OS: Firefox, Chrome, and Safari on OSX
Database: MySQL v8
The text was updated successfully, but these errors were encountered:
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.
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.
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:
To Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: