util/convex is not exported by package "langchain"
export * from "langchain/util/convex";
export * from "langchain/util/convex";
`schemaValidation: false` for some parts of the schema
type
field, and ideally we'd still like to have nice type inference during development, without being strictly limited to storing foreign properties in a document.
A helpful example might be to think about how Notion lets you convert between blocks that have different properties, but if you go from todo
to heading
and back to todo
it still remembers the properties of the original todo
block. Does that make sense?...Convex Ents documentation: code comment // You can now use ctx.table as well:
Convex Auth: Invalid key provided to SecureStore
schema failed to update in dashboard
punycode
module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ...
to show where the warning was created)...useQuery single request
Importing Static Content
middleware
Issue trying to import csv via Airbyte
How to get Clerk user current selected Organisation
Realtime game with convex...?
Self-hosting convex on domain with cloudflare
just convex dev
command (replaced my domain with ---)
```
✖ Error: Unable to run schema validation on http://convex.---.com...punny code
punycode
module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ...
to show where the warning was created)
does everyone get this warning...Deploy individual functions
npx convex deploy --only functionName
provided that the function works with the already deployed schemaUncaught Error: Provider password is not configured
zod return validator in convex-helpers?
Convex Auth Magic Link with Resend: Uncaught Error: Uncaught Error: Index users.email not found.
signIn("resend", formData)
, I'm getting the error:
```bash
error Error: [CONVEX A(auth:signIn)] [Request ID: 09412de9cb7c47e3] Server Error
Uncaught Error: Uncaught Error: Index users.email not found.
at uniqueUserWithVerifiedEmail (../../../../node_modules/@convex-dev/auth/dist/server/implementation.js:881:43)...Convex Auth... Authenticated works but auth.getUserId(ctx) returns null
Convex Auth Apple