[ISSUE] Everest project, cannot add project logo or image
When trying to upload either a project logo or image for an Everest project, upon logo selection, nothing happens. No logo is uploaded and logo's hash given.
Console data:
Error uploading image to IPFS: Error: Network error: Cannot read property 'enable' of undefined
at new t (bundle.esm.js:69)
at Object.error (bundle.esm.js:1339)
at m (Observable.js:186)
at w (Observable.js:222)
at e.value (Observable.js:275)
at bundle.esm.js:1115
at Set.forEach (<anonymous>)
at Object.error (bundle.esm.js:1114)
at m (Observable.js:186)
at w (Observable.js:222)
Using Chrome ver. 86.0.4240.111. No ad-blockers installed. Windows 10.
Get a similar error using Brave ver. Version 1.16.68 Chromium: 86.0.4240.111, no add-ons installed.
Console data:
index.js:22 Error uploading image to IPFS: Error: Network error: Please use web3 enabled browser
at new t (bundle.esm.js:69)
at Object.error (bundle.esm.js:1339)
at m (Observable.js:186)
at w (Observable.js:222)
at e.value (Observable.js:275)
at bundle.esm.js:1115
at Set.forEach (<anonymous>)
at Object.error (bundle.esm.js:1114)
at m (Observable.js:186)
at w (Observable.js:222)
This error stems from IPFS, which can be iffy and unresponsive at times. In such an eventuality, where a user would attempt to add a project on Everest with IPFS down, I propose such submission would be stored on Everest's server side, which would wait for IPFS response and added at that time. This would ensure a more fluid user experience and less of a negative sentiment on their part.