cgw service /v1/chains/:chainId/safes/:safeAddress 503 error
zctocm opened this issue · 1 comments
zctocm commented
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
- Browser: Chrome
- Wallet: MetaMask
- Chain: BSC Testnet
Steps to reproduce
- Go to the main page.
- Create a safe account.
Expected result
The cgw API works.
Obtained result
Screenshots
moisses89 commented
@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.