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

COnvex CLI flags

Can someone explain the scripts in the Tanstack Start + Convex template? https://github.com/TanStack/router/blob/8ff884ed4bbcc66bec1e72514c070934543df1f5/examples/react/start-convex-trellaux/package.json#L7 The --once and --run flags don't appear to be in the CLI docs...

Go app Convex updates

ok, so I have convex setup in my go app and can query data. Im sure this is something I just don't understand both about Go and about convex but I have to 'save' in my Go project for it to essentially rebuild if I want to see updated data from convex. so if I go to the convex dashboard, add a task, save, then refresh my project, it won't refresh the data but a save of my code will. could someone point my to my knowledge deficit πŸ˜…...

Using Convex Vector Storage

Hello Guys, I'd like to get your thoughts on vector storage options. I'm considering two approaches: Using ChromaDB for vector storage Storing vectors directly in Convex...

US healthcare

Our company is UK based so i don’t think we need that

Clerk network call not occurring

I'm looking for help please. I have noticed that often times the call to https://balanced-dolphin-8.clerk.accounts.dev/v1/client/sessions/sess_2ojqFIajVEkL6pKY8eFNaAf5xQ4/tokens/convex?__clerk_api_version=2021-02-05&_clerk_js_version=5.33.0&__clerk_db_jwt=dvb_2ojqEK7D9C9qXRdB6uYdMQXSfSO doesn't happen and therefore database calls return undefined. I have no idea why it happens at times and at times it makes the call to get the database data. I'm on a next.js project. Here's my wrapper for my project: ```js 'use client' import dynamic from 'next/dynamic'...

Using Convex with Vercel | Convex Develo...

Hi, we're deploying Convex to Vercel and we're following the guide from Convex website, but the Vercel deployment keeps giving an error where it does not recognize that there a CONVEX_DEPLOY_KEY. The option to uncheck everything except the production environment is also missing from Vercel. I'm following the guide in here:https://docs.convex.dev/production/hosting/vercel It would be great to get some pointers on how to resolve this. Thank you team!...

missing function

When I call the function to delete the annotation based on the ID, this error appears
No description

deno2 CLI support

can convex run with deno2?

Window: focus event - Web APIs | MDN

@Tiger πŸ… ^ and there are also window focus and blur events you can listen to: https://developer.mozilla.org/en-US/docs/Web/API/Window/focus_event

Using dashboard for querying

Dashboard works great for this too, we give you a functions tab for running any function, and let you specify the auth token fields!

Test queries in the browser

Is there a way to hijack the WebSocket and send messages in the network tab (or in another app) via the WebSocket without needing to code this into your app, to test your backend queries?

Token refresh

Hello, I’m building my first project with Convex. I’ve used Supabase a lot, but after trying Convex, it has become my preferred BaaS! A quick question, if I may: I’ve implemented authentication, but I can't find anywhere how token refresh is managed or if there’s a utility function for token refresh. Could you tell me something about this? Thanks!...

Hi all. I'm trying to integrate

Hi all. I'm trying to integrate launchdarkly with convex following the documentation here https://www.convex.dev/components/launchdarkly. When I navigate to the launchdarkly dashboard integration page, I can't find the convex option in the available list of integration options. Is there particular action I should take on part so that convex option becomes available? Thanks

Schema analysis paralysis

I’m working on setting up a project focused around the real estate niche and I find myself getting into analysis paralysis over my schema. At the moment, it’s really the only thing that’s holding me back. Does anyone have any resources they recommend looking into to help with this problem?

Svelte Pagination Support

Thanks Tom, just opened the issue - really hoping we can get pagination support added since it's such a fundamental feature that most apps need πŸ˜„

I am working on a project where I am

I am working on a project where I am using the useQuery hook to connect data with my React application. It's a simple query which fetches a document based on the id. However I don't have the id at hand on initialization. I maintain a state variable to keep track of the currently loaded document id which can be dynamically loaded or empty. What would be a good pattern to link this state variable with the useQuery hook? ...

the issue is i have the env.local from

the issue is i have the env.local from my friend and in that there are api convex and when i add it in my clone repo its not working creating a new convex url friend share me the zip of snapshot how i can fix this issue can anyone help me plz ?

Hi - I'd like to use Convex for our own

Hi - I'd like to use Convex for our own product at our company and in a consulting capacity. One of our clients has a SaaS aspect to their business but lacks technical expertise on their team, so interactive management dashboards (think custom Retool dashboards or Basedash) are a requirement. How are people providing non-technical internal teams dashboards for managing their apps made with Convex?...

Functions limits

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