WPF.Sample AccountAuthViewModel not triggering OnBrowserAddressChanged after "Allow Access" clicked

Created at 18 Jun 2024, 21:29
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
DI

DipTrader

Joined 18.06.2024

WPF.Sample AccountAuthViewModel not triggering OnBrowserAddressChanged after "Allow Access" clicked
18 Jun 2024, 21:29


Testing OpenAPI.Net version 1.4.4. 

On the WPF.Sample project everything works fine until I click “Allow Access”. Then it's supposed to open a new web address with url containing ..?code=<AuthCode>. But instead it just goes blank, and OnBrowserAddressChanged is not triggered after that click, while it was triggered multiple times before. 

What may cause this? Anyone got this WPF.Sample working passed that point? 


@DipTrader