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

Continuous Build and Deployment Challenges in Next.js Notion Project #569

Open
guesung opened this issue Nov 27, 2023 · 0 comments
Open

Comments

@guesung
Copy link

guesung commented Nov 27, 2023

Description

I use Node v16.20.2 on my MacBook Pro M1.

I set site.config.ts as follows:

export default siteConfig({
  rootNotionPageId: '53137c48fa9742ef8057c9171da952f5',
  rootNotionSpaceId: null,

After this, I didn't change anything else.

The steps I followed were:

  1. npm i
  2. npm run build
    However, I encountered an error at this stage.
Screenshot 2023-11-27 at 3 47 50 PM

When I run npm run dev, it works fine. But errors occur when I execute npm run build or try to publish on Vercel.

On Vercel, I encountered this error:
Screenshot 2023-11-27 at 3 52 11 PM

The build process worked for 45 minutes and then failed.

My repository is here:
https://github.com/guesung/notion-blog

Notion Test Page ID

'53137c48fa9742ef8057c9171da952f5',
https://www.notion.so/guesung/Learn-in-Public-53137c48fa9742ef8057c9171da952f5?pvs=4

@guesung guesung changed the title Infinite Building Time Seeking Help: Build and Deployment Issues with Next.js Notion Starter Kit Nov 27, 2023
@guesung guesung changed the title Seeking Help: Build and Deployment Issues with Next.js Notion Starter Kit Continuous Build and Deployment Challenges in Next.js Notion Project Nov 27, 2023
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

1 participant