I am trying to schedule a mail using the createEmail() API from the node-appwrite module, in the docs it is mentioned that the scheduleAt parameter is optional but when I leave the string empty it generates an error like this:
code: 400,
type: 'general_argument_invalid',
response: {
message: 'Invalid scheduledAt param: Value must be valid date in the future and between 0000-01-01 00:00:00 and 9999-12-31 00:00:00.',
code: 400,
type: 'general_argument_invalid',
version: '1.6.1'
}
then if I pass the scheduleAt paramter with the date and time as current date and time expecting it to immediately send the mail, it actualls schedules it to some different time in future, I don't get this weird behaviour...
Recommended threads
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...