NotionX / NotionX/react-notion-x
Public Notion Page not detected as public because missing ID in URL
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
Notion added an option to add a URL like subdomain.notion.site/page-name. But when parsing this url, it doesn't work because the parser is looking for a pageId, which doesn't exist in the URL.
Anyone else have run into this issue? Any workarounds?
Kind regards,
Marc
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the parser that handles public Notion URLs and compare its expectations with the newer subdomain.notion.site/page-name form described in the issue. Confirm the behavior with a representative URL; done means this public URL is detected without a page ID and existing URL handling remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100