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: Flow with empty input does not accept empty input #3703

Open
wasnertobias opened this issue May 10, 2024 · 0 comments
Open

bug: Flow with empty input does not accept empty input #3703

wasnertobias opened this issue May 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wasnertobias
Copy link

wasnertobias commented May 10, 2024

Describe the bug

Created a newly flow for #3701 and was surprised that I cannot POST an empty body. It does return the following (not trigger the flow):
Bad request: invalid json: EOF while parsing a value at line 1 column 0

Workaround was to simply put "{}" in the body.

To reproduce

Create a new flow and try to call it from webhook without any payload.

Expected behavior

Empty payload is accepted if the flow input is empty.

Screenshots

No response

Browser information

Chrome Version 124.0.6367.119

Application version

EE v1.323.6-12-gee2a19395

Additional Context

No response

@wasnertobias wasnertobias added the bug Something isn't working label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants