Think these docs need updating. Was
Think these docs need updating. Was scratching my head for a while as the docs mix up
/events/polar and /polar/events
Create a webhook and webhook secret in the Polar dashboard, using your Convex site URL /polar/events as the webhook endpoint....
Jump-to-table-definition TS plugin
Hey folks, I made a little TypeScript plugin while on vacation that lets you jump to the definition of Convex tables from your TypeScript code, show them on hover, and find their references:
https://github.com/xixixao/convex-typescript-plugin
Hope some of you find it helpful! (especially folks with bigger projects, @ampp , @deen , @stefano , @ibrahimyaacob )...
Convex laravel and questions
New to convex, and excited about its possibilities. I am coming from the Laravel PHP world (my tech stack of choice is Laravel 12 + Inertia 2.x, Vue 3.x and Tailwindcss 4.x), which is amazing for building fullstack web applications.
I am curious about Convex because of the realtime functionality (esp the reactive nature of the database)
I have gone through the first part of the tutorial here (Convex Tutorial: A chat app): https://docs.convex.dev/tutorial/
...
chef preview windo
hello, I'm still in the middle of development (chef AI) how do I run my project codebase from the dashboard? How do I get back to my code explorer and preview window in my browser?
Is there a `@vercel/mcp-adapter` or
Is there a
@vercel/mcp-adapter or agents/mcp (cloudflare) for convex, for building mcp servers?🧵 I had a small recommendation for the
🧵 I had a small recommendation for the Android documentation. Thread.
1. Can we set up _id manually (edit that
1. Can we set up _id manually (edit that), or is it not really necessary? Should I just create it using v.id?
2. Sorry if this sounds dumb — what's the difference between "id: v.id " and "id: v.string "? Does v.id automatically create an index or something?...
Workpool
If you're using the oncomplete to schedule the next batch, then Workpool might be a better answer. Depending on what you're inserting (can they be inserted in parallel, have to be linear) you may need to do this: https://www.convex.dev/components/workpool#optimize-occ-errors
**Caching limitations. please consider
Caching limitations. please consider this an official answer thread (for now) 😄
Hello, I'm a company and we're
Hello, I'm a company and we're reflecting about migrating from Firebase to Convex for customer solution. Can we do everything that we can in Firebase, generally we're building mobile app with Expo /React Native. So we globally use auth, storage, firebase store, etc.
BR,...
broken chef project
If you don't care about the data in the db that disconnected, you can share the project and click "clone app in chef" and it'll make a new chat with all your existing messages and filesystem state, connected to a new project
Partial Outage of Convex Deployments
status: one database cluster had a primary failure and is recovering right now, it's affecting a small (but nonzero) number of customers (probably you, @vitorwindberg ). we'll follow up in a few minutes with an update
JWK auth broken
```
Uncaught Error: No auth provider found matching the given token
at async <anonymous> (../../convex/chat_http_action.ts:60:13)
at async invokeFunction (../../node_modules/convex/src/server/impl/registration_impl.ts:80:11)
at async invokeHttpAction (../../node_modules/convex/src/server/impl/registration_impl.ts:442:0)...
Dashboard issue with schema
ok it was some minor trickery i was doing in my schema and while it was typesafe it did not like it on the dashboard