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

List folders returns an empty list #13057

Open
1 task done
ajrosen opened this issue Jan 24, 2025 · 4 comments
Open
1 task done

List folders returns an empty list #13057

ajrosen opened this issue Jan 24, 2025 · 4 comments
Labels
bug cli CLI Application

Comments

@ajrosen
Copy link

ajrosen commented Jan 24, 2025

Steps To Reproduce

  1. bw list folders or curl -s localhost:8087/list/object/folders

Expected Result

JSON that lists all of my folders with name and id.

Actual Result

[]

or

{
  "success": true,
  "data": {
    "object": "list",
    "data": []
  }
}

Screenshots or Videos

No response

Additional Context

This is new to 2025.1.1. It still works with 2025.1.0.

Operating System

macOS

Operating System Version

Sequoia 15.2

Shell

Bash

Build Version

2025.1.1

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@ajrosen ajrosen added bug cli CLI Application labels Jan 24, 2025
@bitwarden-bot
Copy link

Thank you for reporting this issue! We've added this to our internal tracking system.
ID: PM-17538

@dronenb
Copy link

dronenb commented Jan 24, 2025

I reverted to the previous version with the following (I had previously installed w/ brew):

brew uninstall bitwarden-cli
brew install node
npm install -g @bitwarden/[email protected]

@ajrosen
Copy link
Author

ajrosen commented Jan 24, 2025

It's actually working for me at the moment. Was it server-side?

@dronenb
Copy link

dronenb commented Jan 24, 2025

Still same behavior for me:

npm uninstall -g @bitwarden/cli
npm install -g @bitwarden/[email protected]

bw -version
2025.1.1

bw list folders
[]

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

No branches or pull requests

3 participants