Hi awesome team ! Got a new challenge today: Label...
# help
h
Hi awesome team ! Got a new challenge today: LabelStudio + LakeFS : we have our LabelStudio server (self-deployed) getting image from LakeFS directly. All credentials are setup correctly but we are running against CORS issue, as mentioned here . Running Chrome in unsafe mode (
google-chrome-stable --disable-web-security --user-data-dir='test'
) solve the issue: the image show up in LabelStudio web UI, thus we are confident that credentials are correct. I am not super familiar with CORS. From what I understand, LakeFS S3 gateway need to be configure in someway in order for LabelStudio to show image that is not coming directly from itself ??? Anybody have any clue on this ?