-
-
Notifications
You must be signed in to change notification settings - Fork 643
Open
Description
After Notion API changed, i have problem with loading Notion page and i have error [POST] "/notion/loadPageChunk": 400 Bad Request, and updating to 7.7.1 dont help (
config.vite:{
'/notion': {
target: 'https://www.notion.so/api/v3',
rewrite: (path) => path.replace(/^/notion/, ''),
changeOrigin: true,
secure: false,
},
}
const notion = new NotionAPI({
apiBaseUrl: '/notion',
authToken: "token",
})
const data = await notion.getPage(pageId)
before its work
Metadata
Metadata
Assignees
Labels
No labels