Closed codepar closed 2 years ago
Could you share if you were able to resolve this issue? If Yes, could you also share how you did it?
Getting exactly this error
This is because you are missing the "Description" field. It's required to be a column in the database, but the documentation doesn't mention it.
I'm getting a TypeError: Cannot read properties of undefined (reading 'title') And I'm assuming the title is the page name
Problematic coded is in lib/notion/index.ts
r.properties.Page.title.length > 0 &&
It seems that it's not reading the Page.Title from the page but it is defined as "TitlePropertyValue" in types.ts
Hi team, getting the following build error:
Cannot read properties of undefined (reading 'rich_text'). seem to have to do with the slug (which I have set up as "text" inside Notion as per the tutorial.