Streams not working

Hello
i have created streams but still not showing MarketItem class on parse-server.

if you look in the swagger interface: https://api.moralis-streams.com/api-docs/

what to you see for stats of for you stream info?

yes its created and showing active

{
      "id": "e18e2235-e4b8-4c54-91f6-10aebd29b4c5",
      "webhookUrl": "https://4d234e-14-99-23-98.ngrok.io/streams-webhook",
      "description": "Selfhosting Streams",
      "tag": "Selfhosting Streams",
      "demo": true,
      "topic0": [
        "MarketItems(uint256,address,uint256,address,address,uint256,bool)"
      ],
      "allAddresses": false,
      "includeNativeTxs": true,
      "includeContractLogs": true,
      "includeInternalTxs": false,
      "getNativeBalances": [],
      "triggers": [],
      "abi": [
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": true,
              "internalType": "uint256",
              "name": "itemId",
              "type": "uint256"
            },
            {
              "indexed": true,
              "internalType": "address",
              "name": "nftContract",
              "type": "address"
            },
            {
              "indexed": true,
              "internalType": "uint256",
              "name": "tokenId",
              "type": "uint256"
            },
            {
              "indexed": false,
              "internalType": "address",
              "name": "seller",
              "type": "address"
            },
            {
              "indexed": false,
              "internalType": "address",
              "name": "owner",
              "type": "address"
            },
            {
              "indexed": false,
              "internalType": "uint256",
              "name": "price",
              "type": "uint256"
            },
            {
              "indexed": false,
              "internalType": "bool",
              "name": "sold",
              "type": "bool"
            }
          ],
          "name": "MarketItems",
          "type": "event"
        }
      ],
      "advancedOptions": null,
      "chainIds": [
        "0x1",
        "0x5",
        "0x13881",
        "0x89"
      ],
      "status": "active",
      "statusMessage": "Stream is active"
    }

in history, what do you see, did it send requests?

No its showing null

{
  "result": [],
  "cursor": "",
  "total": 0
}

ok, I wanted to say stats, not history, history has the failed requests

showing this in the stats api

 {
      "streamId": "e18e2235-e4b8-4c54-91f6-10aebd29b4c5",
      "totalWebhooksDelivered": 2,
      "totalWebhooksFailed": 0,
      "totalLogsProcessed": 0,
      "totalTxsProcessed": 2,
      "totalTxsInternalProcessed": 0
    }

this url points to your local self hosted server?
can you add some logging on your server or see if there are any errors on the server?

it looks like only 2 webhook requests were delivered, and they were delivered successfully meaning that 200 http code was returned for them

Yes this is local webhook url but we can setup streams on local as well, right?
Can we see which 2 requests were delivered?
please give your discord id?

it is the same name as in forum in discord

I down’t know which 2 requests were delivered

how i can check logs of streams?

I mean if there are logs on your server, on your local system where it is hosted

you can also try to make another transaction that has that event an look in the server logs or to add more logging