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

Hi There!

Hi There! I installed convex locally and have it rendering in my browser, but after signing in, it keeps prompting me to "Please select a team". My email address belongs to a team, so not sure how to resolve this issue? Any advice would be appreciated....
No description

Self-Hosting with Convex: Everything You...

Hi, trying to self-host convex on Fly.io using this guide. Any setup tips to avoid struggle? https://stack.convex.dev/self-hosted-develop-and-deploy...

Hey all, when trying to deploy to a self

Hey all, when trying to deploy to a self-hosted convex instance through a github action i get the following error: ``` Run bunx convex deploy
- Deploying to ***......

Hi I have been running a self hosted

Hi I have been running a self hosted convex instance with MySQL backend for a side project. I noticed that the document table growth is linear even when the amount of documents in the system is stable. From the very helpful doc AI I have learned. ...

how much cheaper is it to run convex on

how much cheaper is it to run convex on railway? my issue with the managed service is the db bw costs are quite high

Yes, I use Convex Auth. Which auth

Yes, I use Convex Auth. Which auth component do you use? NextAuth? Changing auth component is a solution, thank you

because i dont have to really worry

because i dont have to really worry about sql queries with convex idk how to make the decision :c which one do you recommend?...

Using CloudNativePG/ssl database for the convex backend

After a lot of banging my head, and some unexplainable errors, I've got it to work 🥳

Any chance non https auth can be allowed

Any chance non https auth can be allowed on self hosted in a LAN setup? ```ts ✖ Error: Unable to push deployment config to http://192.168.10.250:3210 ✖ Error fetching POST http://192.168.10.250:3210/api/push_config 400 Bad Request: InvalidAuthConfig: Hit an error while pushing:...

I did see I can move it to a

I did see I can move it to a horizontally scalable db with HA like Postgres, do you know the backend server itself can be horribly scaled or sharded in any way? I read somewhere that you are hard limited to a single instance.

I thought self hosted didn’t have

I thought self hosted didn’t have limitations 😯

any of yall had CORS issues when doing

any of yall had CORS issues when doing better auth with convex? in particular i had CORS issues (deployed using coolify), but no issues when using the cloud version would appreciate if anyone can point me to the right direction on how to fix the cors issues...

If someone opts to self host Convex, is

If someone opts to self host Convex, is it possible to set up a single deployment to host multiple databases in a multitenancy scenario?

Instance taking very long to boot and when it boots it's extremely slow?

If someone can help me troubleshoot why my instance is taking very very long to boot up I'd appreciate It's using sqlite and local store for files and I'm storing quite a lot of files, database is 4GB~ and the data folder of the container is around 8.3GB I want to know what's this searchlight step taking upwards of 30 minutes to init, I'm guessing it has something to do with searchIndexes? Is this normal?...
No description

if we self-hosted convex, how to

if we self-hosted convex, how to Horizontal scaling?

I wonder if we can use turso instead of

I wonder if we can use turso instead of convex default seflhosted / local sqlite 🤔

Database Naming Process · Issue #432 · c...

Interesting, well unless I am missing something the amazon docs don't actually give any information regarding naming constraints, opting to only tell you at creation. I just wanted to spin a local instance up using a random database I had handy that happened to be on a server using CloudPanel. They seem to be under the assumption underscores are not supported on RDS https://github.com/cloudpanel-io/cloudpanel-ce/issues/432 Regardless though, I do think having an option to set a custom database name that is not intrinsically tied to the instance name would be preferred....

was looking for the same, but doesn't

was looking for the same, but doesn't seem to be a priority at the moment, our team was looking into it thinking of using it to build our fintech dashboard for our merchants but had dropped the idea since it'd mean vendor lock-in now and the cloud version doesn't seem to have hard limit on billing yet (the calculator on the pricing seems to suggest we can bump into the same billing nightmare like firebase if we make silly mistake in our code logic)

Hey all. Could it be that docker image

Hey all. Could it be that docker image ghcr.io/get-convex/convex-backend:6efab6f2b6c182b90255774d747328cfc7b80dd9 has some bug or so? I often get randomly Lease not found. Using the release before works well.
Next