## Bug description screenshot 1 (2 errors : owned object and transaction blocks) https://explorer.iota.org/address/0x45745c3d1ef637cb8c920e2bbc8b05ae2f8dbeb28fd6fb601aea92a31f35408f?network=https%3A%2F%2Fapi.mainnet.iota.cafe <img width="1068" height="741" alt="Image" src="https://github.com/user-attachments/assets/35b2d4d0-ed68-4ca4-9769-79a114a191e5" /> screenshot 2 : (1 error : transaction blocks, when "Show System Transactions" is OFF) https://explorer.iota.org/?network=https%3A%2F%2Fapi.mainnet.iota.cafe <img width="1080" height="688" alt="Image" src="https://github.com/user-attachments/assets/4a394529-a18b-44db-b396-73e766919d78" /> Regarding owned objects: https://github.com/iotaledger/ts-packages/blob/develop/apps/core/src/hooks/useGetCategorizedOwnedObjects.ts#L96 https://github.com/iotaledger/ts-packages/blob/391100447f100c8ff9b15705ca36be9d8818ee35/apps/core/src/hooks/useGetCategorizedOwnedObjects.ts#L13 On a fullnode, the maximum page size might be limited to 50? Regarding transaction Blocks : It seems the explorer is using the "FromOrToAddress" filter even though it's not supported by the full node https://github.com/search?q=repo%3Aiotaledger%2Fts-packages%20path%3A%2F%5Eapps%5C%2Fexplorer%5C%2F%2F%20FromOrToAddress&type=code Maybe you should use FromAddress and ToAddress filters as shown here: https://github.com/iotaledger/ts-packages/blob/develop/apps/core/src/hooks/useQueryTransactionsByAddress.ts#L36
Bug description
screenshot 1 (2 errors : owned object and transaction blocks)
https://explorer.iota.org/address/0x45745c3d1ef637cb8c920e2bbc8b05ae2f8dbeb28fd6fb601aea92a31f35408f?network=https%3A%2F%2Fapi.mainnet.iota.cafe
screenshot 2 : (1 error : transaction blocks, when "Show System Transactions" is OFF)
https://explorer.iota.org/?network=https%3A%2F%2Fapi.mainnet.iota.cafe
Regarding owned objects:
https://github.com/iotaledger/ts-packages/blob/develop/apps/core/src/hooks/useGetCategorizedOwnedObjects.ts#L96
ts-packages/apps/core/src/hooks/useGetCategorizedOwnedObjects.ts
Line 13 in 3911004
On a fullnode, the maximum page size might be limited to 50?
Regarding transaction Blocks :
It seems the explorer is using the "FromOrToAddress" filter even though it's not supported by the full node
https://github.com/search?q=repo%3Aiotaledger%2Fts-packages%20path%3A%2F%5Eapps%5C%2Fexplorer%5C%2F%2F%20FromOrToAddress&type=code
Maybe you should use FromAddress and ToAddress filters as shown here:
https://github.com/iotaledger/ts-packages/blob/develop/apps/core/src/hooks/useQueryTransactionsByAddress.ts#L36