
Error: Cannot find module '/usr/code-start/ ' Require stack:
- /usr/local/src/server.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:940:15) at Module.Hook._require.Module.require (/usr/local/lib/node_modules/pm2/node_modules/require-in-the-middle/index.js:81:25) at require (node:internal/modules/cjs/helpers:93:18) at /usr/local/src/server.js:55:28 at processTicksAndRejections (node:internal/process/task_queues:96:5)
any solution to this problem

Something may be wrong with the way you archived your code for upload. If you're not using git, I highly recommend using the Appwrite CLI

I use CLI appwrite, with nodejs. It might have something to do with it because I use the previous version of appwrite.

What version of the CLI?
Was this function created after upgrading to 1.4?

I have the version 1.3.4 and I have not updated

What version of the appwrite CLI do you have?

I have the version 4.1.0

Version 4.1.0 of the CLI is meant for Appwrite 1.4. Since you're on 1.3.4, you should use version 2.0.2 of the CLI. Always make sure you read the Readme to see what version you should be on.
Recommended threads
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
- Permissions for bulk operation
Hi team, I have a question: βIn the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
