Skip to content

[BUG] Previously Created Notes Become Inaccessible After Creating New Notes on Windows 11Β #97

@alexmao1024

Description

@alexmao1024

Bug Description
On Windows 11, after creating a new document, previously created documents with valid title and permalink become inaccessible, returning # Note Not Found errors or empty results ({"results": [], ...}). The issue occurs even when metadata matches exactly.

Steps To Reproduce

  1. Create initial document

    • Verify immediate access
  2. Perform other tasks (e.g., edit files, create temporary content).

  3. Create a new document

  4. Re-access the first document: Faild

Expected Behavior
The original document (project-docs/project-structure) should remain accessible after creating new documents.

Actual Behavior

  • Error message:
    # Note Not Found: "project-docs/project-structure"
  • Empty search results when querying the permalink/title:
    {"results": [], "current_page": 1, "page_size": 10}

Environment

  • OS: Windows 11
  • Cursor Version: 0.48.8
  • Installation method: uv

Additional Context

  • Document metadata :

    title: ProjectStructure
    type: note
    permalink: project-docs/project-structure
  • File system check:
    Confirm the physical file exists at:

    <project-root>/notes/project-docs/project-structure.md
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions