
we have used the folder structure as follow Functions /function-name /src/index,js This is our entrypoint and git confugre settings
When I try to run execute the function I get this error. Cant find the cause of this issue, is it related to entrypoint/folder structure. Whats the recommended method of setting it up to avoid this. What am I doing wrong, let me know more information is needed to diagnose the problem . ProjectId : appwrite-dev-test

Try renaming your function folder without usingt the -. I'd recommend using camel case (just how I do it at least), so createUser instead of create-user
Recommended threads
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
