Fixed
- Removed the unsupported
subcategoriesfield from both node codex files (Hudu.node.json,HuduAiTools.node.json). Onlynode,nodeVersion,codexVersion,categories,resources, andaliasare part of the codex schema; the extra field was silently ignored by n8n. - Option loaders no longer swallow API errors silently. Six
loadOptionshandlers (getUsers,getCompanies,getGroups,getVlanZones,getAssetLayouts,getAssetLayoutFieldValues) now log the error viadebugLog('[OPTION_LOADING] Error …', error)before returning an empty list, matching the existing pattern ingetListsandloadLabelTypes. - Best-effort company/folder enrichment lookups in the Articles (3) and Folders (2) handlers now log via
debugLog('[ENRICHMENT] … failed …', error)before falling back to a default. These remain non-fatal but are now traceable.
Ports the n8n Creator Portal verification fixes from n8n-nodes-hudu-core.