You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After generating a node from a swagger file with nodered generator and when i try to execute a POST request from the new node, i get the following error: "TypeError: this.setAuthHeaders is not a function" Anyone has a hint.
the node is created with no errors and it is added to the node-red instance
node-red-nodegen version: v0.2.4
Node-RED version: v3.1.0
Node.js version: v16.20.2
Linux 5.15.0-84-generic x64 LE
npm version: 8.19.4
The text was updated successfully, but these errors were encountered:
After generating a node from a swagger file with nodered generator and when i try to execute a POST request from the new node, i get the following error: "TypeError: this.setAuthHeaders is not a function" Anyone has a hint.
to reproduce
the node is created with no errors and it is added to the node-red instance
node-red-nodegen version: v0.2.4
Node-RED version: v3.1.0
Node.js version: v16.20.2
Linux 5.15.0-84-generic x64 LE
npm version: 8.19.4
The text was updated successfully, but these errors were encountered: