aleph-im / aleph-account

Aleph.im's Account management dApp
https://account.aleph.im/
2 stars 3 forks source link

Pin content button dont work #10

Closed dzovani closed 1 year ago

dzovani commented 2 years ago

Pin content button dont work i have enough aleph in wallet, i want to pin CID which is folder , total size 94KB, Pin content button never gets active

image

BjrInt commented 1 year ago

Old issue but still unresolved. This comes from the fact that an IPFS instance is created at page load, regardless if it has already spawned before. I managed to solve the issue on my browser by clearing the IndexedDB.

The good approach would be to check if an IPFS repo already exists before creating a new one in the IPFS pin view and in the NFT storage view before creating a new one.