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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...