cyremur
cyremur
CCConvex Community
Created by cyremur on 12/17/2024 in #support-community
convex.cloud requests blocked by malwarebytes
I just had a usertest session of my app and the user reported that links to my convex.cloud deployment were blocked by malwarebytes so we couldn't do any testing. Has this happened before? Do we have any idea what could cause this?
2 replies
CCConvex Community
Created by cyremur on 11/29/2024 in #support-community
Index on optional nested properties
No description
5 replies
CCConvex Community
Created by cyremur on 10/10/2024 in #support-community
auth/core and convex-dev/auth seem to have diverged in typing
No description
3 replies
CCConvex Community
Created by cyremur on 9/30/2024 in #support-community
Delta updates on query? - understanding bandwidth
No description
25 replies
CCConvex Community
Created by cyremur on 9/26/2024 in #support-community
Convex function Auth only
Is there a way to reject convex function calls without Auth token on a Middleware level? I'm hoping to mark a convex function as Auth required in the backend and reject any calls without. Or is the best way to do that to check getUserId === undefined on start of the handler?
3 replies
CCConvex Community
Created by cyremur on 9/19/2024 in #support-community
Convex Auth discord roles
Hi there! How well does convex Auth match the next Auth implementation? Is it feasible to configure it to put discord roles into profile via oauth similar to this article for next-Auth? https://hwhite.dev/blog/next-auth-discord-roles#setup
7 replies
CCConvex Community
Created by cyremur on 9/16/2024 in #support-community
convex@latest with vite / convex auth starter kit streamlining
Hey some suggestion for the npm create convex@latest with vite / convex auth starter kit. First of all, looking great, was up with a discord login chat app in a couple minutes and it translates well from next-auth setup. However, I stumbled a bit for the vite SITE_URL and JWT env var setup and had to go back and forth between a couple doc pages. Can we add the generateKeys.mjs script to the starter code in case I picked convex-auth in CLI and maybe even make that script execute the convex env set calls?
7 replies
CCConvex Community
Created by cyremur on 3/9/2024 in #support-community
Spending limits?
I'm considering upgrading to paid plan from starter, but I would only consider that if there is a guaranteed ceiling on monthly spend. Is this currently an option?
6 replies
CCConvex Community
Created by cyremur on 7/31/2023 in #support-community
Do you have to use exactly one schema.ts?
I'm thinking about splitting up app logic schema and auth logic into two different schemas and I'm wondering whether those can be two files or if I will have to put them all in one file.
3 replies
CCConvex Community
Created by cyremur on 7/27/2023 in #support-community
How to understand database bandwidth
So in my use case database bandwidth is likely going to be the most crucial factor. However, I'm unsure what exactly would be considered database bandwidth? Updating data via function? Most certainly Reading data in a function? Probably Subscription triggers of a useQuery on changed data? No idea
36 replies