Index does pagination and pages are not rendering in v140

On my index page, I use an example I found.

{{- range ( .Paginate (where .Site.RegularPages "Type" "post")).Pages }}
{{ partial "article.html" . }}   
{{- end }}

I don’t have access to all the logs, but can have the theme print out parameters.

Where should I look for issues? I’m moving from v 117

I looked at it again and it seems like part of the page renders.
https://mandaris-test.micro.blog/2024/12/01/ideas-for-blog-posts-by.html

But not without the theme.

My custom theme.

When I clone and build your site I get this:

ERROR render of "/authors" failed: "/home/jmooring/temp/play-lab/layouts/_default/baseof.html:5:5": execute of template failed: template: _default/list.html:5:5: executing "_default/list.html" at <partial "site-head.html" .>: error calling partial: "/home/jmooring/temp/play-lab/layouts/partials/site-head.html:124:3": execute of template failed: template: partials/site-head.html:124:3: executing "partials/site-head.html" at <partial "microblog_head.html" .>: error calling partial: partial "microblog_head.html" not found
ERROR render of "/404" failed: "/home/jmooring/temp/play-lab/layouts/_default/baseof.html:5:5": execute of template failed: template: 404.html:5:5: executing "404.html" at <partial "site-head.html" .>: error calling partial: "/home/jmooring/temp/play-lab/layouts/partials/site-head.html:124:3": execute of template failed: template: partials/site-head.html:124:3: executing "partials/site-head.html" at <partial "microblog_head.html" .>: error calling partial: partial "microblog_head.html" not found
ERROR render of "/home/jmooring/temp/play-lab/content/authors/mandaris/_index.md" failed: "/home/jmooring/temp/play-lab/layouts/_default/baseof.html:5:5": execute of template failed: template: _default/list.html:5:5: executing "_default/list.html" at <partial "site-head.html" .>: error calling partial: "/home/jmooring/temp/play-lab/layouts/partials/site-head.html:124:3": execute of template failed: template: partials/site-head.html:124:3: executing "partials/site-head.html" at <partial "microblog_head.html" .>: error calling partial: partial "microblog_head.html" not found
ERROR render of "/categories" failed: "/home/jmooring/temp/play-lab/layouts/_default/baseof.html:5:5": execute of template failed: template: _default/category.terms.html:5:5: executing "_default/category.terms.html" at <partial "site-head.html" .>: error calling partial: "/home/jmooring/temp/play-lab/layouts/partials/site-head.html:124:3": execute of template failed: template: partials/site-head.html:124:3: executing "partials/site-head.html" at <partial "microblog_head.html" .>: error calling partial: partial "microblog_head.html" not found
Built in 21 ms
Error: error building site: render: failed to render pages: render of "/" failed: "/home/jmooring/temp/play-lab/layouts/_default/baseof.html:5:5": execute of template failed: template: index.html:5:5: executing "index.html" at <partial "site-head.html" .>: error calling partial: "/home/jmooring/temp/play-lab/layouts/partials/site-head.html:124:3": execute of template failed: template: partials/site-head.html:124:3: executing "partials/site-head.html" at <partial "microblog_head.html" .>: error calling partial: partial "microblog_head.html" not found

Very sorry.
That’s an embed from another service. I’ve since removed it.

Is your content under content/post (singular)?

Yes, that is correct.

I created a bunch of content under content/post, and made sure the draft field in front matter was false. I see the posts on the home page and on the post page.

Thank you. It must be something beyond Hugo.
You can delete this thread because it’s solely on me.

Also check your front matter dates to make sure that date and/or publishDate are not in the future. You might try building your site with hugo server -DEF.