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
Describe the bug
The query parameters of the "Requests Post" node in Flowise are not being correctly transmitted to an internal FastApi interface. Although the interface works fine with Postman and receives the expected data, the FastApi interface in Flowise always receives the value None for the query parameters.
To Reproduce
Description: Use this when you want to perform an internet search.
Input should be a JSON string with one key: "query".
The value of "query" should be a string representing the search term and must replace "input" from the template.
Be careful to always use double quotes for strings in the JSON string.
The output will be the text response from the internet search API.
Flow
Setup
Installation: Docker
Flowise Version: Latest Version (please specify the exact version number if known)
OS: Ubuntu 24.04
Additional context
The internal FastApi interface works as expected when requests with query parameters are sent via Postman. The issue specifically occurs when using the "Requests Post" node in Flowise. It appears that the query parameters defined in the node are not being correctly integrated into the request.
The text was updated successfully, but these errors were encountered:
Describe the bug
The query parameters of the "Requests Post" node in Flowise are not being correctly transmitted to an internal FastApi interface. Although the interface works fine with Postman and receives the expected data, the FastApi interface in Flowise always receives the value None for the query parameters.
To Reproduce
Use this when you want to perform an internet search.
Input should be a JSON string with one key: "query".
The value of "query" should be a string representing the search term and must replace "input" from the template.
Be careful to always use double quotes for strings in the JSON string.
The output will be the text response from the internet search API.
Flow
Setup
Installation: Docker
Flowise Version: Latest Version (please specify the exact version number if known)
OS: Ubuntu 24.04
Additional context
The internal FastApi interface works as expected when requests with query parameters are sent via Postman. The issue specifically occurs when using the "Requests Post" node in Flowise. It appears that the query parameters defined in the node are not being correctly integrated into the request.
The text was updated successfully, but these errors were encountered: