New user here
this HTTP POST module (using Replicate to generate image) works without any links, but if i link it to my previous outputs - it gives me the following error.
New user here
this HTTP POST module (using Replicate to generate image) works without any links, but if i link it to my previous outputs - it gives me the following error.
Hi Rami,
This error means the JSON body you’re sending is no longer valid. When you link data from previous modules, some of those values contain quotes or line breaks, and that breaks the JSON format.
That’s why it works when the module is alone, but fails once you map outputs into it.
Check the request body after mapping and make sure it’s still valid JSON. The easiest way is to run the scenario once and inspect the request Make is sending. You’ll usually see a broken quote or extra line break.
Once the JSON is fixed, the error should disappear.
Hope that helps.
Regards, Tony