Does convex support typescript 5.6?
npx convex dev
:
[ERROR] No loader is configured for ".tsbuildinfo" files: convex/tsconfig.tsbuildinfo
[ERROR] No loader is configured for ".tsbuildinfo" files: convex/tsconfig.tsbuildinfo
Server ErrorUncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string
Server Error
Uncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string
Server Error
Uncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string
Issue with Canceling a Scheduled Task – How to Retrieve and Pass Task ID to Frontend
Can I use Tanstack Start Without react-query
Schema validation succeeds when adding a non-optional field to a union variant
Github Authentication issue with React Vite

Basic Auth for log stream webhook
https:username:password@domain.com/path
https:username:password@domain.com/path

Setting Up Convex Auth In Mono Repo
Convext Ent - Custom Error Message
defineEnt({}).field('email', v.string(), {unique: true}) - i want to have a message if email is not unique.
defineEnt({}).field('email', v.string(), {unique: true}) - i want to have a message if email is not unique.
Using Convex query gives Cannot find module '@/convex/_generated/api'
const activePrompt = await useQuery(api.prompts.getActivePrompt);
const activePrompt = await useQuery(api.prompts.getActivePrompt);
Run convex from AWS lambda
Unable to push Convex functions `Function execution timed out`
Advice on Convex & OpenAI Assistants API: Real-Time Reactivity, Data Redundancy, & Collaborative UX
Optional One-To-Many Issue - Ents
Is using Convex Ents encouraged/recommended?
Paginated Query With Empty String Argument Gives Unexpected Results
File Storage Read Permissions - Currently World-readable!
Unable to get Tanstack Trellaux Start working
CONVEX_DEPLOYMENT
and CONVEX_URL
so not sure why the error is saying missing envar CONVEX_URL
...
Is nextjs recommended with convex? or not ideal?