if anyone can see anything that could be causing this would appreciate it!
if anyone can see anything that could be causing this would appreciate it!
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 colocationwrangler secret putexport interface Env { FOO_SECRET: string; }interface Envwrangler typesHUGO_VERSIONHUGO_VERSION0.146.6hugo v0.118.2-da7983ac4b94d97d776d7c2405040de97e95c03d+extended linux/amd64 BuildDate=2023-08-31T11:23:51Z VendorInfo=gohugoioimport { ExecutionContext, Request, Response } from '@cloudflare/workers-types';wrangler buildNo matching export in
"node_modules/@cloudflare/workers-types/index.ts" for import "Response""upload_source_maps": true,{
"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": [],
...colo=