Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

503 Service Unavailable when querying Safe API #179

Open
francuzzz opened this issue Mar 5, 2025 · 0 comments
Open

503 Service Unavailable when querying Safe API #179

francuzzz opened this issue Mar 5, 2025 · 0 comments

Comments

@francuzzz
Copy link

Description:
I am experiencing a 503 Service Unavailable error when trying to query the Safe API endpoint. The request is as follows:

GET https://safe.prod.erty.sh/cgw/v1/chains/1/safes/0x43Ef185353b1550cF1d594F6E52AB1108743fF20

Expected Behavior

The API should return the safe details for the specified address.

Actual Behavior

The response received is:

{"code":503,"message":"Service unavailable"}

docker logs -f safe-infrastructure-cgw-web-1

{"build_number":"ddc3383","level":"info","message":{"message":"Forbidden resource","name":"ForbiddenException","stacktrace":"ForbiddenException: Forbidden resource\n    at canActivateFn (/node_modules/@nestjs/core/router/router-execution-context.js:137:23)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at async /node_modules/@nestjs/core/router/router-execution-context.js:42:31\n    at async /node_modules/@nestjs/core/router/router-proxy.js:9:17"},"request_id":"7bcde0bc-c2fc-419d-9baa-19af8700a8fb","timestamp":"2025-03-05T12:15:46.958Z","version":"v1.74.5"}
{"build_number":"ddc3383","level":"error","message":{"chain_id":"1","client_ip":"172.18.0.1","detail":"Service unavailable","method":"GET","origin":null,"path":"/v1/chains/1/safes/0x43Ef185353b1550cF1d594F6E52AB1108743fF20","response_time_ms":10494.630573999602,"route":"/v1/chains/:chainId/safes/:safeAddress","safe_app_user_agent":null,"status_code":503},"request_id":"838e69af-cf5c-4601-ba5e-d651790cec4d","timestamp":"2025-03-05T12:16:40.959Z","version":"v1.74.5"}

TXS Service in CGW https://safe.prod.erty.sh/txs

Steps to Reproduce

  1. Make a GET request to https://safe.prod.erty.sh/cgw/v1/chains/1/safes/0x43Ef185353b1550cF1d594F6E52AB1108743fF20
  2. Observe the response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant