kevin
kevin
CDCloudflare Developers
Created by jman on 4/14/2024 in #workers-discussions
Are there example repos of Durable
Hey @jman , looks like https://github.com/cloudflare/workers-sdk/pull/5916 / https://github.com/cloudflare/workers-sdk/pull/5932 fixes this (tip from Cloudflare friends) I confirmed this with the vitest-pool-workers prerelease
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9305562558/npm-package-cloudflare-vitest-pool-workers-5932
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9305562558/npm-package-cloudflare-vitest-pool-workers-5932
3 replies
CDCloudflare Developers
Created by jman on 4/14/2024 in #workers-discussions
Are there example repos of Durable
Hey @jman, did you ever find a solution to 👇 ?
The receiving Durable Object does not support RPC
I'm hitting this too in a bare bones setup, w/ vitest-pool-workers, and the correct compat dates/flags...
3 replies
CDCloudflare Developers
Created by kevin on 5/3/2024 in #vitest-integration-beta
👋 When using `import {
When I'm running vitest, I ultimately get this error, which I can't seem to track down the source of... (i've only looked in the workers-sdk repo so far though)
Worker "core:user:vitest-pool-workers-runner-"'s binding "EDGE_CLIENT_SERVICE" refers to a service "core:user:edge-client-service", but no such service is defined.
Worker "core:user:vitest-pool-workers-runner-"'s binding "EDGE_CLIENT_SERVICE" refers to a service "core:user:edge-client-service", but no such service is defined.
2 replies