How to properly authenticate convex functions called via fetchAction and fetchMutation.
Get `Missing CONVEX_AUTH_ADAPTER_SECRET environment variable` with next-auth
dashboard not loading in firefox
Firefox can’t establish a connection to the server at wss://outgoing-panther-899.convex.cloud/api/1.18.2/sync.
I'm now using google chrome without issues, probably something related to browser compatibility, firefox hasn't been in it's prime lately...PRODUCTION ERROR
Could not find public function
``
Ok([Request ID: 2333d44835d22263] Server Error
Could not find public function for 'users:getUserById'. Did you forget to run
npx convex dev or
npx convex deploy`?...
Reporting Phishing
When to query data in a framework's loader vs a route component? Or imported component?
Preferred method for saving formatted text in string fields?
Execution out of memory on httpAction
Javascript execution out of memory
on httpAction
. I'm doing some image processing, any way to up the execution memory limits?
TypeScript not Inferring Query `handler` Type Correctly
How to get request.ip inside a convex server function?
const {ip, userAgent} = ctx.request
const {ip, userAgent} = ctx.request
best way to build ai chat with infinite memory with vector search ?
Convex, react flow and collaboration
can I do this type defenition like in typescript with v validator?
const textData = literals('x','y','z');
const typeOfTextDataInRecord = v.record(textData, v.array(v.string()))
const textData = literals('x','y','z');
const typeOfTextDataInRecord = v.record(textData, v.array(v.string()))
Query, filtering array of IDs
jobs
schema which has a skills
property which is just an array of ID references.
```ts
jobs: defineTable({
title: v.string(),...I can not connect with convex on ubuntu
Passing args to dev --run
--run
flag for convex dev? I'd like to modify how an init script runs based on additional cli args, instead of needed to write several different init scripts.Hey Convex team,

tailwind