fawwaz
DTDrizzle Team
•Created by peterstnsz on 6/1/2024 in #help
Supabase + Drizzle + Nuxt 3 + Node - SSL 'SELF_SIGNED_CERT_IN_CHAIN' and drizzle-kit studio issues
I'm in the same boat looking for answers. is it possible that there is no way to do this with drizzle?
5 replies
DTDrizzle Team
•Created by sevenwestonroads on 4/23/2023 in #help
UPSERT many ?
I might be wrong as I'm not an sql expert but @Jan Vorwerk shouldn't you catch all the keys instead of just the keys of the first element in the array, something like this?
14 replies
CCConvex Community
•Created by fawwaz on 11/3/2023 in #support-community
ways to debug and fix slow updates
3 replies
CCConvex Community
•Created by fawwaz on 10/24/2023 in #support-community
Trying to implement 404 but getting validator error
what! 😳 really ?, so if say a userId was passed to the bellow line, we are not always going to get null?
const campaign = await ctx.db.get(args.id as Id<"campaigns">).catch(() => null);
15 replies
CCConvex Community
•Created by fawwaz on 10/24/2023 in #support-community
Trying to implement 404 but getting validator error
15 replies
CCConvex Community
•Created by erquhart on 7/1/2023 in #support-community
Updating the UI for relational batch deletions
would cascading delete be a possible feature that can come to Convex?
11 replies
CCConvex Community
•Created by fawwaz on 10/15/2023 in #support-community
an object with fixed shape but random keys in the table schema
that's not a bad idea, thanks @Michal Srb
3 replies
CCConvex Community
•Created by iZeus on 10/13/2023 in #support-community
I have to use VPN.
I think this is also connected to this https://discord.com/channels/1019350475847499849/1133322692032995388/1150060033950879776
8 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
great!, thanks @ballingt will take a look soon
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
no worries @ballingt appreciate your help and let me know what you find out 🙂
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
38 replies
CCConvex Community
•Created by fawwaz on 9/16/2023 in #support-community
Cannot find module error when deploying to Vercel
thanks million @ballingt , the codegen step fixed the issue
3 replies
CCConvex Community
•Created by vg on 9/15/2023 in #support-community
Clerk + Convex: is there a need for a user table in convex?
Yup I used that and it was a great starting point, unfortunately the example doesn't consider authorizations. For my case I started by doing the same with the for organisations and memberships as the user table (sync with clerk), this turned out to be a really buggy approach with too many edge cases. Like for example when I hit use case where I need to support document sharing with team members and external collaborators. I had to navigate how to handle adding collaborators that don't exist on the user table, find out that you can't trigger actions inside a query, and the limitation of the clerk api when it doesn't have the request context.
A template with (even opinionated one ) that just work would be a huge relief.
29 replies
CCConvex Community
•Created by vg on 9/15/2023 in #support-community
Clerk + Convex: is there a need for a user table in convex?
I can second that an article or full demo would be great. I'm building an app and it took me nearly a weak experimenting with different approaches with clerk and convex for better authentication and authorizations flows. For my case at least it was too painful to have much of auth logic unaccessible by the app, hence I decided to use clerk just for auth, and handle organisations, teams, roles all within convex.
29 replies
CCConvex Community
•Created by fawwaz on 9/12/2023 in #support-community
convex dev server can take up to minute to update, what can I do?
18 replies
CCConvex Community
•Created by Gorka Cesium on 7/25/2023 in #support-community
ENOTFOUND provision.convex.dev
Yeah that was also my thought but I doubt my ISP know Convex let along decide to block. My guess they are blocking something that somehow is linked to Convex
17 replies