No matching export in "node_modules/better-auth/dist/adapters/index.mjs"

Ffmpeg support?
Import storage files from dev to prod with same IDs
custom domain hosted on vercel
Issues with limits/timeouts doing cron jobs on large datasets; infrequent aggregates of data
Convex self hosted using azure?
Convex Autumn Svelte
How to use preload query with authentication
I have a large JSON file with objects, what is the best way to get that into an internal action?
INFINITE loading state

Relative import path not prefixed with / or ./ or ../ from - Convex function
# SERVER_ERROR: [Error: Relative import path "@react-email/render" not prefixed with / or ./ or ../ from "convex:/_deps/S5LTQZFU.js"]
# SERVER_ERROR: [Error: Relative import path "@react-email/render" not prefixed with / or ./ or ../ from "convex:/_deps/S5LTQZFU.js"]
Help with query
Document ID validation in security
v.id(“table_name”) validator. However, I want to be very clear about the behaviour of this validator.
Suppose I have a mutation api that allows caller to mutate a document by supplying the document ID. Can I trust that the user-supplied document ID truly refers to the document in the expected table? Can a malicious user supplies a document ID of a document from another arbitrary data table?
...Uploadstuff Maintenance?
Better-Auth unusable

BetterAuth Uncaught TypeError: dynamic module import unsupported
Convex Mutation & Action Chaining
Hi. Is the backup functionality down for Convex?

Chef not working. It won't work when I prompt him.

Support for overlap date range queries (w/start + end fields)
start and end fields by a date range that isn't at risk of hitting the convex document limit, not by the documents within the date range, but by the nature of the amount of documents I have to scan so I can return a valid result due to how convex allows you to query the db.
- Where the risk is: writing a convex query to get all bookings that start before start AND end after end could likely exceed the 16k limit....