Open samggggflynn opened 2 years ago
I faced the same issue
me too
same issue here
same issue here
same issue here
This problem is due to the old version notion-client
.
you can edit packge.json to upgrade notion-client to latest version
for example:
"notion-client": "^6.13.8",
"notion-types": "^6.13.4",
"notion-utils": "^6.13.4",
This problem is due to the old version
notion-client
. you can edit packge.json to upgrade notion-client to latest version for example:"notion-client": "^6.13.8", "notion-types": "^6.13.4", "notion-utils": "^6.13.4",
I've already updated these but still got the same result.
NotionAPI getSignedfileUrls error HTTPError: Response code 400 (Bad Request)
--
10:39:38.673 | at Request.<anonymous> (/vercel/path0/node_modules/notion-client/node_modules/got/dist/source/as-promise/index.js:117:42)
10:39:38.673 | at runMicrotasks (<anonymous>)
10:39:38.673 | at processTicksAndRejections (node:internal/process/task_queues:96:5) {
I began to wonder maybe it's the network problem?
This problem is due to the old version
notion-client
. you can edit packge.json to upgrade notion-client to latest version for example:"notion-client": "^6.13.8", "notion-types": "^6.13.4", "notion-utils": "^6.13.4",
I've already updated these but still got the same result.
NotionAPI getSignedfileUrls error HTTPError: Response code 400 (Bad Request) -- 10:39:38.673 | at Request.<anonymous> (/vercel/path0/node_modules/notion-client/node_modules/got/dist/source/as-promise/index.js:117:42) 10:39:38.673 | at runMicrotasks (<anonymous>) 10:39:38.673 | at processTicksAndRejections (node:internal/process/task_queues:96:5) {
I began to wonder maybe it's the network problem?
Same issue here. Even after updating it. I also went ahead and checked network status. Notion tokens v2 as well. Everything looks good. Not sure what is the issue here.
No error if run on localhost, but gives same error while deploy to vercel. Already updated the version in package.json.
Description
This is the log I get while building static production.
Notion Test Page ID
It is not a page-specific issue, as far as i know.
It seems like was caused by an older notion-x version, and fixed in a newer version, I am not realy sure.