Hey developers, I hope you are doing well.
I am facing an issue while creating a function in my Appwrite instance.
It is connected with Github account and shows me organizaions and repositories but as soon as I try to create the function it show me Error 500.
I don't know what is wrong with my configurations. I am also attaching screenshots of the error page Kindly have a look and if you have faced this or know about this then kindly do share it with me.
ODD Behavior: Error 500 on Creating Function
I just noticed it's weird as sometimes function gets created successfully and some times it fails.
Moreover deployment is getting failed in either case.
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...