Unexpected error when authorizing - are you connected to the internet?TypeError: fetch failed
I am trying to run the convex dev server (
npx run dev
) and receving this error. Can someone help?1 Reply
@Kaviya Are you running
npx convex dev
before running npm run dev
?