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
I encountered a small bug when I was using the 'Import UCAN' button at https://console.web3.storage/space/import where I see the imported space listed many times as 'untitled' when I expect to see only one list item for the imported space and with the name from the UCAN authorization
After I upload the .ucan file, the page shows me the imported space name + DID
Actual Behavior
After I upload the .ucan file, the page shows me the imported space name + DID (as desired)
BUT ALSO, I see 5 more spaces listed as 'Untitled' with the same space DID and affordance to 'View'. I think that's a bug? Or at least I am misunderstanding why they show up.
we should update the console ui code to only show one space for the imported ucan, and it should not show any with 'Untitled' if there is a space name for that space DID already.
The text was updated successfully, but these errors were encountered:
tl;dr
Context
How to Reproduce
Requirements
Steps
Expected Behavior
Actual Behavior
Recommendation
@web3-storage/access/space
https://github.com/nftstorage/nft.storage/blob/main/packages/api/scripts/cmds/w3up-console-ucan-request.js#L108The text was updated successfully, but these errors were encountered: