Setting up a self-hosted instance
i tried to change it but it gets overwritten every time i run
npx convex dev
7 Replies
That might be because of your CONVEX_DEPLOY_KEY, I think that you're supposed to only have
CONVEX_SELF_HOSTED_ADMIN_KEY
/CONVEX_SELF_HOSTED_URL
/CONVEX_URL
so i should remove that env var?
i think also VITE_CONVEX_URL is supposed to be there even if not mentioned in the self-hosting guide
ok something changed

i removed CONVEX_DEPLOY_KEY and CONVEX_DEPLOYMENT
weird it says it's not supported tho
since it runs in docker compose
ok now i see the functions

so it's just a bug in the CLI apparently
it actually works
CLI should return the dashboard url (
http://localhost:6791/
) instead of giving that warning/error messagenow i just need a way to fix this

