Mumbai testnet. Failure parsing SELF transaction. Can such transactions exist on mainnet?

Hi, everybody! Sorry, if this problem was already discussed. Anyway…

Please check a very strange transaction:
https://mumbai.polygonscan.com/tx/0x50bdfdc511f994ead3295abbe872543adcc892e2478ec74a4243ff592fa90c21

The problem is that if you will try parse this transaction with ethers 5.7 (just call provider.getTransaction method) you will fail with the error:

overflow [ See: https://links.ethers.org/v5-errors-NUMERIC_FAULT-overflow ] (fault=“overflow”, operation=“toNumber”, value=“9223372036854775790”, code=NUMERIC_FAULT, version=bignumber/5.7.0)

My RPC provider for mumbai testnet is quiknode.

So, the questions are:
Is it possible such transactions appear on the mainnet?
If no, how it could happened on the testnet?

Thanks in advance for the explanations.