urbit / bridge

An application for interacting with Azimuth.
MIT License
96 stars 25 forks source link

Networking Key not included in passport folder when custodying L2 Planet via Invite Flow #1010

Open tacryt-socryp opened 2 years ago

tacryt-socryp commented 2 years ago

Only the master ticket and management proxy were included? Really messes with the user experience because then they have to go back through Bridge if they want to boot. @nerveharp

ixv commented 2 years ago

To clarify, the bridge page for claiming a planet explicitly says a networking key was included in the zip file, but its not there

jamesacklin commented 2 years ago

Obviously not the intended result. @tomholford take a look?

tomholford commented 2 years ago

Obviously not the intended result. @tomholford take a look?

On it

tomholford commented 2 years ago

@tacryt-socryp @ixv What login method and browser was used when generating the invites?

ixv commented 2 years ago

We generated the invites ourselves in hoon. I don't think we messed anything up because we were able to log in with the master ticket that was generated.

ixv commented 2 years ago

The code for it is here: https://github.com/tirrel-corp/studio/blob/master/app/shop.hoon#L156 We do a spawn, configure-keys, and then transfer-point

tomholford commented 2 years ago

@ixv Approximately how much time passed between the invite creation and activation? wondering if the roller had not yet processed the batch before the activation

tacryt-socryp commented 2 years ago

1023 is the same issue. @zalberico @lukestiles

zalberico commented 2 years ago

Tagging @nerveharp about this and asking internally, thanks. Have you seen it happen again (tweet looks old, digging around see speculation about it being inconsistent/load related - trying to narrow down)

tacryt-socryp commented 2 years ago

Yes, it happened to a user of https://planet.market today.

lukestiles commented 2 years ago

@tacryt-socryp does this eventually resolve?

tacryt-socryp commented 2 years ago

No, this is not resolved. This is a major issue, as it really affects the user experience of people buying L2 planets via an activation ticket.

langalisc commented 2 years ago

This is still an issue- getting more inbound issues from it.

pkova commented 2 years ago

I am fairly confident that the issue is that /app/shop does not set the management proxy like Bridge does.

This is a planet that exhibits the issue, and this one does not. The only difference in azimuth state is the management proxy stuff which happens here. Someone should test out this theory, @ixv @tacryt-socryp.