ethereum / clrfund

Eth2 CLR project built on clr.fund
https://eth2clrfund.netlify.app/
GNU General Public License v3.0
32 stars 17 forks source link

ClaimButton hangs with loading spinner #499

Closed samajammin closed 2 years ago

samajammin commented 2 years ago

When running the web app locally (yarn start:web) w/ the test round Arbitrum One env variables, I'm seeing a loading spinner instead of the ClaimButton (no console errors):

Image 2022-01-10 at 2 15 06 PM

@pettinarip mind checking if you can replicate this? Not sure why this is occurring.

pettinarip commented 2 years ago

This is caused by not uploading the tally file to ipfs. This loading spinner is fetching that file that doesn't exist.

In this test, I had uploaded it to ipfs but now it seems that no one is serving it anymore (I was the only one at that moment).