Directory

Post List Continuously Loads without Displaying Posts in Pattern Creation Too · Issue #680 · WordPress/pattern-directory · GitHub
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

Post List Continuously Loads without Displaying Posts in Pattern Creation Too #680

Open
akiashah opened this issue Apr 19, 2024 · 0 comments
Labels
[Component] Pattern Creator Anything related to the pattern front end editor or preview [Type] Bug Something isn't working

Comments

@akiashah
Copy link

Description:
When attempting to create a new pattern using the post list block on the WordPress Pattern Creation page (https://wordpress.org/patterns/new-pattern/), the block fails to display any posts and shows a perpetual loading indicator. This issue occurs during the pattern creation process and prevents users from effectively using the post list block in their custom patterns.

Steps to Reproduce:

  1. Navigate to https://wordpress.org/patterns/new-pattern/ on Google Chrome.
  2. Begin creating a new pattern.
  3. Add a 'Post List' block to the pattern.
  4. Observe the behavior of the Post List block.

Expected Result:
The Post List block should successfully load and display a list of posts.

Actual Result:
The Post List block continuously shows a loading spinner and does not display any posts.

Environment:

  • WordPress Version: 6.5.2
  • Browser: Google Chrome

Additional Information:

  • A video demonstrating the issue is available here: Video Link
  • The issue may be related to AJAX requests are completing but not fetching data on the client side.

Console/ Network Output: It is loading the API well and getting the data but just not populating on the screen.

@ndiego ndiego added [Component] Pattern Creator Anything related to the pattern front end editor or preview [Type] Bug Something isn't working labels Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Component] Pattern Creator Anything related to the pattern front end editor or preview [Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants