Error with Astro + Workflows

I'm trying to integrate workflows with astro but getting this error:
Worker "workflows:workflows-starter"'s binding "USER_WORKFLOW" refers to service "core:user:" with a named entrypoint "MyWorkflow", but "core:user:" has no such named entrypoint

using the following adapter:

adapter: cloudflare({
platformProxy: {
enabled: true,
experimentalJsonConfig: true
},
}),
Was this page helpful?