ipfs / ipld-explorer-components

React components for https://explore.ipld.io and ipfs-webui
Other
24 stars 23 forks source link

bug: invalid car file loads infinitely #365

Open SgtPooki opened 1 year ago

SgtPooki commented 1 year ago

when I uploaded an empty file with .car extension there was just an in-progress animation forever; should there be a client side timeout?

We should:

  1. validate the car file & display error if not valid
  2. set timeout to error if loading valid car fails (match with #363 solution)