Hi, I am getting this error in my development environment but not locally, I don't know how I can fix it. I tried several things but I didn't find anything concrete either.
09-29-2023 09:06:16 AM at MapIterator.next (/app/server/node_modules/iterare/lib/map.js:13:39)
09-29-2023 09:06:16 AM at MapIterator.iteratee (/app/server/node_modules/@nestjs/core/hooks/on-app-bootstrap.hook.js:22:43)
09-29-2023 09:06:16 AM at SchedulerOrchestrator.onApplicationBootstrap (/app/server/node_modules/@nestjs/schedule/dist/scheduler.orchestrator.js:27:14)
09-29-2023 09:06:16 AM at SchedulerOrchestrator.mountCron (/app/server/node_modules/@nestjs/schedule/dist/scheduler.orchestrator.js:54:18)
09-29-2023 09:06:16 AM at Array.forEach (<anonymous>)
09-29-2023 09:06:16 AM at /app/server/node_modules/@nestjs/schedule/dist/scheduler.orchestrator.js:56:29
09-29-2023 09:06:16 AM at new CJ (/app/server/node_modules/cron/lib/job.js:62:19)
09-29-2023 09:06:16 AM at new CT (/app/server/node_modules/cron/lib/time.js:96:9)
09-29-2023 09:06:16 AM at CT._parse (/app/server/node_modules/cron/lib/time.js:727:10)
09-29-2023 09:06:16 AM at CT._parseField (/app/server/node_modules/cron/lib/time.js:808:12)
09-29-2023 09:06:16 AM Error: Field (minute) cannot be parsed
process.env.CRON_TIME_EXPRESSION="30 10 * * *"
"@nestjs/schedule": "^3.0.4",