dfinity / cycles-wallet

DFINITY Cycles Wallet
Apache License 2.0
55 stars 30 forks source link

sender is anonymous #29

Closed andrewwylde closed 3 years ago

andrewwylde commented 3 years ago

For some reason sender is still x04/anonymous, but the sender_delegation is not. Results in a 403 when redirected to localhost.

agent-js commit: 0c229c3..2b80d13 bootstrap.js sha: 6af0454ba714c83c8e81.

Steps:

  1. build agent-js and bootstrap
  2. Link bootstrap to dfx cached version
  3. dfx start in wallet-rs project
  4. dfx deploy in wallet-rs
  5. Go through Sign Up flow, should get redirected
  6. Observe console

NOTE: the demo still works, but this error may be confusing

hansl commented 3 years ago

I think that's fixed, I can't figure out where this happens.