Could not find public function
All of a sudden I'm getting:
The query:
I'm using rust and I have 2 queries:
The first one gets executed and the second doesn't?

7 Replies
If I manipulate the users file:
Is there a way of getting more verbose log from convex_backend ? I'm self hosting.
I changed
getUserbyId
to getPants
and it works. š
Are there any prefixes I'm not supposed to use?
It works now fine. Must be a gremlin. closing...Reopening:
I'm getting the issue again. As per the image. It's definitely there but... š¤

In both cases this is a capitalization problem.
getCodebyCode
!== getCodeByCode
.Good catch. I've got it fixed by now!
It would be nice if there was actual feedback from the server insteea of just the usual
ā 15:09:27 Convex functions ready! (179.51ms)
You can! Are you running the binary or the docker image?
Oh nice. Running from the binary.
Hmmm try some Rust logging environment variables? I think those are runtime, not build-time.