-
-
Notifications
You must be signed in to change notification settings - Fork 622
Signed Urls Images not being display #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've encountered the same issue. Previously, whatever the notion-client returned for a page would render images without any problems. As @reneleyva mentioned, this hasn't worked for the past two weeks. I have also updated to the latest version, v7.3. I'm using it for private pages. Everything else seems to be working fine, but images are not. |
is there a PR that fixes this? if so, i'm happy to merge & push a release |
@transitive-bullshit The If you can give me a general idea or best practice, I can draft a PR soon.
What do you think of this approach? |
@aeciolevy The client response already includes a |
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 tohttps://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 theNotionRenderer
component. Thanks!The text was updated successfully, but these errors were encountered: