stellar / slingshot

A new blockchain architecture under active development, with a strong focus on scalability, privacy and safety
Apache License 2.0
414 stars 61 forks source link

demo: 500 internal server error when viewing accounts #476

Closed leighmcculloch closed 4 years ago

leighmcculloch commented 4 years ago

What version are you using?

3ecbd646237fe82cc655a9183e503bd0dbff98db

What did you do?

  1. 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
  2. Open the demo in the browser.

  3. 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:

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.