Difficulty reusing purged category handles
-
-
@Kichae what do you mean, you're not able to use the category handle in a new category anymore?
-
-
@Kichae thanks, sounds like a bug, please report on GitHub.
-
-
In the meantime, you can go into your database, and delete the faulty record in the
categoryhandle:cid
sorted set.db.objects.deleteOne({ _key: "categoryhandle:cid", value: "yourhandle" });
... or something like this.I take no responsibility if the mongodb command is faulty
-
-
Thanks @baris!