workers-help
pages-help
general-help
durable-objects
workers-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
⚡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Is anyone able to debug vitest tests in
Hey all, I tried to search for solutions
Is there any way to reset mocks with
I am trying to directly access a durable
I ran into this issue too - `Error:
Error: require() is not yet implemented in Workers
A simple worker [with not imports] works fine.
But, when inngest
is imported, it fails...👋 When using `import {
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';
, how do you define your service bindings that normally exist in wrangler.toml
?
Example from wrangler.toml
```
[[services]]...Hello! 👋 We're running into these
Hey, does anyone know how to use `export
export default class extends WorkerEntrypoint
with SELF
and typescript ?Is there a workaround that will let me
Slow R2 puts
Hey Cloudflare team! We're making great
Would you mind opening a GitHub issue
cloudflare:test
so we can track this?The examples you provided in https://
Why am i not seeing my console.log
🐛 BUG: "Module cannot be synchronously ...
Asserting like this: `expect(res2.
expect(res2.headers.get('CF-Cache-Status')).toBe('HIT')
I am using waitUntil for the cache put, but awaiting it doesn't seem to work either...sorry for all the spam, haha
Fetch cannot load MY_PATH
TypeError: Fetch API cannot load: <MY_PATH>
TypeError: Fetch API cannot load: <MY_PATH>
Had a really strange issue where my
AssertionError: Expected Vitest to start running before importing modules
getting a few weird errors when trying
workerd/server/server.c++:2676: error: Fallback service failed to fetch module; payload = ; spec = /?specifier=%2FUsers%2Fandreasthomas%2Fgithub%2Funkeyed%2Funkey%2Fnode_modules%2F.pnpm%2F%40hono%2Bzod-validator%400.1.11_hono%404.1.0_zod%403.22.4%2Fnode_modules%2F%40hono%2Fzod-validator%2Fdist%2Fesm%2Findex.js&referrer=%2FUsers%2Fandreasthomas%2Fgithub%2Funkeyed%2Funkey%2Fnode_modules%2F.pnpm%2F%40hono%2Bzod-openapi%400.9.8_hono%404.1.0_zod%403.22.4%2Fnode_modules%2F%40hono%2Fzod-openapi%2Fdist%2Findex.mjs
workerd/server/server.c++:2676: error: Fallback service failed to fetch module; payload = ; spec = /?specifier=%2FUsers%2Fandreasthomas%2Fgithub%2Funkeyed%2Funkey%2Fnode_modules%2F.pnpm%2F%40hono%2Bzod-validator%400.1.11_hono%404.1.0_zod%403.22.4%2Fnode_modules%2F%40hono%2Fzod-validator%2Fdist%2Fesm%2Findex.js&referrer=%2FUsers%2Fandreasthomas%2Fgithub%2Funkeyed%2Funkey%2Fnode_modules%2F.pnpm%2F%40hono%2Bzod-openapi%400.9.8_hono%404.1.0_zod%403.22.4%2Fnode_modules%2F%40hono%2Fzod-openapi%2Fdist%2Findex.mjs
@hono/zod-validator
is installed and runs correctly when I run the worker via wrangler...