nerdvibe / clorio-client

💰 A Mina Protocol Wallet - The most used Mina Protocol wallet.
Apache License 2.0
65 stars 11 forks source link

Mainnet does not access github release url env variable in the popup. #67

Closed karukenert closed 2 years ago

karukenert commented 2 years ago

The devnet.clor.io environment accesses the github release env variable but the mainnet.clorio.io doesn't.

ClorioAppBanner.tsx:

To enhance your security we recommend to download Clorio Desktop.

Download Clorio Desktop{" "}

The same env variable is also used in UpdateError.tsx

nerdvibe commented 2 years ago

Oh yes, thank you! The issue was that the latest build of Clorio was built with the REACT_APP_GITHUB_RELEASE_URL variable not set.

Will be fixed on the next release. Thank you so much for the report 🙏

nerdvibe commented 2 years ago

resolved on the latest Clorio update, thank you for the report 🙏