I just updated Hugo to 0.55.5 from 0.55.0. Previously my website built correctly, but now i get the following build errors,
Building sites …
ERROR 2019/05/03 16:39:33 "/ckc/lib/cottagepainter/site/content/resources/spraying.md:1:1": duplicate menu entry with identifier "Spraying" in menu "resources"
ERROR 2019/05/03 16:39:33 "/ckc/lib/cottagepainter/site/content/resources/equipment.md:1:1": duplicate menu entry with identifier "Equipment" in menu "resources"
ERROR 2019/05/03 16:39:33 "/ckc/lib/cottagepainter/site/content/services/exterior-painting.md:1:1": duplicate menu entry with identifier "Exterior Painting" in menu "services"
ERROR 2019/05/03 16:39:33 "/ckc/lib/cottagepainter/site/content/services/gutter-cleaning.md:1:1": duplicate menu entry with identifier "Gutter Cleaning" in menu "services"
Total in 263 ms
I do not have duplicate entires. As i said, my site built fine in 0.55.0. Perhaps i am using some outdated syntax? What exactly would have changed in Hugo to cause this?
Thank you for any insights.
EDITS:
I previously posted that i had upgraded from 0.54.0 -> 0.55.5, but actually i upgraded from
0.55.0 -> 0.55.5.
I have built hugo at commit tags v0.55.0, v0.55.1, v0.55.2, v0.55.3, v0.55.4, and v0.55.5 and the build error occurs on every one other then v0.55.0
Can’t really confirm without your code but, from past experience, I have caused an error like this by having duplicate entries in my config.toml file, and in content post/page frontmatter.
In Hugo 0.55.0, the site compiles perfectly. Only after updating it does not. My site did not change, hugo did. Obviously something in the new hugo update is causing this to happen. My question is what could that thing be?