Last updated
Was this helpful?
Last updated
Was this helpful?
This usually appears if the S3 bucket already exists. Remember, the S3 bucket has a unique global name. Login to your AWS console and create an S3 bucket with the same name you specified in the bucket
variable to ensure they match.
If you see something similar to the following:
This is due to a bug in Terraform, the fix is to run ansible-playbook deploy_infra.yml
again, and Terraform will pick up where it left off. This does not always happen, but this is the current workaround if needed.
Even if the server is configured correctly, sometimes it may not bind the appropriate 4000 port for unknown reasons. If so, simply go to the appropriate nested blockscout folder, kill and rerun the server. For example, you can use the following command: pkill beam.smp && pkill node && sleep 10 && mix phx.server
.