Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blobs not listed correctly whenm having multiple folders #153

Closed
razvangoga opened this issue May 29, 2024 · 1 comment · Fixed by #155
Closed

Blobs not listed correctly whenm having multiple folders #153

razvangoga opened this issue May 29, 2024 · 1 comment · Fixed by #155

Comments

@razvangoga
Copy link

I'm trying to use the storage explorer docker version together with the Azurite emulator.

I'm connecting to a container that has a deeper folder structure (3 4 levels deep)

On the first load, the folders under the root are displayed correctly, but on the second level (after i click on one of them) it loads nothing. If i click on "go back up on level" (back to root) it loads again nothing.

I think this has something with how the CurrentPath is set here :

CurrentPath = blob.FullName;
(on the first pass it's empty and the root loads and renders correctly)

@sebagomez
Copy link
Owner

Thanks for the report, I'll take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants