Skip to content
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] Requests Post not working #4230

Open
Petopp opened this issue Mar 30, 2025 · 0 comments
Open

[BUG] Requests Post not working #4230

Petopp opened this issue Mar 30, 2025 · 0 comments

Comments

@Petopp
Copy link

Petopp commented Mar 30, 2025

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

Image

  • 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

Image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant