
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
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
