Open alecalve opened 2 months ago
Could you provide me the transaction hash you were trying to fetch? Because I can't reproduce it with others.
@alecalve Sorry for the very late reply. I started to reproduce the error, but still can't manage to get the same error message.
When querying your example request I get the following response:
{ "data": { "transactions": [ { "redeemers": [ { "scriptHash": null } ] } ] } }
In CardanoScan I see that there is a contract, but the data is null as well. So the response I get seems correct (I double checked it on db-sync database level). If the data is wrong it might be a problem for db-sync.
Did you manage to find the issue for your problem?
Summary
This error happened first when querying this transaction with the following GraphQL query:
Steps to reproduce the bug
Run the query against a Cardano graphql instance
Actual Result
See the following error:
Expected Result
We'd expect to get a successful output.
Environment
Platform
Platform version
No response
Runtime
Runtime version
No response