
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
- Migrate data from one DB to another via ...
Hello, I have a database that is currently used in production with lots of data in it. I would like to create a dev database with the same content to test out ...
- Logs do not work when debugging openrunt...
Hey there. Trying to debug some openruntimes functions locally. I manage to run the server and make requests to it, but for some reason the logger is not printi...
- Adjusting Node Heap limit on Appwrite Si...
I am running into a build issue with Appwrite Sites. I'm trying to build and deploy one of my Nuxt applications, and I am getting a failed deploy every time. Th...
