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
I am currently unable to run our SDK on cloudflare workers. We are using connectRPC in our SDK and we would like to support cloudflare workers for our users.
I've found some information about support for CF workers in v2. Is there any estimate when you plan to release v2?
Hey Jakub, you can work around this specific issue by using the transport from @connectrpc/connect-web, and providing a fetch option that drops the mode property when passing the request to fetch. You can find more details in #577.
Description
I am currently unable to run our SDK on cloudflare workers. We are using connectRPC in our SDK and we would like to support cloudflare workers for our users.
I've found some information about support for CF workers in v2. Is there any estimate when you plan to release v2?
If you need any additional info, let me know
Minimal example to reproduce:
package.json
wrangler.toml
I've tried both
@connectrpc/connect-node
and@connectrpc/connect-browser
. None of them worked, I was getting following errors:For node + httpVersion 2:
For node + httpVersion 1.1:
For browser:
The text was updated successfully, but these errors were encountered: