I’m creating a website where you’re entering a prompt and getting an image back. This works through an API calls. First I’m making a post call where my prompt is sent, then with the ID that it gets I’m making a GET call for url. I also have a backend workflow to check to status, if its not ready I’m sending calls again till the status is OK and the URL is received. I also have a step if the status is Ok after very first call. URL then is saved to a state and assigned to an image
anw, long story short it all perfectly works in debugger, but when I switch the debugger mode off its not working ;( why?