Skip to content

path on project page is wrong #10

@samkeen

Description

@samkeen

Example:

This path is correct on the projects listing page (http://localhost:3000/)

fast-llms-txt
~/Projects/fast-llms-txt

But on the detail page (http://localhost:3000/projects/-Users-sam-Projects-fast-llms-txt) it is wrong.

txt
~/Projects/fast/llms/txt
  • Here the project 'name' is wrong txt, should be fast-llms-txt
  • Path is wrong, is should be ~/Projects/fast-llms-txt
    It looks like an attempt to 'decode' the id (-Users-sam-Projects-fast-llms-txt) which should not be attempted since the encoding to id is lossy
    There is a id->path lookup table that should be used

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions