Rane
Rane
CCConvex Community
Created by Rane on 1/1/2025 in #support-community
Convex Auth in production
Is it considered best practice to include npx convex deploy in the build script?
"build": "tsc -b && vite build && npx convex deploy"
8 replies
CCConvex Community
Created by Rane on 1/1/2025 in #support-community
Convex Auth in production
Oh, this explains it. Thank you so much! 😊
8 replies
CCConvex Community
Created by MegaHydronics on 12/17/2024 in #support-community
Accessing client IP address in a query/mutation
For my use case, I’m looking to implement an IP-based rate limiter in Convex. This would require reading the client’s IP address within an action. Is there currently any way to access the IP address server-side in Convex without having to rely on the client to send it?
8 replies
CCConvex Community
Created by Rane on 12/15/2024 in #support-community
Convex with Vue/Nuxt
A suggestion for the Convex team: it would be great if Vue and Nuxt were officially supported at some point. It would make the documentation more enjoyable to read if the examples weren’t React-only.
7 replies
CCConvex Community
Created by Rane on 12/15/2024 in #support-community
Convex with Vue/Nuxt
I decided to start using the convex-vue package and give Convex a chance. Its developer experience seems incredibly good. I really appreciate how functions sync directly from local and how everything is purely TypeScript.
7 replies
CCConvex Community
Created by Rane on 12/15/2024 in #support-community
Convex with Vue/Nuxt
I did take a look at the convex-vue package, but I’m hesitant because it hasn’t been updated in nearly a year, and the Nuxt part of the project seems incomplete. I’m wondering if it’s still up-to-date and how future updates will be handled. Since this would be used across all our company’s products, having official, actively maintained support would be very important. Another option I’m considering is building my own integration, and the convex-vue project could be useful as a reference for that.
7 replies