Can someone explain me what error is this ?
I have attached screenshots to showcase the errors and browser's devtools.
Here is a sample request I’m using to run the workflow:
import { fal } from "@fal-ai/client";
const stream = await fal.stream("...", {
input: {
upscale_factor: 2,
first: "any prompt written in paragraph",
second: "any prompt written in paragraph",
"3rd_single_image": "any prompt written in paragraph"
}
});The error occurs consistently whenever i run the workflow and i cannot find a single thing about it anywhere.
the workflow is on generating a grid of images in one single image, cropping the individual images, upscaling them and to get the response node output the images .