I’ve got image uploads working — they land correctly in the /input folder.
Problem is with CORS atm. I’ve added --cors-allow-origins to the pod start command, but my frontend still throws CORS errors.
Is there something I’m missing to make ComfyUI respect the CORS flag?