safe-global / safe-infrastructure

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

could not get messages #112

Closed simonzg closed 9 months ago

simonzg commented 1 year ago

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:

Screenshot 2023-08-10 at 10 55 45 AM

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!

gofman8 commented 10 months ago

I faced the same issue. @simonzg did you solve it?

Uxio0 commented 10 months ago

Is this issue still ongoing with the latest versions? (today we fixed some issues with last cgw version)