Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

[Authentication with OpenID Connect (OIDC)]App crashes on start on all platform except WASM

Open Marc-Antoine-Soucy opened this issue 2 years ago • 0 comments

On WinUI, I get this error: image With this CallStack

 	[External Code]	
>	Authentication.OidcDemo.Windows.dll!Authentication.OidcDemo.MainPage.PrepareClient() Line 37	C#
 	Authentication.OidcDemo.Windows.dll!Authentication.OidcDemo.MainPage.MainPage_Loaded(object sender, Microsoft.UI.Xaml.RoutedEventArgs e) Line 27	C#
 	[External Code]	

On IOS and Android, they both seem to break at native code too.

For Skia, I think it's normal because it's not supported according to the documentation.

Marc-Antoine-Soucy avatar Jul 28 '23 15:07 Marc-Antoine-Soucy