zulhfreelancer / blockscout_explorer_docker

Docker Compose resources to run BlockScout, an open source Ethereum blockchain explorer
10 stars 5 forks source link

Could not find static manifest #2

Open zulhfreelancer opened 5 years ago

zulhfreelancer commented 5 years ago

We are seeing this error:

2019-07-16T07:14:42.206 application=phoenix [error] Could not find static manifest at "/opt/app/_build/prod/lib/block_scout_web/priv/static/cache_manifest.json". Run "mix phx.digest" after building your static files or remove the configuration from "config/prod.exs".
2019-07-16T07:14:45.536 application=indexer fetcher=replaced_transaction [error] failed to update replaced transactions for transactions: %DBConnection.ConnectionError{message: "connection not available and request was dropped from queue after 1147ms. You can configure how long requests wait in the queue using :queue_target and :queue_interval. See DBConnection.start_link/2 for more information"}
2019-07-16T07:14:45.913 application=indexer fetcher=block_catchup first_block_number=321578 last_block_number=321569 [error] ** (DBConnection.ConnectionError) connection not available and request was dropped from queue after 1001ms. You can configure how long requests wait in the queue using :queue_target and :queue_interval. See DBConnection.start_link/2 for more information
    (db_connection) lib/db_connection.ex:778: DBConnection.transaction/3
    (ecto) lib/ecto/repo/transaction.ex:16: Ecto.Repo.Transaction.transaction/3
    (stdlib) timer.erl:197: :timer.tc/3
    (explorer) lib/explorer/repo.ex:21: anonymous fn/2 in Explorer.Repo.logged_transaction/2
    (explorer) lib/explorer/logger.ex:14: Explorer.Logger.metadata/2
    (explorer) lib/explorer/chain/import.ex:316: anonymous fn/3 in Explorer.Chain.Import.import_transactions/2
    (elixir) lib/enum.ex:3317: Enumerable.List.reduce/3
    (elixir) lib/enum.ex:1990: Enum.reduce_while/3