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
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...