API error occurred: Status 400 Content-Type application/json Body {“object”:“error”,“message”:“Please provide at least one input element.”,“type”:“invalid_request_no_input”,“param”:null,“code”:“3050”}
API error occurred: Status 400 Content-Type application/json Body {“object”:“error”,“message”:“Please provide at least one input element.”,“type”:“invalid_request_no_input”,“param”:null,“code”:“3050”}
The error Please provide at least one input element (code 3050) occurs because the Supabase node is not receiving any input data for the “Retrieve Documents” operation. In n8n, this usually happens if the input field (like query or search text) is empty or not mapped correctly from the previous node.
Fix: Make sure you provide at least one value in the query/input field, either by hardcoding it or mapping it from the previous node’s output.
Main suspect: Mistral AI returns the empty query as a result, as I see in screenshot.
How to provide at least one value in the query/input field, either by hardcoding it or mapping it from the previous node’s output? May you tell me step by step please? Because I’m still beginner and new to n8n