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
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"}
Description:
I am experiencing a
503 Service Unavailable
error when trying to query the Safe API endpoint. The request is as follows:Expected Behavior
The API should return the safe details for the specified address.
Actual Behavior
The response received is:
docker logs -f safe-infrastructure-cgw-web-1
TXS Service in CGW https://safe.prod.erty.sh/txs
Steps to Reproduce
https://safe.prod.erty.sh/cgw/v1/chains/1/safes/0x43Ef185353b1550cF1d594F6E52AB1108743fF20
The text was updated successfully, but these errors were encountered: