
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
- [SOLVED] Access ExecutionStatus of a fun...
I am calling a cloud function from the newest Flutter SDK 20.2.1with the `xasync: false` flag and get the result, but the `execution.status` is not a String and...
- What’s the current approach for always o...
Read that it’s not a thing out of the box, but what’s the possible setup here?
- Query.equal error
Hi guys. I'm using Appwrite Cloud, and I'm using version 21 of node-appwrite to benefit from transactions. The problem is I seem to be getting an error when I u...
