What it means
A transaction that reverts with the raw data 0xf645eedf hit the custom error ECDSAInvalidSignature, defined in OpenZeppelin 5. The explorer shows the hex because it does not have the contract's ABI to translate it.
A signature the contract tried to verify is malformed. Common with signed orders, permits, and meta-transactions that were built incorrectly or corrupted in transit.
How to fix it
Re-sign the message or order from the dapp rather than reusing a stored signature. If it persists, the dapp is building the signature payload wrongly.