What it means
A transaction that reverts with the raw data 0xfb8f41b2 hit the custom error ERC20InsufficientAllowance, defined in OpenZeppelin 5. The explorer shows the hex because it does not have the contract's ABI to translate it.
The spender contract is not approved to move this much of the token. The error data carries the spender, its current allowance, and the amount it needed.
How to fix it
Approve the token for the spender, for at least the amount in the transaction, then retry. The most common cause of a first swap or stake failing.