-
Notifications
You must be signed in to change notification settings - Fork 31
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
Page needs to be public? #84
Comments
There's something I'm missing; in my own test, the root pages do not have to be public, and that's what you'd expect-- you have to give your Notion "integration" explicit read permissions, so whether the Notion page is open to then world would seem irrelevant. Anyhow, obviously, there is something going on. In the meantime, I just changed the subject here so people would find it. |
Just to make sure I'm not missing anything: full reproduction video 2023-09-29.02-06-58-1.mp4(as for the secret: deleted the page and integration after) |
I met the same issue while following README steps. I fixed it by removing the left and right columns block in "Notion Element Tests" page. |
That also works for me. Had the same issue using the template. |
This is indeed a bug in docu-notion. Not sure what the best solution is. The current code in
|
Describe the bug
A clear and concise description of what the bug is.
Error: Notion page not found
thrown when site is not publicIt gets the first stage completely right, but fails at stage 2
This is resolved when publishing the page in Notion
Reproduction Steps
Copy default template notion page to own page
Add integration and key
run npx @sillsdev/docu-notion -n [secret] -r [page_id]
Expected behavior
The page is converted to docusaurus-friendly page
Screenshots
Additional context
This same error happened to #83 and it is resolved by making the site public, but since it doesnt have a specific bug report I thought i'd add it
The text was updated successfully, but these errors were encountered: