Code node xmldsigjs library can't set new SignedXml().XmlSignature.SignedInfo.CanonicalizationMethod.Algorithm

Hi! I’m using xmldsigjs library in Code node and I can’t set new SignedXml().XmlSignature.SignedInfo.CanonicalizationMethod.Algorithm = 'http://www.w3.org/2001/10/xml-exc-c14n#' property, it returns default value instead of the value that I set

  • n8n version: latest* n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via Docker, npm
  • Operating system: WSL2 (Ubuntu)

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Karlis_Ozols,

Welcome to the community :cake:

It doesn’t sound like this is an issue with n8n if the library is returning the default value, However can you provide a test workflow and data that reproduces this so we can take a look?