tangly1024 / NotionNext

使用 NextJS + Notion API 实现的,支持多种部署方案的静态博客,无需服务器、零门槛搭建网站,为Notion和所有创作者设计。 (A static blog built with NextJS and Notion API, supporting multiple deployment options. No server required, zero threshold to set up a website. Designed for Notion and all creators.)
https://tangly1024.com
MIT License
7.89k stars 10.85k forks source link

NotionNext部署后无法支持Notion文章引用 #2721

Open Phillweston opened 2 months ago

Phillweston commented 2 months ago

描述bug 当Notion数据库中的文章使用引用内容的时候(引用页面或引用第三方链接),NotionNext渲染后为空白。

期望的正常结果 NotionNext正常渲染文章引用块并显示

复现步骤 Notion新建一个已发布的文章,并在文章中添加引用块,稍等一会后刷新浏览器即可看到引用块为空

环境

补充说明

tangly1024 commented 2 months ago

能否提供一下示例的页面;

另外,如果引用内容没有开启共享的话,NotionNext没有读取的权限,因而渲染结果是空白的

Fun-Fox commented 2 months ago

这个问题我也遇到了,如下是notion的文档,内部引用 image https://power-filament-0e1.notion.site/Krita-AI-ComfyUI-c6359d26d63c4cb285e1e1be7d808b8f?pvs=4 实际发布后的文章链接: https://www.funfox.icu/article/c6359d26-d63c-4cb2-85e1-e1be7d808b8f image 点击后跳转地址如上 image

DFBlowing commented 1 month ago

我也遇到了上述的问题,这个问题我在博客中进行了描述,找到了一些替代性的解决方法(但没有从根本上解决问题),可以参考:页面链接