sledgeS
Windmill7h ago
20 replies
sledge

Deno core is not enabled

I have a client who was running a really old version of Windmill (CE embedded in nextcloud) which recently got upgraded to 1.6x. He has flows that were working fine on the older version that are now getting errors that look like this:

InternalError: Error: Deno core is not enabled @worker_flow.rs:2004:11

Same thing is in logs when I got find the logs relative to the flow attempts:

2026-01-15T13:57:13.762155Z ERROR windmill-queue/src/jobs.rs:743: job 019bc1f2-15e3-b02f-9f6d-8c5b2d6c702e in nextcloud did not succeed: {"error":{"message":"Error: Deno core is not enabled @worker_flow.rs:2004:11","name":"InternalError"}}
2026-01-15T13:57:22.090297Z ERROR windmill-queue/src/jobs.rs:743: job 019bc1f2-31a7-f487-7f99-52540adf2bc3 in nextcloud did not succeed: {"error":{"message":"Error: Deno core is not enabled @worker_flow.rs:2004:11","name":"InternalError"}}
2026-01-15T13:57:31.033502Z ERROR windmill-queue/src/jobs.rs:743: job 019bc1f2-5239-21f2-1a10-9db926d569c7 in nextcloud did not succeed: {"error":{"message":"Error: Deno core is not enabled @worker_flow.rs:2004:11","name":"InternalError"}}

Any tips on what could be causing this?
Was this page helpful?