Boby
Boby11mo ago

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.
No description
No description
2 Replies
Boby
BobyOP11mo ago
GitHub
GitHub - Boby900/thumbnail-creator
Contribute to Boby900/thumbnail-creator development by creating an account on GitHub.
Michal Srb
Michal Srb11mo ago
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)

Did you find this page helpful?