Unmarshal failed: toml: key description is already defined

After a couple of months, upgraded to newest version of hugo but it’s now throwing the following error:


Error: failed to unmarshl config for path "C:\\Users\\Username\\Documents\\Projects\\HugoProject\\config\\_default\\config.toml": "_stream.toml:1:1": unmarshal failed: toml: key description is already defined

Please advise.

We have since you last upgraded changed to a better (and more strict) TOML library. You need to look for a duplicate description key on the same level inside that config file.

1 Like

found it. problem solved. ty.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.