I resolved this by changing the imports from @remix-run/node to @remix-run/cloudflare
diff
- import { json } from "@remix-run/node";
+ import { json } from "@remix-run/cloudflare";
I resolved this by changing the imports from @remix-run/node to @remix-run/cloudflare
diff
- import { json } from "@remix-run/node";
+ import { json } from "@remix-run/cloudflare";