mehedi
mehedi2mo ago

No such module "node:https" error in react router v7 + convex + convex auth + cloudflare workers

I am getting this error in react router v7 ssr mode + convex + convex auth + cloudflare workers project. it mostly happens in development. probably convex auth causing this error. attached the full errors from terminal
3 Replies
whizzy
whizzy2mo ago
I am having same issue, if anyone can help here?
erquhart
erquhart5w ago
Seems like miniflare is expecting a node environment
whizzy
whizzy5w ago
actually this is because of using convex https from convex/browser, so I moved to using fetchQuery and fetchMutation from convex/next

Did you find this page helpful?