makrdev
CCConvex Community
•Created by makrdev on 3/26/2025 in #support-community
LocalDeploymentMismatch
I had to logout (to login another account) and now I'm having trouble to login my Convex project through CLI.
1) When try to login without changing device name (previous name) I get this error message:
✖ Error fetching POST https://provision.convex.dev/api/authorize 500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
2) If I change the device name I can login but can not run local convex server due to this error:
✖ Error LocalDeploymentMismatch: The deployment 'deployment name' does not match the provided device name or project.
3 replies
CCConvex Community
•Created by makrdev on 3/18/2025 in #support-community
R2 Store Method
There is a 'store' method in the documents to store files in actions but it's not available in the package.
18 replies
CCConvex Community
•Created by makrdev on 10/9/2024 in #support-community
What’s the best way to connect Convex DB to external services?
Hey everyone, new fan here! 🍻 I’m trying to dive into Convex and figure out how to integrate it with our current workflow.
Using Convex on the client side is pretty straightforward, but I’m struggling to understand how to connect to the database from external services, like a task engine running on Cloudflare Workers.
Do we need to expose our queries or mutations using httpAction and build another layer for type safety?
Thanks in advance for your help! 🤜
15 replies