splitbee/react-notion

block rendering error

parkdoeui opened this issue · 5 comments

Hi,

I noticed that some of my content blocks in Notion are not rendered and seems like it is related to the error message below. Could anyone tell me why this happens and how I can fix this?

error rendering block eed5135d-4bc8-4a73-a97e-c1684b271546 
NotionRenderer@http://localhost:3000/static/js/0.chunk.js:48952:20
main
div
Block@http://localhost:3000/static/js/0.chunk.js:48618:15
NotionRenderer@http://localhost:3000/static/js/0.chunk.js:48952:20
div
ProjectNotion@http://localhost:3000/static/js/main.chunk.js:2068:23
Route@http://localhost:3000/static/js/0.chunk.js:49815:29
div
div
div
Main@http://localhost:3000/static/js/main.chunk.js:1856:19
Route@http://localhost:3000/static/js/0.chunk.js:49815:29
App
ThemeProvider@http://localhost:3000/static/js/0.chunk.js:54115:37
Router@http://localhost:3000/static/js/0.chunk.js:49450:30
HashRouter@http://localhost:3000/static/js/0.chunk.js:49115:35

@DoParkEQ can you post the ID of the notion page you're using to test?

@transitive-bullshit yes, it is c75aaa69a8d04b0b9f9d1c64934f5179

Having the same issue. It seems to cut off content after a certain limit. Another example: 59c1d48a2a4b47bdadbc188110284014

Through some investigating, it is the notion-api-worker which returns the limited content block. It seems an issue has already been open: splitbee/notion-api-worker#41