Dolphiq / craft3-plugin-sitemap

A craft 3 plugin that provides an easy way to enable and manage an XML sitemap for search engines like Google
MIT License
28 stars 18 forks source link

Error when enable categories #39

Open elfacht opened 4 years ago

elfacht commented 4 years ago

When I try to enable categories, this exception appears on save:

Argument 2 passed to craft\helpers\Db::idByUid() must be of the type string, null given, called in /Users/elfacht/htdocs/spillout/app/vendor/dolphiq/sitemap/src/services/SitemapService.php on line 127

Categories then remain disabled.

Craft 3.3.14 Plugin version: 1.2.0

michtio commented 4 years ago

Running into the same error now when trying to run a project-config/sync

Could this be looked at?