PUT request

Hello, for some reason, n8n gives an error, and the request is sent via a url with parameters, but the error is always 100% of the time. Worth the latest update. Tell me, please, what can it be?

Error text:

TypeError: 
Cannot read properties of undefined (reading 'includes')
    at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:1084:41)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/src/Workflow.js:645:28)
    at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:557:53

Hi @genius, welcome to the community and sorry for the trouble. Could you share a workflow using which this problem can be reproduced?