Hi Everyone, I'm trying to self host
Hi Everyone, I'm trying to self host convex on the coolify but I got some issue. this what I did I create a coolify project and I deployed my next js project on it I add the environement varilables (CONVEX_SELF_HOSTED_ADMIN_KEY and CONVEX_SELF_HOSTED_URL) I added a convex service on the same coolify project and there I got 2 services (backend and dashbaord) and I can go to the dashbard via the generated adminkey the backend is up and runing. I got visite my nextjs application where the main root is the login page for my app. but on my convex dashboard I can't see any table of function. Also I run into the nextjs terminal npx convex dev but nothing is working
1 Reply
sounds like you got Convex working. What's the issue?
You can see the functions from the functions tab on the dashboard.
Try following the self-hosted guide here
https://github.com/get-convex/convex-backend/tree/main/self-hosted#self-hosting-convex
GitHub
convex-backend/self-hosted at main · get-convex/convex-backend
The open-source reactive database for app developers - get-convex/convex-backend
