-
Notifications
You must be signed in to change notification settings - Fork 1.3k
File limit 250kb #1365
Comments
Hey @Artod are you sure it's the file size that's the issue? Do you have an example of a working image that is less than 250kB? Are you sure these hashes are available on the network? |
Hi @alanshaw. They are not available on network but available between browser nodes. Example:
I've tested:
Also you can clone repo, yarn install, yarn start (MetaMask on Rinkeby) and test it from different browsers locally. About availability on network: if I got right, I need run my own go-ipfs node and, each time user uploads a file in the browser, make go-ipfs node fetch this file from the browser node. Correct? Thank you! |
@alanshaw small update. I ran own go-ipfs node and added But issue is still relevant for the case
(when the go-ipfs node is down) |
I'll look into this as soon as I get a sec. Can you please verify for me that this only happens for files larger than 250kB, and works fine for files that are smaller? |
@alanshaw I've created a test page for testing https://osliki.github.io/250kb/
Images larger than 250kb won't be loaded |
This is exactly what I submitted here: #1307 More info: https://github.com/AquiGorka/test-ipfs-file-sharing |
This currently works, as shown in this example, which is hooked up to CI and tested with every js-ipfs change: https://github.com/ipfs/js-ipfs/tree/master/examples/exchange-files-in-browser @AquiGorka and @Artod can you confirm whether or not is still a problem for you? Should be working in contemporary versions! |
@autonome My project where I used ipfs is closed for now, so I can't verify if it's still a problem. Feel free to close the issue if you sure everything is fine. Thank you for the update. |
Hey @autonome thanks for the update, I remember talking to @jacobheun about this and he said it was on his radar. My project where this was a bug is also closed now, but I'm very happy this was solved. Cheers 🎉 |
Closing as it seems like this issue was resolved. |
Type: Bug
Severity: High
Description:
I use js-ipfs for this project https://github.com/osliki/classi with following configs:
and seems like nodes unable to share photos larger than 250kB. Starting from here for such large files I got everlasting loading.
Thanks for any help!
The text was updated successfully, but these errors were encountered: