You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`2021-11-08 07:40:31.547 [error] #PID<0.11190.1> running ArchEthicWeb.Endpoint (connection #PID<0.2075.0>, stream id 32) terminated
Server: localhost:4000 (http)
Request: GET /explorer/chain
** (exit) an exception was raised:
** (ArgumentError) assign @uco_balance not available in eex template.
Please make sure all proper assigns have been set. If this
is a child template, ensure assigns are given explicitly by
the parent template as they are not automatically forwarded.
Available assigns: [:address, :chain_size, :conn, :last_checked?, :transaction_chain, :view_module, :view_template]
Description
Running iex -S mix
Open browser http://localhost:4000/explorer/chain . or just click chain in navbar
Expected Behaviour
Actual Behaviour
![CHAINS ROUTE](https://user-images.githubusercontent.com/45528152/138817299-77b33e53-4c42-4844-aa54-711327422d99.png)
The text was updated successfully, but these errors were encountered: