jihad khorfan
jihad khorfan
hi did you find a solution for this error ... same thing happens to me
Yes, definitely, if you can add local host convex to the mix, it would be incredible thanks
i am using the following docker-compose.yml to host convex backend and dashboard on docker ``` services: backend: image: ghcr.io/get-convex/convex-backend:be8a4f397810ce3d04dc3cb32bc81969fe64685a ports: - "${PORT:-3210}:3210" - "${SITE_PROXY_PORT:-3211}:3211" volumes: - data:/convex/data environment: - INSTANCE_NAME=${INSTANCE_NAME:-}...
i followed all the instruction but not it gave me ``` Program Files/Git/convex/db.sqlite3: Error code 14: Unable to open the database file 2024-12-19 15:46:38 2024-12-19T12:46:38.211539Z ERROR common::errors: Not reporting above...