Rank 2: Process
Hi !
I try to upload my nodeJS function to appwrite. The total bundle size is 130MB, it's due too big jsons files stored alng side to my index.js.
Appwrite stucks on the "building" phase and get this error 20 minutes later: Operation timed out after 900001 milliseconds with 0 bytes received with status code 0.
I tried to upload my function with only one json and it works perfectly because the bundle is smaller than the previous. But I need to have all my Jsons files to execute the function, do you have an idea how to resolve the issue ? I don't know why Appwrite need so much time to building the project with only one JS file and big JSON files, there is nothing to compile ? no ?
Thank you so much for your help !
, I hope there will be a fix later!