safe-global / safe-infrastructure

One `docker-compose.yml` file to rule them all
MIT License
56 stars 92 forks source link

cgw service /v1/chains/:chainId/safes/:safeAddress 503 error #114

Closed zctocm closed 10 months ago

zctocm commented 11 months ago

Bug description

I am experiencing errors when deploying a safe-wallet-web to support the BSC Testnet locally. I have already submitted the transaction to BSC Testnet, the API route: v1/chains/97/safes/address is not working, but the main page of cgw API works. I used Docker to get all the services up and running locally, as did the CGW related services.

Environment

Steps to reproduce

  1. Go to the main page.
  2. Create a safe account.

Expected result

The cgw API works.

Obtained result

Screenshots

CleanShot 2023-09-17 at 16 11 01@2x

CleanShot 2023-09-17 at 16 12 15@2x CleanShot 2023-09-17 at 16 17 27@2x
moisses89 commented 10 months ago

@zctocm take a look to this documentation, https://github.com/safe-global/safe-infrastructure/blob/main/docs/running_locally.md#step-3-add-your-chaininfo In your chain configuration I see that you are using localhost:8000 instead nginx:8000.