You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After uploading multiple files to a collection with a path starting with / not all of them show up in the directory /.
To Reproduce
Upload two files with the paths /0c54b536be3573bc.p(1).woff2/0c54b536be3573bc.p(1).woff2 and /prep.txt/prep.txt.
Call GET /collection/:coluuid to see the two entries.
Call GET /collection/:coluuid?dir=/ and you will see only 1 entry.
Expected behavior
The root directory/ should have all files with path's starting with / and not be missing any.
Actual behavior
The root directory / is missing paths starting with /.
Describe the bug
After uploading multiple files to a collection with a path starting with
/
not all of them show up in the directory/
.To Reproduce
Upload two files with the paths
/0c54b536be3573bc.p(1).woff2/0c54b536be3573bc.p(1).woff2
and/prep.txt/prep.txt
.Call
GET /collection/:coluuid
to see the two entries.Call
GET /collection/:coluuid?dir=/
and you will see only 1 entry.Expected behavior
The root directory
/
should have all files with path's starting with/
and not be missing any.Actual behavior
The root directory
/
is missing paths starting with/
.Additional context
Discussion on Slack: https://filecoinproject.slack.com/archives/C016APFREQK/p1677178196959089
The text was updated successfully, but these errors were encountered: