Recently, I updated Hugo to version 0.124.1. In this version, taxonomyTerm has been changed to taxonomy . I have updated this in my config.yaml , but I’m encountering an error when I run the server. I have attached a screenshot of the error for reference.
Thats okey @Arif ,but why does this error appear, and why do I need to add an extra variable to my config file? If this isn’t an error, could it be shown as a warning message instead of an error?
To clarify, the configuration as shown should not throw an error, and I am unable to reproduce the problem with v0.124.1. Try it:
git clone --single-branch -b hugo-forum-topic-49717 https://github.com/jmooring/hugo-testing hugo-forum-topic-49717
cd hugo-forum-topic-49717
hugo server
You stated that you upgraded to v0.124.1, but I suspect you’re building your site with v0.111.3 or earlier.