Skip to content
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

local/deploy yarn build not working - time out pageID #561

Open
prgf87 opened this issue Oct 26, 2023 · 1 comment
Open

local/deploy yarn build not working - time out pageID #561

prgf87 opened this issue Oct 26, 2023 · 1 comment

Comments

@prgf87
Copy link

prgf87 commented Oct 26, 2023

Description

Hey Travis and team, thank you so much for all the hard work on this awesome integration!

I am so close to getting it integrated with my friend's database but I am unable to run the build locally or deploy it.

I have tried multiple times to make this work but I am struggling to understand how the whole stack has been setup.

I am able to run dev locally and everything works as intended, but as soon as I try to build or deploy, same error, different page everytime.

I have increased the concurrency, the revalidation times, the timeout.. I can't seem to find a definitive fix.

Any help would be greatly appreciated 😁

Link to Repo: https://github.com/prgf87/tp3-x-deploy

build error

I've also added this slice of code in get-site-map.

const block = recordMap.block[pageId]?.value if ( !(getPageProperty<boolean | null>('Public', block, recordMap) ?? true) ) { return map }

Notion Test Page ID

f6a3b25badc847efa339796f9bc5b395

f5233d338d4a406d841878b0c36fea38

@guesung
Copy link

guesung commented Nov 28, 2023

I met this same erorr in #569.

Did you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants