RaikuGG
Explore posts from serversHono + Nextjs with Cloudflare D1 Cookies problem!
Do you have any guide/working example on how to do that?
I saw opennext, to deploy nextjs on cf worker. But can't figure out the complete solution combining next+hono+d1
I have been working with Next + server actions stack for long. Just wanted to try out hono with nextjs and play with some different stacks. Also trying to learn the cloudflare stack by building and deploying apps on it.
48 replies
BABetter Auth
•Created by RaikuGG on 3/24/2025 in #help
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)
Latest commit on main branch
13 replies
BABetter Auth
•Created by RaikuGG on 3/24/2025 in #help
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)
I've solved the issue. The working code is pushed to the repo. Thanks for help everyone
13 replies
Hono + Nextjs with Cloudflare D1 Cookies problem!
This weird thing is bc of how nextjs behaves.
cookies() can be only used on a server action (with a 'use server') / server component.
Also any file using 'use server' can only export async functions. So I had to wrap it with a getServerRPC async function.
So just in case cached the async function as it will be called in many places. Caching might not be necessary.
48 replies
Hono + Nextjs with Cloudflare D1 Cookies problem!
Seems to be a problem with NextJS -
https://stackoverflow.com/questions/76274546/next-js-does-not-send-cookies-with-fetch-request-even-though-credentials-are-inc
48 replies
BABetter Auth
•Created by RaikuGG on 3/24/2025 in #help
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)
13 replies
BABetter Auth
•Created by RaikuGG on 3/24/2025 in #help
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)
Here's the repo for complete code - https://github.com/raikusy/nextjs-hono-better-auth-d1
13 replies
BABetter Auth
•Created by RaikuGG on 3/24/2025 in #help
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)
13 replies
BABetter Auth
•Created by RaikuGG on 3/24/2025 in #help
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)

13 replies
BABetter Auth
•Created by RaikuGG on 3/24/2025 in #help
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)

13 replies