You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
To reproduce - clone the repository above, npm install then npm run test. Vitest will return the following exception:
[vpw:inf] Starting isolated runtimes for vitest.config.mts...
Worker "workflows:never-gonna"'s binding "USER_WORKFLOW" refers to service "core:user:vitest-pool-workers-runner-" with a named entrypoint "NeverGonnaWorkflow", but "core:user:vitest-pool-workers-runner-" has no such named entrypoint.
This is the exact same exception I get when running vitest in my own worker. As soon as I remove the Workflows config from wrangler.toml the tests run without issue.
Running wrangler dev (in my local setup) with the Workflow configured runs without issue.
Happy to share more information if that would be helpful. Thanks.