-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 befast-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
Labels
bugSomething isn't workingSomething isn't working