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
- Hi, I'm getting this error while deployi...
✗ Error • search (6937cb70002c2e9c1a97) • Fai ✗ Error: Deployment of search has failed. Check at https://cloud.appwrite.io/console/project-693...
- Timed out waiting for runtime. Error Cod...
After setting up my ML project that uses deepface and tensorflow in appwrite functions I get the `Timed out waiting for runtime. Error Code: 400. ` error. I am...
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...