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
Deleting the blog page seemed to resolve the issue.
But if there is a new site with a blog page and no posts yet then it looks like it will break even if generateStaticParams does not have "posts" post type.
@nextwp/core: 0.0.2
WP has no posts, but it has a /blog page.
generateStaticParams postTypes is ["pages"]
TypeError: Cannot read properties of undefined (reading 'posts')
Somewhere we are trying to access .posts on undefined.
The text was updated successfully, but these errors were encountered: