-
-
Notifications
You must be signed in to change notification settings - Fork 17.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to set credentials on Elastic node in version 1.4.5 #1367
Comments
Related to this issue |
Now, with the fix, the node is able to list and choose the already stored credentials, though it is not possible to use the "create new" to set a new credential. Going there you simply have the "create new" plain text reported into the textbox and the following error in debug: Error: Credential amp;elasticSearchUserPassword not found |
thanks! Opened a bugfix here - #1372 |
* fix: reference input of updateVariable node * fix
On new and deprecated Elastic nodes it is not possible to set/create credentials.
The bug appear by using the latest version of Flowise (1.4.5).
Everything is ok in 1.4.4
To Reproduce
Add a new Elastic node into a chatflow or open a chatflow containing an existing Elastic node.
Message from debug window:
TypeError: this.buffer.charCodeAt is not a function
at Tokenizer.parse (/home//git_cloned/Flowise/node_modules/htmlparser2/lib/Tokenizer.js:745:33)
at Tokenizer.write (/home//git_cloned/Flowise/node_modules/htmlparser2/lib/Tokenizer.js:159:14)
at Parser.write (/home//git_cloned/Flowise/node_modules/htmlparser2/lib/Parser.js:459:28)
at sanitizeHtml (/home//git_cloned/Flowise/node_modules/sanitize-html/index.js:600:10)
at sanitizeMiddleware (/home//git_cloned/Flowise/packages/server/dist/utils/XSS.js:13:52)
at Layer.handle [as handle_request] (/home//git_cloned/Flowise/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home//git_cloned/Flowise/node_modules/express/lib/router/index.js:328:13)
at /home//git_cloned/Flowise/node_modules/express/lib/router/index.js:286:9
at Function.process_params (/home//git_cloned/Flowise/node_modules/express/lib/router/index.js:346:12)
at next (/home//git_cloned/Flowise/node_modules/express/lib/router/index.js:280:10)
The text was updated successfully, but these errors were encountered: