@pratik This happens on my blog sometimes too. Haven’t figured it out yet, and it just fixes itself the next run through. Would like to solve it though.
@pratik Which theme, plug-in, or custom theme provides the template now/single.html and is it public somewhere to read?
@pratik Thanks. The error is thrown by a line of code that tries to fetch one blog post from the category named now. For some reason, it fails. Instead of getting a list of blog posts to pick the latest one from, Hugo gets nothing and thus throws an error.
Could it have something to do with partial rebuilds, @manton? When Hugo tries to construct Pratik’s now page, there are no posts available during build time. Maybe?