Module conflict with Taxonomies

Hi,
I don’t have experience with modules and i fall in a strange situation:
I have this repo and I use it in another theme like below:

baseURL = "/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "hugo"
paginate = 6
timeout = 30000

[module]
[[module.imports]]
path = "github.com/cromozooom/gohugo-modules"

[taxonomies]
	category = "categories"
	tag = "tags"
	artwork = "artworks"
	support = "support"
	subject = "subject"

Taxonomies are not working until I comment the modules lines
Do you have any ideea why?

It looks like the problem was introduced with v0.84.0.

No problems with v0.83.1.

last version

hugo v0.87.0-B0C541E4+extended windows/amd64 BuildDate=2021-08-03T10:57:28Z VendorInfo=gohugoio

Please create an issue (https://github.com/gohugoio/hugo/issues).

Issue added.
Thank you