ItsacoupI
Convex Community3y ago
28 replies
Itsacoup

Remix Convex Vercel

Dev environment runs great. I have chosen to use HttpClient since I struggled to set up the ReactClient in Remix with out docs and am fine with non-reactive data.

Deploying to vercel and the app builds and deploys, both Remix and Convex. Any Remix pages that don't have a loader or action calling the HttpClient render as expected. Any that do use HttpClient crash the app - however I am able to log server side the expected response from the HttpClient in the remix action... So they are talking

Currently adding more error logging to debug but the error I'm getting is
"errorType":"Runtime.UnhandledPromiseRejection","errorMessage":"TypeError: First parameter has member 'readable' that is not a ReadableStream."
Was this page helpful?