I am creating a canvas app in Microsoft Teams, the app has an embedded power bi report.
Currently the embedded power bi report does not need dynamic filtering so the AllowNewAPI property of the Power Bi tile control is false. Everything works fine until i need to enable dynamic filtering.
I know i need to change the AllowNewAPI property to true before i add filters to my TileUrl, i have tried this feature last year and it works perfectly. But now if i change AllowNewAPI property to true, immediately the Power Bi tile change to below log in screen.

I don't think i see this screen last year when i tried dynamic filtering in the Power Bi tile, but this is not end of the problem, so if i click on this sign in button, a browser tab will be opened but soon it will be closed by itself and then nothing happend. Then the Power Bi tile control just stays the same as above screenshot. So basically i won't be able to sign in. I tried both in preview mode and in published mode, same behavior.
Did MS changed the behavior of AllowNewAPI property of this control ? did someone experience the same? How to make the dynamic filtering working again now?