Emma
CCConvex Community
•Created by byldr.eth on 3/24/2025 in #self-hosted
Are there any existing self hosting
I added instructions here for using load generator https://github.com/get-convex/convex-backend/blob/main/crates/load_generator/README.md
9 replies
CCConvex Community
•Created by spider on 3/2/2025 in #general
trouble pushing
Should be fixed in the latest release! https://discord.com/channels/1019350475847499849/1216859935288201296/1348770561463160894
29 replies
CCConvex Community
•Created by Sernior on 3/6/2025 in #self-hosted
Trouble connecting to mysql locally
sounds reasonable to have a docker container for your mysql cluster for simulating your production setup, or running mysql locally if you're mainly using convex locally.
8 replies
CCConvex Community
•Created by Sernior on 3/6/2025 in #self-hosted
Trouble connecting to mysql locally
Hey! does it work if you use docker compose?
8 replies
CCConvex Community
•Created by frankhuang on 3/5/2025 in #self-hosted
Hi, does Convex support storage provider
It should be in soon, though! I'll update this thread when I release it
6 replies
CCConvex Community
•Created by frankhuang on 3/5/2025 in #self-hosted
Hi, does Convex support storage provider
It probably won't yet work. @Spioune is working on this PR that lets you set the s3 endpoint url https://github.com/get-convex/convex-backend/pull/53
6 replies
CCConvex Community
•Created by kondik on 2/28/2025 in #self-hosted
now i am trying to make convex auth work
and it worked when you used the cloud product? also to avoid confusion
CONVEX_CLOUD_ORIGIN
and CONVEX_SITE_ORIGIN
are set in the container running your backend. And then your auth environment variables are set with npx convex env
or in the dashboardand should be the same as in the cloud product11 replies
CCConvex Community
•Created by kondik on 2/28/2025 in #self-hosted
now i am trying to make convex auth work
what are
CONVEX_CLOUD_ORIGIN
and CONVEX_SITE_ORIGIN
set to?11 replies
CCConvex Community
•Created by kondik on 2/28/2025 in #self-hosted
now i am trying to make convex auth work
This is correct, the default port serving backend traffic is 3210 and the default port for HTTP actions is 3211. So if you want to remove the
http
you could use a proxy to point a different url to port 3211
. You followed the manual instructions for setting up convex auth?11 replies
CCConvex Community
•Created by Austin on 2/22/2025 in #self-hosted
HTTP
would you be able to try with version
3565c8be03a443fbfee8574733a0e8ab52ee25ae
? I think http actions should be available at 3210/http
or 3211
. Can you see if they work with either?6 replies