TransparentUpgradeableProxy: admin cannot fallback to proxy target

Hello
I'm getting an error with the transparent upgradable proxy contract. Error as "execution reverted: TransparentUpgradeableProxy: admin cannot fallback to proxy target"
Can anyone help me with this?
For reference
Proxy contract :- https://testnet.bscscan.com/address/0xe2E4cDEDD035584faeE842Ae7B1f6937a6AC770b
Logic contract:-https://testnet.bscscan.com/address/0x802d49065a21788ad2d13b452e07aaa3d10f15ec#readContract
I tried to call the setwhitelist function of logic contract through proxy contract and got that error

You're calling the function from the admin account. You need to use a different account to interact with contract functionality outside of proxy admin functions.