react-notion-x
react-notion-x copied to clipboard
Signed Urls Images not being display
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!