🐛 Bug Report: Incorrect input type for cron schedule in a function · Issue #9880 · appwrite/appwrite · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👟 Reproduction steps
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:
Temporary Workaround:
Manually change the input type from email to text using the browser dev tools. 😅
👍 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.
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
Version Appwrite selfhosted: 1.7.2
👀 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: