Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Tangle explorer installation failure #82

Open
ScovottoDavide opened this issue Jul 12, 2022 · 0 comments
Open

Tangle explorer installation failure #82

ScovottoDavide opened this issue Jul 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ScovottoDavide
Copy link

Bug description

The explorer script fails to deploy the explorer-webapp container.

It launches an error when runs the RUN npm run build command from the Dockerfile of explorer/client

Docker and docker-compose version

Which version of Docker and docker-compose are you running?

  • Docker version: 20.10.17
  • Docker Compose version: 1.23.1

Hardware specification

What hardware are you using?

  • Operating system: Linux
  • RAM: 16GB
  • Cores: 8

Steps To reproduce the bug

Explain how the maintainer can reproduce the bug.

  1. Clone repository and follow steps to run private tangle
  2. ./private-tangle.sh install
  3. cd ../explorer
  4. ./tangle-explorer.sh install ../hornet-private-net

Expected behaviour

The containers up and running

dd4bcad67c5e iotaledger/explorer-webapp "docker-entrypoint.s…" 2 days ago Up 2 days 0.0.0.0:8082->80/tcp explorer-webapp
7c22023f4316 iotaledger/explorer-api "docker-entrypoint.s…" 2 days ago Up 2 days 0.0.0.0:4000->4000/tcp explorer-api

Actual behaviour

It stops when trying to create the second container for the web app. Showing the following error.

Errors

Immagine 2022-07-12 121604

@ScovottoDavide ScovottoDavide added the bug Something isn't working label Jul 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant