You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
In the project WinFormsWebView2, we only modify the Authority as "https://demo.duendesoftware.com/" in Form1.cs, because the old one is out of maintain.
Then we build the project and run it. The expected behavior is that authorization page can load successfully. But in our one machine, the page can not loaded, it shows a blank page.
This issue only occurs on one machine. On other machines with the same os and webview2 version, this sample project can work normally.
OS: Windows Server 2019 version 1809(OS Build 17763.2300)
webview2 runtime: 115.0.1901.203(also tried version 116.0.1938.62)
We also use Fiddler to troubleshoot this issue. Fiddler shows the authorization login page is accessed by the sample code, but seems webview2 didn't loaded the page visually.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the project WinFormsWebView2, we only modify the Authority as "https://demo.duendesoftware.com/" in Form1.cs, because the old one is out of maintain.
Authority = "https://demo.duendesoftware.com/",
ClientId = "interactive.public",
Scope = "openid email api offline_access",
RedirectUri = "http://localhost/winforms.client",
Browser = new WinFormsWebView()
Then we build the project and run it. The expected behavior is that authorization page can load successfully. But in our one machine, the page can not loaded, it shows a blank page.
This issue only occurs on one machine. On other machines with the same os and webview2 version, this sample project can work normally.
OS: Windows Server 2019 version 1809(OS Build 17763.2300)
webview2 runtime: 115.0.1901.203(also tried version 116.0.1938.62)
We also use Fiddler to troubleshoot this issue. Fiddler shows the authorization login page is accessed by the sample code, but seems webview2 didn't loaded the page visually.
The text was updated successfully, but these errors were encountered: