Unhandled Runtime Error
Invalid deployment address: Must end with ".convex.cloud". Found "https://clear-serval-68.clerk.accounts.dev".
I don't know why I am getting this error, I am also not able to see the form which is located at this route.
I guess there is some problem with my environment variables but I am not able to identify that.
Any help would be highly appreciated.


2 Replies
GitHub
GitHub - Boby900/thumbnail-creator
Contribute to Boby900/thumbnail-creator development by creating an account on GitHub.
Looks like you're passing Clerk URL to
new ConvexReactClient(). You probably overwrote the variable in your .env.local.
You can run npx convex dev --configure to fix it (or delete your .env.local and start from scratch)