mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Web-based File Manager fails to navigate properly across folders #187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thanosa75 on 9/13/2024
CloudPanel version(s) affected
2.4.2
Description
The web file manager when double-clicking a folder goes inside and the tree on the left side opens. However, at some point after the first directory level (e.g. homedir/htdocs/site.domain.org/somefolder) the tree on the left stops expanding and you cannot navigate back, unless this is at the root e.g. homedir.
Important note: this does not happen the first time. You can enter "somefolder" the first time and use "Parent dir" to go back. Every other time, it fails.
Also, seems that the left panel stops expanding after the first level.
How to reproduce
When this happens, the breadcrumb becomes blank. See below the marked rectangle.

Say the navigation tree is as:
Going from homedir > htdocs > site > folderA works 👏
Then going from homedir > htdocs > site > folderA does not work 💣
Going from homedir > htdocs > site > folderB works. Trying again to go to folderB does not work 😕
Going from homedir > htdocs > site > folderA again, works 😕 .
Possible Solution
No response
Additional Context
Installed on an AWS EC2 via the
installer.shmethod. No customisations.