It looks like I cant use React Server Components with Cloudflare Pages and Nextjs right? At least no

It looks like I cant use React Server Components with Cloudflare Pages and Nextjs right? At least not If I try to use D1. I need to call
getRequestContext()
on the edge and I can only set
export const runtime = "edge";
within an api route, right? (Nextjs 14)
Was this page helpful?