Solution to the 530 error when deploying the nextjs-notion-starter-kit project on Vercel.
Solution to the 530 error when deploying the nextjs-notion-starter-kit project on Vercel.

Solution to the 530 error when deploying the nextjs-notion-starter-kit project on Vercel.

Tags
Code
Notion
Vercel
Published
October 13, 2025
2025/10/13
There is no need to modify the code.
 
/lib/notion-api.ts
There is an environment variable inside:NOTION_API_BASE_URL
notion image
 
Add the following Key and Value to the environment variables in Vercel:
 
key:NOTION_API_BASE_URL value:https://physicalmouse.notion.site/api/v3
 
notion image