We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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 }
f6a3b25badc847efa339796f9bc5b395
f5233d338d4a406d841878b0c36fea38
The text was updated successfully, but these errors were encountered:
I met this same erorr in #569.
Did you solve this problem?
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: