Troubleshooting
This table serves as a quick-reference guide to help understand and resolve common errors related to transaction validation.
Last updated
This table serves as a quick-reference guide to help understand and resolve common errors related to transaction validation.
Last updated
Error Message | Description | Solution |
---|---|---|
No registered contract was found for this chain to sign the payload: {transaction_data}
If contarct is not registered we cannot provide the signature. You need the signature only when contract is registered and function protection is enabled. In order to fully integrate RASP solution follow instructions of installation.
To resolve this, either integrate RASP solution or set signTransaction
to false
To/From address is missing in the transaction data: {transaction_data}
"To" or "From" address is absent in the transaction data. If the transaction payload does not include both the "To" and "From" addresses
Ensure that the transaction data contains both to
and from
addresses
Chain id is missing in the transaction data: {transaction_data}
The blockchain ID is absent in the transaction data. If the blockchain ID is not included in the transaction payload
Include a valid chainId
in the transaction data
Transaction data is missing in the request: {transaction_data}
The transaction data is missing in the command. If the transaction validation payload is empty
Ensure the transaction command includes all necessary transactionData
fields