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
>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?
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.