What I’m trying to do:
Open the SCHEDULED_TASKS tab.
What I’ve tried and what’s not working:
For the first time, on one of my apps, the Scheduled_Tasks tab is not opening. I get this msg: “Something went wrong rendering this part of the Anvil Editor”.
In the developer tools, I can see this error:
console.js:102 ReferenceError: days is not defined
at scheduledtasks.ts:212:80
at Object.useMemo (react-dom.production.min.js:184:189)
at t.useMemo (react.production.min.js:25:208)
at H (scheduledtasks.ts:190:5)
at FN (ScheduledTaskItem.tsx:49:28)
at va (react-dom.production.min.js:167:137)
at vs (react-dom.production.min.js:290:337)
at Mu (react-dom.production.min.js:280:389)
at bu (react-dom.production.min.js:280:320)
at hu (react-dom.production.min.js:280:180)
Any ideas on what I could do to fix this?
Thanks so much,
Dim