Toubat
CCConvex Community
•Created by Toubat on 5/7/2025 in #support-community
table schema not synced to prod
Previously, when I do a npx convex deploy inside vercel, it sync all the updates to the table schemas, mutations, and queries from dev to prod. Now this is not the case. I recently created a new convex project and tried deployed to prod using the npx convex deploy command. However, after doing so my production is still empty. No table schema, no mutations, queries, actions been forwarded from dev.
Did the process somehow changed in the past? If so, is this been properly documented?
3 replies
CCConvex Community
•Created by Toubat on 4/25/2025 in #support-community
Auth in Convex + Electron
Hi team, I'm building an app in electron with convex as my backend. I wonder what are the best practices of building the authentication mechanism?
For native app like electron, it cannot simply redirect to a different page using auth service like clerk since it cannot go back to previous browser window. Also, clerk seems broken in packaged electron app.
What are the recommended auth providers in this case?
2 replies