JustinNoel
Explore posts from serversgetSetCookie is not a function
I've upgraded a Workers project by bumping Hono and Wrangler by a few minor versions. In staging, I'm now seeing:
"TypeError: this[#res].headers.getSetCookie is not a function"
in my streaming logs. This didn't exist before.
Anyone have ideas on how to resolve this or suggestions on where to dig? Does this sound like a Hono, Node, or Workers?
More Info: I reverted Hono back to the original version and still have the same issue.
This DOES work in local development. Maybe it's just something else I've changed.3 replies
CDCloudflare Developers
•Created by JustinNoel on 10/31/2024 in #workers-help
getSetCookie is not a function
I've upgraded a Workers project by bumping Hono and Wrangler by a few minor versions. In staging, I'm now seeing:
"TypeError: this[#res].headers.getSetCookie is not a function"
in my streaming logs. This didn't exist before.
Anyone have ideas on how to resolve this or suggestions on where to dig? Does this sound like a Hono, Node, or Workers?
More Info: I reverted Hono back to the original version and still have the same issue.17 replies
CDCloudflare Developers
•Created by JustinNoel on 6/7/2024 in #general-help
How to Create Tunnels for Different Accounts with `cloudflared`?
I'm trying to use cloudflared to create tunnels for different accounts.
I already have the first created for account "A". It's working fine.
Now, I want to create another tunnel for account "B".
-
cloudflared tunnel create smn-dev
- cloudflared tunnel list
All is good.
Now, I try to add the DNS:
- cloudflared tunnel route dns [TUNNEL_ID] smn-dev
When I do this, it adds the dns entry to the domain associated with my first tunnel on account "A" instead of account "B".
I can't find anyway of associating a tunnel to anything but the first account.
Perhaps it's because I just started this off all wrong. Is there a step by step guide to doing something like this? The docs really just seem to assume all your tunnels will be on the same zone and account.6 replies
CDCloudflare Developers
•Created by JustinNoel on 11/17/2023 in #workers-help
STATIC_CONTENT_MANIFEST Error
12 replies
CDCloudflare Developers
•Created by JustinNoel on 11/16/2023 in #pages-help
Cloudflare rewriting search parameters
I'm having some trouble with URL search parameters.
Product hunt is sending visitors to my site with this URL:
https://saymyname.how?ref=producthunt
However, Cloudflare seems to be rewriting it to https://saymyname.how/ref=producthunt
.
How do I prevent that?17 replies
CDCloudflare Developers
•Created by JustinNoel on 3/7/2023 in #pages-help
Fetch API Cannot Load
3 replies