Closed leighmcculloch closed 4 years ago
3ecbd646237fe82cc655a9183e503bd0dbff98db
Run the demo app:
rustup install nightly-2020-05-15 cargo install diesel_cli --no-default-features --features "sqlite-bundled" diesel database reset cargo run
Open the demo in the browser.
Click the first account on the left sidebar. In this run the first account was Irving.
Irving
A page about the account to be displayed, or something like that.
500 Internal Server Error, and the following error output in logs:
GET /nodes/Irvin text/html: => Matched: GET /nodes/<alias_param> (nodes_show) => Error: Error rendering Tera template 'nodes/show'. => Error: Failed to render 'nodes/show' => Error: Variable `wallet.account.sequence` not found in context while rendering 'nodes/show' => Error: Template 'nodes/show' failed to render. => Outcome: Failure => Warning: Responding with 500 Internal Server Error catcher. => Response succeeded.
What version are you using?
3ecbd646237fe82cc655a9183e503bd0dbff98db
What did you do?
Run the demo app:
Open the demo in the browser.
Click the first account on the left sidebar. In this run the first account was
Irving
.What did you expect to see?
A page about the account to be displayed, or something like that.
What did you see instead?
500 Internal Server Error, and the following error output in logs: