Getting ‘Invalid syscall’ when cancelling a scheduled task inside a Convex action
Invalid syscall. The Convex syscalls are for internal Convex use and should not be called directly.This error is triggered specifically when cancelling the schedule. In a previous project, I pushed Convex pretty far in terms of implementation and never ran into this issue before, so this is the first time I’m seeing it.
Is there something about cancelling schedules from actions that’s not supported, or am I missing a required pattern or boundary between actions and mutations here?
