-
Notifications
You must be signed in to change notification settings - Fork 4.4k
🐛 Bug Report: Functions Timing Out During Build #6245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@dishwasher-detergent thanks for creating this issue! 🙏 to clarify, the repo is 475MB, but the function itself is just a single folder that doesn't use anything else in the repo and is how large? |
@dishwasher-detergent, also, in the git settings, did you set a Root directory? |
Below is the exact code from the function I'm trying to deploy. type Context = {
req: any;
res: any;
log: (msg: any) => void;
error: (msg: any) => void;
};
export default async ({ req, res, log, error }: Context) => {
return res.send("test");
}; |
|
Uh oh!
There was an error while loading. Please reload this page.
👟 Reproduction steps
Deploy function using Github integration
👍 Expected behavior
Function is deployed and usable.
👎 Actual Behavior
Function says building for 15 minutes before timing out.
🎲 Appwrite version
Version 1.4.x
💻 Operating system
Linux
🧱 Your Environment
Using Appwrite version 1.4.2 migrated from 1.3.8 -> 1.4.0 -> 1.4.1 -> 1.4.2.
Self hosted in Digital Ocean

GitHub Repo size is 475 MB.
Discord Support Ticket
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: