Stream nftTransfers is empty

I use Moralis Stream to receive the NFT transfer event of my wallet address.

But in this case, I transfer a NFT from wallet address 0x6397b5 to wallet address 0xe7ffa, nftTransfers array is empty.

Both includeContractLogs and includeNativeTxs are enabled.

My transaction:
https://goerli.etherscan.io/tx/0x85f22d1c0d47a42a12401fd0077e5b738b2e08b167afa7363a7f101b3b55c0bb

Receiving message as below:

{"confirmed":true,"chainId":"0x5","abi":[{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":true,"name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"values","type":"uint256[]"}],"name":"TransferBatch","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"TransferSingle","type":"event"}],"streamId":"c715325f-e18c-4af3-8292-281abb5cec78","tag":"start for wallet","retries":0,"block":{"number":"9066754","hash":"0x69f94deb919b8c11c1f223faa06c4c10578e6b058d163bd8ea9cf35c68bf70bc","timestamp":"1685096304"},"logs":[],"txs":[{"hash":"0x85f22d1c0d47a42a12401fd0077e5b738b2e08b167afa7363a7f101b3b55c0bb","gas":"65721","gasPrice":"1500221839","nonce":"14","input":"0xb88d4fde0000000000000000000000006397b5b28c09016050f99cb68e99b8984f83d866000000000000000000000000e7ffae5bea09a46d024bf3f5af30278e7eae3832000000000000000000000000000000000000000000000000000000000000306800000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000360c6ebe","transactionIndex":"21","fromAddress":"0x6397b5b28c09016050f99cb68e99b8984f83d866","toAddress":"0xd5835369d4f691094d7509296cfc4da19efe4618","value":"0","type":"2","v":"1","r":"60299446598244514552730402483047371151914962510542160944853756480154401645457","s":"30083646112582055791191666461900881639307437091930757593595259924408817552412","receiptCumulativeGasUsed":"3018958","receiptGasUsed":"50555","receiptContractAddress":null,"receiptRoot":null,"receiptStatus":"1"}],"txsInternal":[],"erc20Transfers":[],"erc20Approvals":[],"nftTokenApprovals":[],"nftApprovals":{"ERC721":[],"ERC1155":[]},"nftTransfers":[],"nativeBalances":[]}

did you also enable contact interactions?

Yes, I already enable it.

You still have the same issue for a new transfer?