Convex Community

CC

Convex Community

Join the community to ask questions about Convex Community and get answers from other members.

Join

support-community

show-and-tell

general

self-hosted

announcements

http actions via traefik

No it does not. Does it need to? Traefik just act as a reverse proxy, for example requests to https://convexpublic.mydomain.com/.well-known/openid-configuration are proxied to http://localhost:3211/.well-known/openid-configuration

coolify + postgres

2025-02-15T18:53:23.081956Z INFO convex_local_backend: Starting a Convex backend 2025-02-15T18:53:23.082164Z INFO convex_local_backend: Sentry is not enabled. 2025-02-15T18:53:53.116559Z ERROR common::errors: Caught error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Postgres timeout ...

convex auth on self-hosted

I tried both
http://127.0.0.1:3211
http://127.0.0.1:3211
and
http://localhost:3000
http://localhost:3000
but it gets stuck
No description

relative URL without a base.

Hi, Trying to get the self-hosted version up and running. Cannot figure out how to get past this error when using the default docker-compose.yaml Caught error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): relative URL without a base....

convex dev --local

any eta on convex-local? quite interested in that due to local-first 😄

Build issue

and still I'm having build issue (just run-local-backend) but when I try in terminal this:
convex-local-backend.exe run-local-backend
convex-local-backend.exe run-local-backend
...
No description

>2024-10-14T23:44:30.886140Z ERROR

>2024-10-14T23:44:30.886140Z ERROR common::errors: Caught error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): The provided deploy key was invalid for deployment 'convex'. Double check that the environment this key was generated for matches the desired deployment.: Access token authorization is not supported does nayone get this error? im using the correct admin key...

Hi, I'm running the convex open source

Hi, I'm running the convex open source backend, which works great locally. I wanted to expose it through a cloudflare tunnel so I could access it from other devices, but when I expose port 3210 (which is what I saw being used in the just file) through a cloudflare tunnel to my domain at convex.---.com, and then replace the --url param with the new url, it doesn't work. I see the following error from just just convex dev command ``` ✖ Error: Unable to run schema validation on http://convex.---.com...

i've already read all the documentation

i've already read all the documentation, but I couldn't find any answers to my questions. It feels like the developers have abandoned the open-source version of the project

how can I get into the dashboard after

how can I get into the dashboard after running the backend locally?

wow that's so cool!

wow that's so cool!

im scared to run `cargo build --release`

im scared to run cargo build --release on the backend my laptop might burn up 💀 😭

for the last 10mins ive been reading

for the last 10mins ive been reading some of the convex source code, its massive and clean props to all the hard workers on this project! Also surprised at the almost total lack of code comments in the code base.