citizenfx/fivem-docs

can't evaluate field ProcessedContent in type *hugolib.pageState

Local9 opened this issue · 1 comments

Installed Hugo using choco install hugo-extended -confirm due to the SCSS Feature Requirement
Ran git submodule update --init --recursive

After the submodules updated I tried running the server but got the following issue.

Operating System: Windows 11

Start building sites …
hugo v0.91.2-1798BD3F+extended windows/amd64 BuildDate=2021-12-23T15:33:34Z VendorInfo=gohugoio
WARN 2022/01/04 17:56:16 The google_news internal template will be removed in a future release. Please remove calls to this template. See https://github.com/gohugoio/hugo/issues/9172 for additional information.
ERROR 2022/01/04 17:56:24 render of "page" failed: "L:\ws\fivem\fivem-docs\layouts\_default\single.json:1:19": execute of template failed: template: _default/single.json:1:19: executing "_default/single.json" at <.ProcessedContent>: can't evaluate field ProcessedContent in type *hugolib.pageState
ERROR 2022/01/04 17:56:24 render of "page" failed: "L:\ws\fivem\fivem-docs\layouts\_default\single.json:1:19": execute of template failed: template: _default/single.json:1:19: executing "_default/single.json" at <.ProcessedContent>: can't evaluate field ProcessedContent in type *hugolib.pageState
ERROR 2022/01/04 17:56:24 render of "page" failed: "L:\ws\fivem\fivem-docs\layouts\_default\single.json:1:19": execute of template failed: template: _default/single.json:1:19: executing "_default/single.json" at <.ProcessedContent>: can't evaluate field ProcessedContent in type *hugolib.pageState
ERROR 2022/01/04 17:56:24 render of "page" failed: "L:\ws\fivem\fivem-docs\layouts\_default\single.json:1:19": execute of template failed: template: _default/single.json:1:19: executing "_default/single.json" at <.ProcessedContent>: can't evaluate field ProcessedContent in type *hugolib.pageState
Error: Error building site: failed to render pages: render of "page" failed: "L:\ws\fivem\fivem-docs\layouts\_default\single.json:1:19": execute of template failed: template: _default/single.json:1:19: executing "_default/single.json" at <.ProcessedContent>: can't evaluate field ProcessedContent in type *hugolib.pageState
Built in 8449 ms

We've been using a modified version of Hugo which provides the necessary features: gohugoio/hugo#8029