yoroi-graphql-migration-backend icon indicating copy to clipboard operation
yoroi-graphql-migration-backend copied to clipboard

Fix server doesn't return error response for some endpoints

Open neuodev opened this issue 2 years ago • 0 comments

Background

Any endpoint that is wrapped by pgSnapshotReadWrapper like txHistory or utxoAtPoint or handleUtxoDiffSincePoint doesn't not return any error response in case of invalid request or any other error case.

How to reproduce ?

Try to send any request to any of the endpoints listed above. You should not get any response and the request will be terminated after timeout.

neuodev avatar Dec 20 '22 11:12 neuodev