v
v
CCConvex Community
Created by v on 4/20/2025 in #support-community
Slow Deployment Times
Current deployment speed is 29.6 seconds. Created the same project on a new deployment, and compile speed was 4.6 seconds. Seems like the issue is tied to either the directory or the deployment itself. Here's what I've tested: Reinstalled node modules. No change. Cleared app data (just my app data, not components yet). Still 30 seconds. Deleted all BetterAuth data. No improvement. Cleared ratelimit component. No effect. Checked workpool. It was already empty. Cleared aggregate. Still no fix. Then I tried using the new deployment's envs in the original slow deployment. That fixed it—speed dropped to 6 seconds. Something's wrong with the good-buffalo-538 deployment. Any thoughts?
15 replies
CCConvex Community
Created by v on 3/22/2025 in #support-community
After a query is cached, is calling it again free until its invalidated?
Also how is the cache invalidated, other than changes to the data? Is it on a specific timeframe too ?
4 replies
CCConvex Community
Created by v on 6/17/2024 in #support-community
Issue with Type Errors when Exporting Routes with ActionCtx result.
No description
15 replies
CCConvex Community
Created by v on 6/1/2024 in #support-community
Advice. When to choose convex over alternatives? benefits caveats etc.
I have a question I'd like to be answered unbiasedly. I would like to know what would be a better option for creating a realtime application that does the following, friend system with realtime online status, group chat/dms, etc? The majority of the question stems from development experience and security. I personally would like to use convex, but my partner is HEAVILY leaning towards appwrite (due to only size/community). If there's an argument to why or why not we should use convex, what would it be? I feel that both of the options are good however I still have questions regarding row level permissions. Sorry for the potentially controversial question, I do not wish to create any drama or argument below. Just seeking thoughts on this. Looking forward to reading the response! ps: we will also implement some AI related features in a separate yet related project
12 replies
CCConvex Community
Created by v on 5/30/2024 in #support-community
Question on Convex Auth0 and Lucia OAuth Providers
Does https://docs.convex.dev/auth/auth0 require cookies to be enabled, or does it only use local storage? I can't use cookies at all due to Tauri's custom protocol. Additionally, does the Lucia example already support adding OAuth providers?
6 replies