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

Functions limits

[URGENT QUESTION] How many convex functions can be running at once for a given project? On professional plan

convex reset password error

I was able to get all the code in, but getting this error convex development logs: ```js 400 Bad Request: InvalidModules: Hit an error while pushing: Loading the pushed modules encountered the following...

Just to get something straight in my

Just to get something straight in my head with Convex and the provided React hooks, if you do something stupid like render multiple of the same component in a .map() and inside each of those components is a useQuery() with the same API endpoint and arguments, does the convex provider dedupe those queries in a way that it will only run a database query one time and then any subsequent useQuery() calls will use a local version of that data?

platform status?

is the platform down guys?

hey convex team, i got a really cool

hey convex team, i got a really cool project idea, convex + raycast

Will it ever be possible to use

Will it ever be possible to use something like bun patch for third-party node modules that will run within the Convex environment? Every time we save a file within the ./convex folder, the change gets deployed to the convex database. I'm assuming that you guys do your own dependency install process and don't care what's in my local node_modules folder. The issue I'm having is that I found a bug in a 3rd-party library and I'm not able to patch it until my PR is merged so I can use the bug f...

offline sync

Just feels like a few loose discussions so far (great they're thinking about it), would love to know if its in development yet and rough estimate on when basic offline/online sync will be available.

convex + tanstack -- why etc.

Hey folks! For some reason I cant really define im really stoked on Tanstack. However, I am a diehard Convex user. I know they both play nice together. My question is: if Convex handles state changes in realtime, why would I want to use another layer of management (query) on top of my Convex functions? ❤️

Is convex down?

Is convex down?

Svelte SSR

@ballingt So I'm getting an error when switching between statuses. ```ts <script lang="ts"> import { page } from '$app/stores'; import { useQuery } from 'convex-svelte';...
No description

One of the use cases I’m considering for

One of the use cases I’m considering for convex involves mapping records on a map. It would be multiplayer in nature. Since this may result in many many queries as a user panes the map around and applies filters, I’m wondering if this would blow through the function call limit. Compared to using postgis + pg for example ? Not sure if this is totally correct assumption but just curious...

Hi, everyone. I'm considering using

Hi, everyone. I'm considering using Convex for a react app where the input is an image(of a product) provided by the user, and the output should be the info of the product in the image. This would be a basic customer support app where the user take a picture of the product he has problems with and the app recognizes the product using the image and provides info(FAQs or related). The idea would be to vectorize all the product images, save them in a vector DB, and use it for a vector search. I have found examples using Supabase as the DB. How suitable would be Convex for this project? Do you have any sample project/repository I could use as a reference?Thx for your help....

Default values for fields

```ts export default defineSchema({ users: defineTable({ firstName: v.string(), lastName: v.string(),...

Use of Node.js with Python client

But why should I use node when I am not even using it for the code. Like If I am using python I'll need to use node to setup the env. Don't you think it is a bit of a overkill as I have to perform so many steps to setup convex for python.

Usage page clarity

feedback: on the usage side of the dashboard, it would be great for many of us to have a percentage of the used along with the numbers. would this be possibile?
No description

I am making an ecommerce site and

I am making an ecommerce site and thinking to use convex but can't really able to get it

How many people viewing website

I want to display how many people are viewing my website (and display this number on the website). How can I do this with convex?

Does anyone have a provider suggestion

Does anyone have a provider suggestion for getting inbound emails to convex ?

```http://localhost:3000/?code=

http://localhost:3000/?code=96547846
http://localhost:3000/?code=96547846
Is this supposed to happen after the discord login wiht convex-auth?...

Change on functions page

new dashboard bug? If i click functions, every file is expanded-defaulting to open and not remembering a closed state. at nearly 400 functions its a long list..