Cannot use assets in remote mode
Hello,
I want to use an assets folder within my worker, on
wrangler dev
everything serves as expected, but when I am adding the --remote flag to the command I am getting this error:
I am trying to run the local worker with access remote R2 buckets, is there a way to do that with my assets folder?
My Toml assets configuration:
2 Replies
As the message says, not supported today. Will be in the future.
Gotcha, I was expecting this to be documented in here: https://developers.cloudflare.com/workers/static-assets/#limitations
Cloudflare Docs
Static Assets | Cloudflare Workers docs
Create full-stack applications deployed to Cloudflare Workers.