https://github.com/keerthanenr/damp-violet-825c
GitHub
Contribute to keerthanenr/damp-violet-825c development by creating an account on GitHub.
wrangler secret put but they are empty in my app. I have an export interface Env { FOO_SECRET: string; } in my app but the string is empty.wrangler dev), those secrets won't be pulled down, need to define them for local dev in .dev.vars file at the root of your project: https://developers.cloudflare.com/workers/configuration/secrets/#local-development-with-secrets
interface Env in my code that just lists those secrets .. but is that additive to the ones defines in wrangler.jsonc? I don't have any other bindings right now so i am not sure what happens next time in run wrangler types

HUGO_VERSION => 0.146.6HUGO_VERSION in a new project, and it worked fine. So I suppose this issue is only affecting current projects (already deployed websites)import { ExecutionContext, Request, Response } from '@cloudflare/workers-types'; ?wrangler build gives me ..."upload_source_maps": true, should probably be a default thing when you create a new worker project with typescript?
colo= line for location, and you can visit /cdn-cgi/trace path of your worker to see where you're connecting to to run the worker, for debugging. Possible your DO is placed far away from you. If you don't pass any location hints, it should be created closest to the first request's colocation{
"wallTime": 32,
"cpuTime": 24,
"truncated": false,
"executionModel": "stateless",
"outcome": "ok",
"scriptVersion": {
"id": "10ab04ec-54b2-4d6e-ae80-9a74b49b3973"
},
"scriptName": "pages-worker--5948394-preview",
"diagnosticsChannelEvents": [],
"exceptions": [],
"logs": [],
...wrangler secret putexport interface Env { FOO_SECRET: string; }