amitrochatesOriginal post
Rank 1: Thread
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
Summary
Try renaming your function folder and files to use camel case instead of hyphens. This may solve the issue with your appwrite project setup.