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
Add knowledge file using "Sync from Notion" option and selecting some file from the file list provided.
Add new pages to notion under the pages that have been selected during the oauth flow.
Pages to which access was given:
Files added - test2 and test3
Edit assistant and use "Sync file" option.
Once sync is done, use "Add Files"-> "Sync from Notion" option.
Search for the files added
They do not show up in the list:
Scenario 2:
Create an assistant
Add knowledge file using "Sync from Notion" option and selecting some file from the file list provided.
Delete one of the existing pages from notion under the pages that have been selected during the oauth flow.
Edit assistant and use "Sync file" option.
Once sync is done, use "Add Files"-> "Sync from Notion" option.
Search for the files that was deleted.
Deleted file is still listed in the file list.
Once I choose to add this deleted file using "Add Knowledge", i see the following errors in the logs:
2024-09-17T00:20:33.651Z [server] [ERROR] Error: ENOENT: no such file or directory, stat '/Users/sangeethahariharan/Library/Application Support/acorn/Acorn/workspace/knowledge/integrations/notion/703007b1-0ce8-4ba7-9f3f-98215e96d54c/from desktopui.md'
at statSync (node:fs:1665:25)
at t.statSync (node:electron/js2c/node_init:2:5397)
at l (/Users/sangeethahariharan/acorn/desktop/electron-dist/mac-arm64/Acorn.app/Contents/Resources/app.asar/.next/server/chunks/428.js:1:25122)
at d (/Users/sangeethahariharan/acorn/desktop/electron-dist/mac-arm64/Acorn.app/Contents/Resources/app.asar/.next/server/chunks/428.js:1:25640)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/sangeethahariharan/acorn/desktop/electron-dist/mac-arm64/Acorn.app/Contents/Resources/app.asar/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:408
at async rP (/Users/sangeethahariharan/acorn/desktop/electron-dist/mac-arm64/Acorn.app/Contents/Resources/app.asar/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:15:8043)
at async r5 (/Users/sangeethahariharan/acorn/desktop/electron-dist/mac-arm64/Acorn.app/Contents/Resources/app.asar/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:18:1139)
at async doRender (/Users/sangeethahariharan/acorn/desktop/electron-dist/mac-arm64/Acorn.app/Contents/Resources/app.asar/node_modules/next/dist/server/base-server.js:1433:30)
at async cacheEntry.responseCache.get.routeKind (/Users/sangeethahariharan/acorn/desktop/electron-dist/mac-arm64/Acorn.app/Contents/Resources/app.asar/node_modules/next/dist/server/base-server.js:1594:28) {
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/Users/sangeethahariharan/Library/Application Support/acorn/Acorn/workspace/knowledge/integrations/notion/703007b1-0ce8-4ba7-9f3f-98215e96d54c/from desktopui.md',
digest: '375423779'
}
2024-09-17T00:20:33.662Z [client] [ERROR] Uncaught (in promise) Error: An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.
The text was updated successfully, but these errors were encountered:
Electron build -
d27f9f
Steps to reproduce the problem:
Scenario 1:
Pages to which access was given:


Files added -
test2
andtest3
They do not show up in the list:
Scenario 2:
Create an assistant
Add knowledge file using "Sync from Notion" option and selecting some file from the file list provided.
Delete one of the existing pages from notion under the pages that have been selected during the oauth flow.
Edit assistant and use "Sync file" option.
Once sync is done, use "Add Files"-> "Sync from Notion" option.
Search for the files that was deleted.
Deleted file is still listed in the file list.
Once I choose to add this deleted file using "Add Knowledge", i see the following errors in the logs:
The text was updated successfully, but these errors were encountered: