Description: The input field for setting the function schedule is of type email, which prevents entering a valid cron expression.
Error Message: Please include an '@' in the email address. '30 7 * * *' is missing an '@'.
Steps to Reproduce:
- Go to a function.
- Navigate to the Settings tab.
- Try to add a cron expression in the Schedule field (e.g., 30 7 * * *).
- An input validation error appears.
Expected Behavior: The field should accept valid cron expressions without requiring an '@' symbol.
Actual Behavior: An error is triggered because the input is incorrectly expecting an email format.
Temporary Workaround: Manually change the input type from email to text using the browser dev tools. 😅
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...