FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
29.75k stars 15.33k forks source link

[BUG] Cannot insert header on GET API CHAIN #2853

Closed NicolasCampana closed 2 weeks ago

NicolasCampana commented 1 month ago

Describe the bug When i try to insert a key-value custom header on the GET API CHAIN node, it just don't let me add the value to the key.

To Reproduce Steps to reproduce the behavior:

  1. Insert a GET API CHAIN
  2. Try to add a new key-value header
  3. You are able to add the key
  4. You are not able to open the {...} text to insert the value to the key.

Expected behavior The same behavior of other "headers components", such as "Requests Get" node.

Screenshots GET API CHAIN: image Requs Setup

Additional Context It's looks like this strange behavior also happens sometimes in other nodes like Requests Tool.

HenryHengZJ commented 1 month ago

yeah there is a bug with that, fixing it @0xi4o

HenryHengZJ commented 1 month ago

Is this still the case? By default it should open the bracket: image