1 Matching Annotations
  1. Feb 2023
    1. 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";