You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I successfully bring up the infrastructure by docker-compose, and ran a safe-wallet-web with NEXT_PUBLIC_GATEWAY_URL_STAGING and NEXT_PUBLIC_GATEWAY_URL_PRODUCTION both configured to my client gateway. Everything seems to be working correctly, except for this error message:
So I'm wondering maybe the latest docker image of client gateway does not include the latest code in repo? Is there any way to update it so that it provides all the information that safe-wallet-web wants? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I successfully bring up the infrastructure by docker-compose, and ran a safe-wallet-web with NEXT_PUBLIC_GATEWAY_URL_STAGING and NEXT_PUBLIC_GATEWAY_URL_PRODUCTION both configured to my client gateway. Everything seems to be working correctly, except for this error message:
which complains about this url is not accessible:
https://safe-gateway.meter.io/cgw/v1/chains/82/safes/0x7A83a59f9b810A65D62aD8454b898FA290e12882/messages
I checked the code of client gateway and it should provide this endpoint referring to tx service, and I checked the corresponding tx service api, it's working:
https://safe-gateway.meter.io/txs/api/v1/safes/0x7A83a59f9b810A65D62aD8454b898FA290e12882/messages/
So I'm wondering maybe the latest docker image of client gateway does not include the latest code in repo? Is there any way to update it so that it provides all the information that safe-wallet-web wants? Thanks!
The text was updated successfully, but these errors were encountered: