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
Run npm run dev --experimental-vectorize-bind-to-prod
Post some vectors to the upsert endpoint
The wrangler local dev dies (the HTTP endpoint stops working) but the CLI reports no errors, infact the CLI behaves as if the backend is working, however it shows no logs of any requests. The server has to be restarted.
When I deploy the worker to prod it actually works fine!
Which Cloudflare product(s) does this pertain to?
Workers AI
What version(s) of the tool(s) are you using?
^3.60.3
What version of Node are you using?
v20.16.0
What operating system and version are you using?
MacOS 15.1 (24B83)
Describe the Bug
Observed behavior
npm run dev --experimental-vectorize-bind-to-prod
Here is the relevant script section.
Also my wrangler.toml (Relevant portion)
Expected behavior
Wrangler dev should not fail
Steps to reproduce
Provided above
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
ConnectionClosed: The socket connection was closed unexpectedly. ) path: "http://localhost:8787/documents-embedding/upsert"
The text was updated successfully, but these errors were encountered: