You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@notionhq/clientwarn:requestfail{
code: 'object_not_found',message: 'Could not find database with ID: 6c79d10b-f602-41df-8cfa-f23742d30a2a. Make sure the relevant pages and databases are shared with your integration.'}
@notionhq/clientdebug:failedresponsebody{
body: '{"object":"error","status":404,"code":"object_not_found","message":"Could not find database with ID: 6c79d10b-f602-41df-8cfa-f23742d30a2a. Make sure the relevant pages and databases are shared with your integration."}'}
APIResponseError: Couldnotfinddatabasewith ID: 6c79d10b-f602-41df-8cfa-f23742d30a2a.Makesuretherelevantpagesanddatabasesaresharedwithyourintegration.atbuildRequestError(/home/coder/speak-argentinian-spanish/node_modules/@notionhq/client/build/src/errors.js:162:16)atClient.request(/home/coder/speak-argentinian-spanish/node_modules/@notionhq/client/build/src/Client.js:304:54)atprocessTicksAndRejections(node:internal/process/task_queues:96:5)atasyncModule.getTableData(/node_modules/@jcha0713/astro-notion/api/getTableData.ts:36:22)atasynceval(/home/coder/speak-argentinian-spanish/src/pages/blog.astro:14:16)atasyncrenderPage(file:///home/coder/speak-argentinian-spanish/node_modules/astro/dist/runtime/server/render/page.js:91:30)atasyncrenderPage(file:///home/coder/speak-argentinian-spanish/node_modules/astro/dist/core/render/core.js:81:20)atasyncrenderPage(file:///home/coder/speak-argentinian-spanish/node_modules/astro/dist/core/render/dev/index.js:108:10)atasynchandleRoute(file:///home/coder/speak-argentinian-spanish/node_modules/astro/dist/vite-plugin-astro-server/route.js:152:20)atasyncrun(file:///home/coder/speak-argentinian-spanish/node_modules/astro/dist/vite-plugin-astro-server/request.js:46:14)atasyncrunWithErrorHandling(file:///home/coder/speak-argentinian-spanish/node_modules/astro/dist/vite-plugin-astro-server/controller.js:65:5)atasynchandleRequest(file:///home/coder/speak-argentinian-spanish/node_modules/astro/dist/vite-plugin-astro-server/request.js:40:3){
code: 'object_not_found',status: 404,headers: Headers{[Symbol(map)]: [Object: nullprototype]{date: [Array],'content-type': [Array],'transfer-encoding': [Array],connection: [Array],'set-cookie': [Array],'content-security-policy': [Array],'x-dns-prefetch-control': [Array],'x-frame-options': [Array],'strict-transport-security': [Array],'x-download-options': [Array],'x-content-type-options': [Array],'x-permitted-cross-domain-policies': [Array],'referrer-policy': [Array],'x-xss-protection': [Array],etag: [Array],vary: [Array],'cf-cache-status': [Array],server: [Array],'cf-ray': [Array],'content-encoding': [Array]}},body: '{"object":"error","status":404,"code":"object_not_found","message":"Could not find database with ID: 6c79d10b-f602-41df-8cfa-f23742d30a2a. Make sure the relevant pages and databases are shared with your integration."}'}
any tips for troubleshooting this?
The text was updated successfully, but these errors were encountered:
In your post, you're linking to the page hosting the database inline, not the database itself. Click on the 3 dots beside the database title and then go to Share -> Copy link
In your case, the correct database ID should be 40e92ad1095a48b8a32b6ae7b24429ff
I cannot get the
@notionhq/client
that you use to grab the data to work.I've followed the instructions and have added the database ID, setup the connection and added some posts to the page.
database: https://www.notion.so/jsjoeio/Blog-6c79d10bf60241df8cfaf23742d30a2a?pvs=4
error:
any tips for troubleshooting this?
The text was updated successfully, but these errors were encountered: