.𝓼𝓸𝓾𝓹 🩷
Explore posts from serversTrouble with using `hono/cookie` helper with honox
Case 1 -
getCookie
This error is thrown in the browser console:
which points to this line const cookie = c.req.raw.headers.get("Cookie");
Case 2 - getSignedCookie
In development, bun throws and exits with:
Case 3 - setCookie
This throws:
Which points to c.header("set-cookie", cookie, { append: true });
Case 4 - setSignedCookie
bun
throws and exists with:
4 replies
CDCloudflare Developers
•Created by .𝓼𝓸𝓾𝓹 🩷 on 4/8/2024 in #general-help
Can't access multiple Cloudflare protected sites.
Many sites like OpenAI, Epic Games, Canva and even the Cloudflare Dashboard keep infinitely requiring me to verify I'm a human. I checked some Community posts, but they all basically said to wait, which I've done and it has not made a difference.
1 replies