Encountered another error while rolling back a Gadget transaction that errored.
Hi gadget,
I am running into the below error:
Encountered another error while rolling back a Gadget transaction that errored.
Encountered another error while rolling back a Gadget transaction that errored. The other error: CombinedError: [GraphQL] GGT_TRANSACTION_TIMEOUT: Can't rollback a transaction after it has timed out at Object.makeResult
can you please help me asap to solve this?
Thanks in advance!
Best regards,
Bas
1 Reply
Hi Bas,
Could you share the traceId, and the app URL so that we can investigate?
Generally this error means that your
run()
function in the action is running for more than 5s for the database transaction. Check what is being called or executed in run()