-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
bugSomething isn't workingSomething isn't workingproduct / functionsFixes and upgrades for the Appwrite Functions.Fixes and upgrades for the Appwrite Functions.
Description
👟 Reproduction steps
If there are no build commands passed, e.g. npm install, the build will succeed but the execution will fail because the dependencies are not loaded.
See -
- Successful Build (check the build size, no dependencies are loaded)-
- Execution Failed -
This makes the optional command, not so optional as we must pass a build command.
👍 Expected behavior
Runtime should check & handle this behaviour and simply call a relevant build command if one doesn't exist for the function.
👎 Actual Behavior
Execution fails.
🎲 Appwrite version
Version 1.4.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingproduct / functionsFixes and upgrades for the Appwrite Functions.Fixes and upgrades for the Appwrite Functions.