You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On setup, when you enter a personal peername (and not just use the generated one), this peername gets saved to the config file, but does not get updated in the store (the profile.json file).
Since the profile is where we pull the peername for saving datasets/looking up datasets, this means that our datasets are getting saved in the store as auto_generated_color_and_dog_name/datasetname rather than ramfox/datasetname
Also, if I use the qri config set profile.peername newName it doesn't go through the store and update the datasets with the new peername
The text was updated successfully, but these errors were encountered:
changes to config introduced a number of problems that need addressing. Namely
profile mismatches between fsrepo & the config profile storage, port mismatches,
a few default configuration errors, and some missing / bad error reporting
around configuration loading.
closes#328, closes#329
On setup, when you enter a personal peername (and not just use the generated one), this peername gets saved to the config file, but does not get updated in the store (the profile.json file).
Since the profile is where we pull the peername for saving datasets/looking up datasets, this means that our datasets are getting saved in the store as
auto_generated_color_and_dog_name/datasetname
rather thanramfox/datasetname
Also, if I use the
qri config set profile.peername newName
it doesn't go through the store and update the datasets with the new peernameThe text was updated successfully, but these errors were encountered: