`charmcraft status` hangs for a bundle

Hi folks, I am trying to get the status for a bundle, but when I run charmcraft status, the command hangs indefinitely. I am using charmcraft v1.6.0 on a headless VM, so I had to authenticate with the token.

These are my permissions:

ubuntu@operator:~/zinc-k8s-operator$ charmcraft whoami
name: Pedro Leão da Cruz
username: pedroleaoc
id: NUdlnAVeKE3Jt9WvJ1GMM6MXF69Wwqax
permissions:
- account-register-package
- account-view-packages
- package-manage
- package-view
ubuntu@operator:~/zinc-k8s-operator$ charmcraft --trace status finos-legend-bund                                                                              le
2022-04-28 13:15:39.209 Starting charmcraft version 1.6.0
2022-04-28 13:15:39.209 Logging execution to '/home/ubuntu/snap/charmcraft/commo                                                                              n/cache/charmcraft/log/charmcraft-20220428-131539.208188.log'
2022-04-28 13:15:39.209 Raw pre-parsed sysargs: args={'help': False, 'verbose':                                                                               False, 'quiet': False, 'trace': True, 'project_dir': None} filtered=['status', '                                                                              finos-legend-bundle']
2022-04-28 13:15:39.209 General parsed sysargs: command='status' args=['finos-le                                                                              gend-bundle']
2022-04-28 13:15:39.212 Command parsed sysargs: Namespace(name='finos-legend-bun                                                                              dle')
2022-04-28 13:15:39.212 System details: OSPlatform(system='ubuntu', release='20.                                                                              04', machine='x86_64'); Environment: None
2022-04-28 13:15:39.213 Storing credentials for 'charmcraft' on 'api.charmhub.io                                                                              ' in keyring 'auth MemoryKeyring'.
2022-04-28 13:15:39.213 Retrieving credentials for 'charmcraft' on 'api.charmhub                                                                              .io' from keyring 'auth MemoryKeyring'.
2022-04-28 13:15:39.213 HTTP 'GET' for 'https://api.charmhub.io/v1/charm/finos-l                                                                              egend-bundle/releases' with params None and headers {'Authorization': '<macaroon                                                                              on>', 'User-Agent': 'charmcraft/1.6.0 ubuntu/20.04 (x86_64) python/3.8.10'} / (32.4s)

@roadmr hello! may you verify why the Store is not returning that GET? thanks!