-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Tested on v0.7.12-beta. When opening a source via the navbar or creating a new folder using the right-click menu, the resulting URL is missing a trailing slash. This causes issues when creating a file or folder, although the item has been successfully created, the resulting URL becomes malformed.
Some examples:
- Clicking
source1redirects tohttps://example.com/files/source1. Creating a folder namedfolder1from this page redirects you tohttps://example.com/files/source1folder1(broken) - If you manually go to
https://example.com/files/source1/and createfolder1, the redirect becomeshttps://example.com/files/source1/folder1which will also be broken once you try to create a file/folder here
Expected Behavior
The resulting URL after opening a source or creating a new folder should include a trailing slash. Ideally, the website should automatically ensure a trailing slash is appended before redirecting to other paths to prevent malformed pages.
gtsteffaniak
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Done