Vault can't be updated

I don’t know if this is a bug or if it’s a problem that stems from my side of the screen. :slight_smile: But it seems that I can’t update a vault I registered with the live network.

This is what I do: A few days ago I registered a vault containing information about 1 public and 2 private file archives.
Since then I’ve uploaded a number of additional files to the network.

When I do
ant vault sync
now the client returns this

Logging to directory: "/home/david/.local/share/autonomi/client/logs/log_2025-02-18_22-42-54"
🔗 Connected to the Network                                                                                              Fetching vault from network...
Syncing vault with local user data...
Pushing local user data to network vault...
✅ Successfully synced vault
Vault contains:
8 public file archive(s)
18 private file archive(s)
0 register(s)

So far that’s what I would expect. But when I import the secret key into the client on another computer and do
ant vault load
the client returns

Logging to directory: "/home/david/.local/share/autonomi/client/logs/log_2025-02-18_22-45-58"
🔗 Connected to the Network                                                                                              Retrieving vault from network...
Writing user data to disk...
✅ Successfully loaded vault with:
1 public file archive(s)
2 private file archive(s)
0 register(s)

I guess this is not what should happen. Is there something that I can do differently on my side or is this a bug in the client?

2 Likes

Does updating/syncing the vault with the standard command line interface work for others?