martinklepsch
martinklepsch
CDCloudflare Developers
Created by martinklepsch on 4/9/2025 in #workers-help
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
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 }, }),
4 replies