A hanging Promise was canceled - Rust
Hey there, I'm using cloudflare workers with the
I have a route that looks like so:
the
I get an error that looks like so whenever the route is requested (currently testing locally):
I'm using
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