Artfical AI / Connectors
All connectors Open tAI Connect Notion
Help

Troubleshooting

A page shows up in search but can't be read or written to

This is expected, not an error in tAI. Notion's own search index can list a page's title before that specific page has been fully shared with the tAI connection. To fix it:

  1. Open the page directly in Notion.
  2. Open its Connections menu.
  3. Add the tAI connection.

Reading or writing that page should work immediately afterward, no reconnect needed.

Reconnecting Notion

If tAI says Notion is not connected, or access stops working mid-conversation, most often the cause is that access was revoked from Notion's side rather than from tAI. To reconnect:

  1. Open Settings → Connectors.
  2. Find Notion and click Disconnect if it shows as connected.
  3. Click Connect and complete Notion sign-in again, sharing the pages you need.

Other issues

  • notion_create_page failed. Check that the parent_page_id belongs to a page actually shared with tAI, not just one that search could see the title of.
  • A new database entry is missing most of its fields. notion_create_database_entry only ever sets the title and an optional body. Other columns need to be filled in by hand in Notion.
  • notion_upload_file can't find my file. The sandbox path must match a file already in that conversation's sandbox, written by tAI or uploaded earlier in it.
  • notion_query_database or notion_get_database_schema returns nothing. Confirm the database itself, not just a page inside it, has been shared with the tAI connection.