CheQita
CCConvex Community
•Created by CheQita on 8/10/2024 in #support-community
High usage when reactively querying large objects
In 5 days of me developing a few hours a day I managed to blow up the usage of db bandwidth and I figured reactivity was not a good idea on all places for my application. I have now figured out ways to massivly lower my usage with custom query hooks. However it feels like Im getting ratelimited now that my usage has gone over the limit. Would be really nice If you guys could help me out with it. Im still developing and testing out and should not be needed to upgrade to PRO yet.
20 replies
CCConvex Community
•Created by CheQita on 8/8/2024 in #support-community
I really dont get convex auth to work for my setup.
Does convex auth support shared session token between subdomains?
How does convex auth work with hono in http.ts?
1 replies
CCConvex Community
•Created by CheQita on 6/27/2024 in #support-community
Struggle with deployment, please help
Im facing a lot of issues with my production build. Im developing on top of the turbo repo template with nextjs, expo and clerk.
First of all it looks like the npx convex deploy does not find the functions because even thought the build is complete. The functions is not there in production. I have followed the guide convex provides but doesnt work for me. Another issue is with clerk still using the dev url to sign in and I dont know how to make it go to my production one that is my on my custom domain. If anyone has used this tech and deployed succesfully, please give me a helping hand.
First of all it looks like the npx convex deploy does not find the functions because even thought the build is complete. The functions is not there in production. I have followed the guide convex provides but doesnt work for me. Another issue is with clerk still using the dev url to sign in and I dont know how to make it go to my production one that is my on my custom domain. If anyone has used this tech and deployed succesfully, please give me a helping hand.
6 replies
CCConvex Community
•Created by CheQita on 6/26/2024 in #support-community
Can i import types from query-outputs like trpc's RouterOutputs.
In this case Im passing down props of an query that is a combination of db calls and the components props to be typed.
2 replies