
First image shows the build commands
And when I tried to deploy function I got an error (in the second image):
Did you encounter this problem? After a search I saw it is related to premissions, but I don't think I can/ need to deal with premmisions inside Appwrite instance. Thanks for your help

Problem with deploy a java application

Problem with deploying a java application

I highly recommend using the CLI to init and deploy your function. https://appwrite.io/docs/tooling/command-line/deployment#deploying-function. Please try that

Help me to understand something: I have github repository of java application that usinig maven as a build tool. I want do deploy it using Appwrite instance. Do I need to create jar that includes the dependencies and put it as my entry point or should I leave it as it is and try to deploy it similarly to what you see in the scrennshot above?

that probably won't work because your java application doesn't match the structure required by Appwrite Functions

so whats the correct way to go?

this
Recommended threads
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- 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...
