Hello,
I am getting this error when deploying a function via github integration. I also used this yesterday on another function and it worked. Both functions are in the same repo but in different directories. I set the directory and entry point correctly and also added the build command.
What could be wrong?
Kind regards, Marius
do both no longer work?
what's your project id?
@Steven Project ID: mysf Function: predict-dev
do both no longer work?
@Steven just predict-dev. The other function "compare-dev" is working fine with github.
maybe some of the paths are incorrect?
This is the github repo https://github.com/<company>/appwrite-functions/tree/develop/predict/src/
On the screenshot you see my function settings. π¦ @Steven
Do you have any spaces in and folder names?
There are no extra spaces in the root directory, right?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...