Opened at 2013-04-17T00:59:45Z
Last modified at 2014-03-05T02:44:41Z
#1945 closed defect
WUI regression: Welcome page doesn't display on client-only nodes due to _node_key not being present. — at Initial Version
Reported by: | daira | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.10.0 |
Component: | code-frontend-web | Version: | 1.10a2 |
Keywords: | wui regression blocker test-needed | Cc: | |
Launchpad Bug: |
Description
See https://github.com/tahoe-lafs/tahoe-lafs/pull/40. However that seems like the wrong fix to me. Perhaps Client in git/src/allmydata/client.py should be calling self._maybe_create_node_key() unconditionally rather than only in init_storage(), so that all nodes have node keys?
Note: See
TracTickets for help on using
tickets.