Can't catching events on BSC testnet via our backend

Hey there, we have some troubles with catching events on BSC testnet via our backend. Are there any issues from your side or same troble reports from other users? Contract address is 0xB394AD9d51B853cE45a056f0F1F0Ab68E570946f

Hi.

I need more info. How are you catching those events?

I am using an event listener from ethers.js: contract.on

you can try event sync functionality with a server:
https://docs.moralis.io/moralis-dapp/automatic-transaction-sync/smart-contract-events#sync-and-watch-contract-events

regarding issues with using ethers, I don’t know what is the issue that you have now