Convex Community

CC

Convex Community

Join the Convex Discord! Explore Convex, the fullstack TypeScript platform for developers and startup founders.

Join

support-community

show-and-tell

general

self-hosted

announcements

Invoking actions whenever a document is created/edit in a table

Yes. I am currently following your suggested approach. Will convex add this feature in future? Firebase has this feature to call functions when a doc in firestore is added/changed....

Puppeteer in convex

is it possible to use puppeteer in convex actions? I am getting the following error ``` ✖ Error: Unable to push deployment config to https://exuberant-perch-307.convex.cloud...

Input & Output Validators | tRPC

Are there any thoughts on adding output validators for functions to complement arg validators, similar to tRPC? https://trpc.io/docs/server/validators#output-validators I love those coz 1) they make sure the return type is not changed when you change things in functions AND ...

optional fields

I have a field of type v.optional(v.string()). How can I set the value to undefined? When I call db.patch with value: undefined, that seems to have no effect?...

Just another user s opinion so the team

Just another user's opinion (so the team may correct me here): The main caveat I'm aware of is Convex not (yet) having a solution for SSR, so you'd need to use Next with client side rendering. If that's not an issue for you, I'd say pick the one that works best for your project in general, Convex should work great with either.

Hey team I ve been playing around with

Hey team, I've been playing around with Convex and I'm seriously impressed. Our current stack is .NET Core-based API with a Remix (https://remix.run) frontend. We have a few large, hairy workflows (for which we're using Temporal), but a lot of our app is quite simple, and desperately needs a better UI story. Is there a recommended pathway for migrating onto Convex piecemeal? Other than the sync API, is there a way for our .NET backend to get access to data in Convex? Or do we need to move everything at once? Cheers 🙂...

Where is the docs on `skipping` querys

Where is the docs on skipping querys in convex? Say if the data is invalid?

convex env pull

We just started using Convex actions for integrating with https://knock.app/ and we've set up some Convex env vars with API keys etc. Is there anything like Vercel's vercel env pull to distribute envs to developers?

SSR with “session resumption”

Is there an ETA for server side rendering with e2e reactivity? Ik this is a hard problem to solve and I’m curious if you guys have seen any promising approaches yet thru experimentation

Indy I m using nextjs are there any

@Indy I'm using nextjs, are there any other sources that also work?

Identity in scheduled functions

Hi I am calling a mutation1. in its ctx arg I can get the user's identity object (ctx.auth.getUserIdentity()) when I execute mutation2 via a scheduler from mutation1 (i.e mutation1 calls mutation2 via scheduler), that identity object is lost...
No description

Scheduling, AWS, and form validation

Hi All, new to Convex here, building out a multi-tenant app to interface with custom hardware, and I have been using SST so far, but this platform looks like a game changer for building apps in a super easy way, and should help me get to production sooner! I just had a couple of questions that I couldn't see a direct answer for on the docs: 1. Is it possible to make a schedule that will run at a specific timestamp, dynamically, based on the user input? I noticed the runAt function, but wasn't sure if that can be called dynamically with another function/action, or if that's effectively a IaC construct. For instance, a user will select a date-time using a calendar / time UI on the front-end, and then the backend will need to create a schedule for some action to run based on that date-time submittal....

Built-in Auth?

Doesn't work for mobile

Convex Errors types

```ts if (!identity) { throw new ConvexError({ message: MISSING_AUTH, severity: 'WARN',...

Template for my project?

Hello @Jamie, Would you like to add this project to Convex templates? https://github.com/musabdev/roomgenerator

No autocompletion for HTTP client

```jsx import { NextResponse } from "next/server"; import { ConvexHttpClient } from "convex/browser"; import { api } from "@/convex/_generated/api"; ...

internal server error on push

Hello Convex community, I am having the following error at the moment. I didnt change anything, yesterday everything worked without any problems :(
No description

prefix search

Hey all, just wanted to check and see if there are any updates on the prefix search mentioned in this thread: https://discord.com/channels/1019350475847499849/1019350478817079338/1095351649943433216