Page rendering issue with taxonomy and single pages > = 0.56.xx

Hi All,

I am having issues upgrading my site past hugo v. 0.55.3. Currently, the site has some videos/video-1 pages and some video taxonomy pages videos/video-category/.
video: videos is setup as a taxonomy. Each video single page includes a videos array of categories and displays them under each video. I also have a top-level section page videos/ that displays the number of pages for each taxonomy term.

This all works well for v. 0.55.3. Upgrading past this to v. 0.56.0 and hugo will not build the video pages. I’m not sure if there is an issue with naming the taxonomy videos and also having the sections page name as videos.

I have created a test repo to showcase this issue. https://github.com/zbayoff/quickstart2

Run with v. 0.55.3, all videos pages and taxonomy pages should build and work. With 0.56.0 and greater, they don’t build at all.

Any help would be appreciated.

Thank you.