-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
HTTP Request Node blocking send of valid null? #12765
Comments
Hey @Optiknerd, We have created an internal ticket to look into this which we will be tracking as "N8N-8194" |
Hi @Optiknerd, I see you accidentally shared your authorization header with the workflow. I removed it from your post, but you might want to rotate it since it was shared publicly. I would also recommend defining the auth header as a credential, so it's not visible or included when you share the workflow. I'll have a look at the issue to see if I can reproduce it. |
Thanks - In this case I had already changed it but I have often been
careless. I really appreciate your doing that!!
…On Wed, Jan 22, 2025 at 4:00 AM Tomi Turtiainen ***@***.***> wrote:
Hi @Optiknerd <https://github.com/Optiknerd>,
I see you accidentally shared your authorization header with the workflow.
I removed it from your post, but you might want to rotate it since it was
shared publicly.
I'll have a look at the issue to see if I can reproduce it.
—
Reply to this email directly, view it on GitHub
<#12765 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARSWHLQAJDCJLQYZANC66E32L5MZHAVCNFSM6AAAAABVTGFCX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBWGY2DMNZWG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have tried to track this using the link you gave me but cannot figure out
how to do that. I have logged into Github but cannot find a link to your
github in my account.
Can you send instructions on how I am supposed to connect via my github
account?
…On Tue, Jan 21, 2025 at 1:48 PM Jon ***@***.***> wrote:
Hey @Optiknerd <https://github.com/Optiknerd>,
We have created an internal ticket to look into this which we will be
tracking as "N8N-8194 <https://linear.app/n8n/issue/N8N-8194>"
—
Reply to this email directly, view it on GitHub
<#12765 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARSWHLSVK5KHWZ6W7ZDHJND2L2I6TAVCNFSM6AAAAABVTGFCX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBVGQ4TIMJSGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Optiknerd I'm not sure I understand. Are you talking about the N8N-8194 link? That's our internal system and not accessible to people outside n8n |
Describe the problem/error/question
I am doing an HTTP POST request to the Bubble data API endpoint and it breaks every time that there is a null value in a number field.
What is the error message (if any)?
Problem in node ‘HTTP Request‘
JSON parameter needs to be valid JSON
NodeOperationError: JSON parameter needs to be valid JSON at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:207:39) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:632:42) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:872:62 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1206:20
Please share your workflow/screenshots/recording
Video with full explanation
https://youtu.be/WMyH3bSi_8I
Success with Number
Failure with Null
Merged Data in Right Panel of Expression Editor OK - Sent successfully to target endpoint using Postman
Send to webhook.site (like RequestBin) successful with number but not received with Null
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
The text was updated successfully, but these errors were encountered: