Label Studio Task ID is required for cloud storage files

I have my images on my minIO Bucket and have them imported to Label Studio. They appear fine and i can label them, but when i try to pre-label them using SAM2 i only get this error: “Label Studio Task ID is required for cloud storage files”. I have looked in the Source of the images:

"
Source for task 27536

{
“id”: 27536,
“data”: {
“image”: “http://172.26.189.193:8080/tasks/27536/presign/?fileuri=czM6Ly9sYWJlbHN0dWRpby9mcmFtZV8xLmpwZw==
},
“annotations”: ,
“predictions”:
}
"
And if i open the file url, the image pops up as it should, but SAM2 somehow cant handle it.

I have another Project, in which i also added SAM2 but with the images added through local storage. In this case everything works without issues.