TheNinjrKillr
CCConvex Community
•Created by TheNinjrKillr on 8/4/2024 in #support-community
Nodemailer as external package not working
Hi all!
I have a project using nodemailer in a Node Action environment, but I'm getting this error:
✘ [ERROR] Could not resolve "nodemailer" convex/node_emails.ts:6:28: 6 │ import * as nodemailer from "nodemailer"; You can mark the path "nodemailer" as external to exclude it from the bundle, which will remove this error../convex.json convex/node_emails.ts What am I missing? It's got to be something obvious 😅
3 replies
CCConvex Community
•Created by TheNinjrKillr on 4/29/2024 in #support-community
Convex+Clerk lack of Auth within preloadQuery
6 replies
CCConvex Community
•Created by TheNinjrKillr on 2/11/2024 in #support-community
Error on 3-expression Index
I've got this model in my schema:
And this mutation:
And I'm getting these two errors:
convex/auth/account.ts:27:40 - error TS2345: Argument of type '"by_provider_and_type"' is not assignable to parameter of type '"by_user" | "by_provider" | "by_creation_time"'.
convex/auth/account.ts:27:109 - error TS2339: Property 'eq' does not exist on type 'IndexRange'.
Anyone have any suggestions?4 replies