mooon
Explore posts from serversCDCloudflare Developers
•Created by mooon on 8/14/2023 in #workers-help
A hanging Promise was canceled - Rust
Hey there, I'm using cloudflare workers with the
worker
crate.
I have a route that looks like so:
the StripeClient::create_payment_link
internally uses worker::Fetch::Request
. Let me know if it would help if I also provided the the code for this.
I get an error that looks like so whenever the route is requested (currently testing locally):
I'm using worker = 0.0.18
1 replies
CDCloudflare Developers
•Created by mooon on 7/30/2023 in #workers-help
Attempting to make a rust worker makes a JS one
Hi there I'm using the
npm init cloudflare mw_image_function worker-rust
command to make a rust worker but it ends up making a javascript one instead of a rust one, anyone know why?3 replies
CDCloudflare Developers
•Created by mooon on 4/29/2023 in #workers-help
Cannot read properties of undefined (reading 'fetch')
8 replies