Convex Community

CC

Convex Community

Join the Convex Discord! Explore Convex, the open-source reactive database for app developers.

Join

support-community

show-and-tell

general

self-hosted

announcements

Connection issues

I still have this issue, it’s fully blocking development

alright im on pro same issue...

alright im on pro same issue...

Stickers

Where are you located?

Resend

Hi guys, I have a question I want to send emails using convex, better-auth and resend I saw the post related to that https://www.convex.dev/components/resend but I'm getting a lot of issues trying to setup the email with react-email For example on image 1 I'm not able to use JSX so I have to convert the entire file to TSX extension...
No description

The Shadow Types

for convex side code (e.g. an action calling a query) i import api or internal from an alternative set of types
import { api, internal } from "../../_convex/shadow";
import { api, internal } from "../../_convex/shadow";
these being generated by the convex helpers which is fully materialized, just the way components already are in the standard _generated/api.d.ts this allows FunctionReturnType to just work on the action reference, and we get full typing (no ts circular error), without creating extra hard coded types catch is, anytime time the query the action uses changes, we need to re run the convex helper...

when im on my protected route and i

when im on my protected route and i signout. the middleware would redirect me to auth page however the url will still say dashboard and things r rendered incorrectly like a bugged rewrite or smth

WorkOS action/mutation question

Let's say I have a mutation called "createChannel". A channel belongs to an organization, so it checks for the presence of an organization and there's none. It schedules an action that will create the organization. And you are saying that it should also create the channel? That means all the mutations on my site need to run scheduled just in case.

they are uploaded by 3rd parties that

they are uploaded by 3rd parties that produce the materials to S3. Convex would mainly serve to know what´s already on the device for offline access, or what needs to be downloaded from CDN

Really appreciate the help, trying to

Really appreciate the help, trying to come up with a solution so that I can leverage Convex for its realtime capabilities and use Postgres for the relational side of things

If you don't mind, yes please 🙏 I want

If you don't mind, yes please 🙏 I want it to run immediately after convex redeploys itself – i.e. nothing external is triggering it

That's super cool! I have a friend who

That's super cool! I have a friend who was a founding engineer at a pen-testing cyber company, so that was pretty cool, cuz he needed clearance, etc. I'm ready to start another business, something with better margins. I'm always also looking for ways to use AI in some clever way that can make me money. Alright, I'll hit you up when I know my schedule for Wed/Thurs...

no I am sorry, it isn't about getting a

no I am sorry, it isn't about getting a type any but here it is : Property 'filter' does not exist on type '"" | { _id: Id<"messages">; _creationTime: number; streamId: string; chatId: Id<"chats">; role: "user" | "assistant"; content: string; isComplete: boolean; }[]'. Property 'filter' does not exist on type '""'.ts(2339)...

I understand Convex can't do much about

I understand Convex can't do much about forms using "" to represent blank values, but the way Convex requires null to represent blank values on the API, and the undefined to represent them in db.patch is creating a lot of boilerplate code (including lot's of types) on what feels like should be a tiny app (https://github.com/pupeno/convex-nextjs-playground). Does anybody have any advice on how to make this less messy?

I haven't tested programmatically but

I haven't tested programmatically but via the dahsboard you can see that I cannot insert in the image above!

if you send me your instance name we can

if you send me your instance name we can restore service

If you're not currently able to access

If you're not currently able to access your deployment, please share your deployment name via this thread or email it to support@convex.dev. We'll prioritize getting it up sooner

I meaaaaan, you should start with fixing

I meaaaaan, you should start with fixing that llm call response, and try to use something like the "action retrier" or workpool to make these better. I've worked with many apps that use the Gemeni API and workflows, it never went up to 10 min, it takes at max 3 min.

I have this error when I try to deploy

I have this error when I try to deploy to production: "503 Service Unavailable: ServiceUnavailable: Service temporarily unavailable" Can someone help me out?

Affected free deployments are coming

Affected free deployments are coming back online. We'll prioritize getting your deployment up faster if you share your deployment name via support@convex.dev or in this thread.

28/10/2025, 10:36:42 pm [CONVEX A(

28/10/2025, 10:36:42 pm [CONVEX A(products/ai/actions/image_generation_helpers:storeAndRegisterImage)] Your request couldn't be completed. Try again later. getting these errors the action just fetches an image from url and saves it this action exists in "use node" file...
Next