5 Replies
oh as in is there any rough edges that we might bump into?
https://github.com/cloudflare/workers-sdk/issues/8437
just found this, at least i can use that keyword to search, thx!
GitHub
🐛 BUG: wrangler@dispatch-namespaces-dev doesn't recognize assets...
Which Cloudflare product(s) does this pertain to? Workers for Platforms What versions are you using? "wrangler": "^3.112.0" What operating system and version are you using? mac ...
oh yeah, 100%. wrangler.jsonc does not work so use toml and the params object for passing custom arguments from dispatch to user worker was never implemented but you can just use RPC to pass custom args
also weird issue with typescript sdk for WFP script upload where I couldnt figure out if it could accept multi part form data so ended up just using http
not sure if you found this yet but super helpful https://github.com/cloudflare/workers-for-platforms-example
GitHub
GitHub - cloudflare/workers-for-platforms-example: A great place fo...
A great place for platforms to get started on Cloudflare Workers! - cloudflare/workers-for-platforms-example
ahh bumped into those issues... will take another stab in the next few months thx!