react-notion-x icon indicating copy to clipboard operation
react-notion-x copied to clipboard

Signed Urls Images not being display

Open reneleyva opened this issue 6 months ago • 4 comments
trafficstars

I'm using V7.3.0.

Our react page use to work just fine but at some point the images disappear. After investigating it appear to be a redirect to a CDN instead of getting the signed url the first time. The src url we're getting starts with https://www.notion.so/image/attachment... but if you open it in the browser it does a redirect to https://img.notionusercontent.com/s3/prod-files... and that one is accesible. I see in the recordMap that a signed_urls field exists. I'm wondering if I have to do something with it or a add a special prop to the NotionRenderer component. Thanks!

reneleyva avatar Apr 24 '25 20:04 reneleyva