Greenruhm / connect

Greenruhm Connect is your white label, custom-branded connection to the music metaverse. It allows you to provide music NFT services inside your app with your branding.
MIT License
1 stars 0 forks source link

Throw error message when API is unreachable #86

Open brunomoutinho opened 1 year ago

brunomoutinho commented 1 year ago

Currently, when the API is unreachable, Greenruhm Connect is unable to handle the error and the user receives a cryptic message stating that an error occurred.

We should handle this error and display a meaningful error message to the user.

How to reproduce:

  1. Run Greenruhm Connect project on port 3000;
  2. Run Greenruhm Web project on port 3001;
  3. Go to http://localhost:3001/sign-up and try to sign up;
image