requestly / requestly-desktop-app

Requestly Desktop App (Mac, Linux, Windows)
https://requestly.com
GNU Affero General Public License v3.0
48 stars 10 forks source link

fix: add try catch to handle error during race condition #33

Closed nsrCodes closed 1 year ago

nsrCodes commented 1 year ago

fixes https://github.com/requestly/requestly/issues/652

currently shows a blocking error dialog for fresh installs. This happens because of a race condition between saving the certificate locally and the api client reading it for creating the axios client.