Unable to upload images in Plasmic project

I’m working on an older project in plasmic studio and seem unable to upload new images. :sweat_smile:

The error I’m seeing: Error: Unknown error: {"isTrusted":true}

I don’t see any errors/warnings in the chrome devlog and I’ve already tried publishing any studio edits and updating any dependency packages:
@plasmicapp/host": "^1.0.214", "@plasmicapp/loader-nextjs": "^1.0.422"

Looks like your host is blocking local image uploads:

Refused to load the image 'blob:https://www.ch...yn.com.tw/XXXXXXXX' because it violates the following Content Security Policy directive: "img-src 'self' data: https:".

You will need to allow blob: too for the image upload to work.

1 Like