`[[dispatch_namespaces]]` in TOML maps to an array of these objects in JSON: ```ts { type: "dispa
[[dispatch_namespaces]] in TOML maps to an array of these objects in JSON:[[dispatch_namespaces]]{
type: "dispatch_namespace";
name: string;
namespace: string;
outbound?: {
worker: {
service: string;
environment?: string;
};
params?: { name: string }[];
};
};[wrangler:err] SyntaxError: "undefined" is not valid JSON
cf object still be stripped when passing the Request through?await userWorker.fetch(request) will throw an error with message that starts with Worker not found if the worker is not found.internal error. and not Worker not found how can I configure this, or how would I know that if the worker threw exception or not found
PUT request to /secrets returns this:GET just after that to the same endpoint returns this:x-script-name is deployed to both namespace-dev and namespace-prod (namespace-dev first)PUT to /workers/dispatch/namespaces/namespace-prod/scripts/x-script-name/secrets/namespaces/namespace-dev/scripts and not namespace-prod for some reason.namespace-prod first and add a secret to it and it worked, but deploying the same renamed worker to namespace-dev and trying to add a secret to the last deployed worker it actually ended up added to the namespace-prod one.return await userWorker.handleRequest(request). When i look in the logs, I see that it says "outcome": "cancelled". Any ideas?return new Response('Hello World!');ms. More CPU-heavy things will increase it (for example, hashing passwords). This is not the same as the time a fetch request takes.[wrangler:err] SyntaxError: "undefined" is not valid JSONWARNING
This "Serve static files" feature for Cloudflare Workers has been deprecated. If you want to create an application that serves static assets files, use Cloudflare Pages instead of Cloudflare Workers.cfRequestawait userWorker.fetch(request)Worker not foundWorker not foundinternal error.PUTPUT/secretsx-script-namenamespace-devnamespace-devnamespace-prodnamespace-prodnamespace-prodnamespace-prod/workers/dispatch/namespaces/namespace-prod/scripts/x-script-name/secrets/namespaces/namespace-dev/scriptsreturn await userWorker.handleRequest(request)return new Response('Hello World!');ms{
"result": {
"name": "TEST",
"type": "secret_text"
},
"success": true,
"errors": [],
"messages": []
}{
"result": [],
"success": true,
"errors": [],
"messages": []
}