1.17.1 all functions exported from _generated/server now have "any" type for ctx and args

Search for subdomains in string field
customQuery methods not findable from other package

Pricing
Preview Deployments and SITE_URL for Convex Auth
SITE_URL
(Required for Convex Auth) because the URL is based on the git branch name, essentially dynamic for each preview app. What's the recommended way to set the SITE_URL
to the preview app? Otherwise, I'll need to manually set this every time. Not a big deal, but it would be cool to figure this out :).My attempts to run `convex dev` fail to deploy code changes
npx convex dev -v --tail-logs
, I get output about skipped files (the usual suspects about multiple dots and stuff in convex/_generated
), and a raft of Preparing convex/**
messages, but that's it β no messages about deployment.
Over in the dashboard, no updates in my Development deployment instance....[ents] filter by index with a field and order by "updatedAt" instead of "_creation_time"
Sharing data between modal and convex
"New table referralOverview has IDs that conflict with existing table configColumns"
Multi-tenancy
Preload query does not work with dynamicIO
[ Server ] Error: Route "/" used `Math.random()` outside of `"use cache"` and without explicitly calling `await connection()` beforehand. See more info here: https://nextjs.org/docs/messages/next-prerender-random
[ Server ] Error: Route "/" used `Math.random()` outside of `"use cache"` and without explicitly calling `await connection()` beforehand. See more info here: https://nextjs.org/docs/messages/next-prerender-random

Bug: Can't preload a page with pagination

Handling "Too many reads" Error During Mass Deletion in Convex
extra field `ttl` that is not in the validator - cache component

resend not working in internalMutation
from
param). But when I tried to send emails at runtime resend.emails.send()
would give the error
...Disabling query with TanStack Query
Using gemini with openai library working in action but not http action
How to add a dynamic route to the httpRouter