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
Monarch uses curl to download the UI binaries it needs for the flutter version the user is running. If the user is running Monarch on Windows and their network is behind an MITM proxy, then the curl command will fail.
Monarch uses curl to download the UI binaries it needs for the flutter version the user is running. If the user is running Monarch on Windows and their network is behind an MITM proxy, then the curl command will fail.
The issue was first reported here: #44.
The fix is to add the
--ssl-no-revoke
flag to the curl command. See the accepted answer here.The text was updated successfully, but these errors were encountered: