You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Platform:
Darwin internal2.bitola.com 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
Subsystem:
js-ipfs: ipfs.files.write
Severity:
High - The main functionality of the application does not work, API breakage, repo format breakage, etc.
Description:
File upload / write truncates to 262144 when file is larger.
Steps to reproduce the error:
Use sample "browser-mfs" from "examples". Run it.
Drop any file larger than 262144 in the browser window. I used a 863KB file to upload.
The uploaded file is truncated to 262144.