Issue with file node on kubernetes #154
Replies: 1 comment 8 replies
-
After updating the anytype-ts client to the latest appimage 0.38.9-alpha, the error has changed to: "calculate file size: walk DAG: get root node: CID not found". This seems like the more accurate error as when I investigated the badger spacestore db the cached status showed limit -1 and bytesleft was correctly set to the value implied by treating -1 as unsigned when computing remaining bytes. The error is preceded by: I've determined from the source code that the latter error is caused by the FileByHash error, so I guess the only piece I'm missing is why the CID is missing from IPFS. I will try digging through more source to find how it's supposed to get in IPFS to begin with but would appreciate some guidance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have all four components of anytype running in kubernetes, but file uploads do not make it into minio and instead I get the error "file upload limit has been reached"
I cannot figure out how to get rid of this error. I already have
fileLimit: limitDefault: 1099511627776 limitAlphaUsers: 1099511627776 limitNightlyUsers: 1099511627776
In the yaml file for the coordinator node.
Beta Was this translation helpful? Give feedback.
All reactions