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
Confirm this is a Typescript library issue and not an underlying Cloudflare API issue
This is an issue with the Typescript library
Describe the bug
I get the following error when I try to use workers.scripts.scriptAndVersionSettings.edit
" Error: 400 {"result":null,"success":false,"errors":[{"code":10201,"message":"Missing settings part in multipart upload. Ensure you include a settings part in the upload."}],"messages":[]}"
I do not get this message when I use the HTTP API. I get an ok esponse as expected