Plans to support functions returning delta updates?
How to use redirectTo with Convex Auth with Discord
state
, but it strips all other params. I could put the redirectTo
value in the state
param, but then how can I get Convex Auth to see it and redirect to it after authenticating?
It seems Convex Auth puts the value of redirectTo
into a cookie. This doesn't work for my use case, since I'm having the user initiate authentication from a button in Discord. Looking at the source code, would y'all be OK if I added support for the discord state param containing a value for redirectTo? Perhaps JSON encoded?
How can I modify the source code of convex auth and test it out? When I change the node module it doesn't seem to have an effect....Cannot find module '@convex-dev/sharded-counter/convex.config' or its corresponding type declaration
Cannot find module '@convex-dev/sharded-counter/convex.config' or its corresponding type declarations.ts(2307)
...cant manage to make worker pool enqueued action execute
{"component":"workpool","event":"enqueued","workId":"jx77pefgevckvvy90tgvf9psf97e8nmm","fnName":"telegram/telegram_workpool:sendMessageAction","runAt":1744953521376,"enqueuedAt":1744953521381}
{"component":"workpool","event":"enqueued","workId":"jx77pefgevckvvy90tgvf9psf97e8nmm","fnName":"telegram/telegram_workpool:sendMessageAction","runAt":1744953521376,"enqueuedAt":1744953521381}

Object has too many fields when importing values with nested objects
How can I properly store Tiptap's deeply nested JSON editor content in a table?

Auth Provider Discovery Failed
Local Dev Deployment - Offline
Stuck at "bundling modules for convex's runtime
Can u any help me fixing this network error?

One to one relationships vs returning partial records
Broken login for nextjs app in turbo-expo-nextjs-clerk-convex-monorepo
Custom Metadata/Extending Schema
label
for the label that is on the field. Or other things like input_type
which may be the type of input control to use.
Is it possible to do this and also read the schema in our application?...Clerk v6 and nextj 15 Not working with convex
Add a query filter for empty value
unset
a property and filter by this property, this filter should consider all possible falsey value, something similar to lodash's isEmpty
https://lodash.com/docs/4.17.15#isEmpty...Code generated include {` and `}
``tsx
//App.tsx
{
import { InventoryDashboard } from "./components/InventoryDashboard";
import { SignInForm } from "./SignInForm";
import { SignOutButton } from "./SignOutButton";...
Clerk installation failing with convex
Recommendation for securely serving files > 20 MB
AI Agent