-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Bug]: 100개 이상의 글 블록을 가져오지 못하는 문제 #333
Comments
How about pushing a pull request if you already have a solution? |
I want to but... I don't know how to push a pull request with only exact files or codes I've chose. |
@gnslalsl12 It's a good opportunity to commit your contribution. :) |
oh! thank you :) |
@gnslalsl12 이거 수정이되었나용? |
- api.getBlocks 직접 call 해서 해결 - morethanmin#333 참고
- reference PR [Bug]: 100개 이상의 글 블록을 가져오지 못하는 문제 morethanmin#333 - fixed at local (part: block[id].value? )
Describe the bug
getPosts.ts의 코드에서
pageId는 노션에 있는 글 개수만큼 가져오는데,
block이 100개를 넘어가는 글의 block은 가져오지 못해서
이런 에러가 뜹니다.
때문에 block을 response.block 보다는
getBlocks를 사용해서 가져오면 100개가 넘는 글들의 블록도 정상적으로 가져오게 됩니다.
아래는 getPosts.ts를 원하는 방향으로 고쳐놓은 코드입니다. (tempBlock)
To reproduce
Browser
google chrome v109, windows 11
Validations
The text was updated successfully, but these errors were encountered: