invertase / flutter_desktop_webview_auth

WebView OAuth flows for desktop flutter apps
Apache License 2.0
34 stars 35 forks source link

(Windows) Webview auth window is blank when the app is run in production #34

Closed remcova closed 1 year ago

remcova commented 1 year ago

When I launch the auth window it's blank. I've noticed that if I run the application from another directory instead of "Program Files", it works. So I think Windows is preventing the auth window from loading. How can this be solved? I don't experience this problem with other plugins.

image