Paul
Paul
Explore posts from servers
CCConvex Community
Created by Paul on 2/12/2025 in #support-community
Could not find public function
Oh nice. Running from the binary.
11 replies
CCConvex Community
Created by Paul on 2/12/2025 in #support-community
Could not find public function
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)
11 replies
CCConvex Community
Created by adam on 5/6/2024 in #support-community
Database row version history?
If I'm not wanting to use airbyte or fivetran as I'm self hosting. Is there a way to achieve this? Happy to write something myself and fork the code. 😄
11 replies
CCConvex Community
Created by Paul on 2/12/2025 in #support-community
Could not find public function
No description
11 replies
CCConvex Community
Created by adam on 5/6/2024 in #support-community
Database row version history?
but nothing like cdc with is a stream ?
11 replies
CCConvex Community
Created by adam on 5/6/2024 in #support-community
Database row version history?
How far off in the future is this?
11 replies
CCConvex Community
Created by Paul on 2/12/2025 in #support-community
Could not find public function
It works now fine. Must be a gremlin. closing...
11 replies
CCConvex Community
Created by Paul on 2/12/2025 in #support-community
Could not find public function
I changed getUserbyId to getPants and it works. 😂 Are there any prefixes I'm not supposed to use?
11 replies
CCConvex Community
Created by Paul on 2/12/2025 in #support-community
Could not find public function
Is there a way of getting more verbose log from convex_backend ? I'm self hosting.
11 replies
CCConvex Community
Created by Paul on 2/12/2025 in #support-community
Could not find public function
If I manipulate the users file:
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/api.d.ts
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/api.js
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/dataModel.d.ts
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/server.d.ts
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/server.js
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/schema.ts
[verbose] 2025-02-12T15:09:27.465Z Preparing convex/tokens.ts
[verbose] 2025-02-12T15:09:27.465Z Preparing convex/users.ts
Convex's runtime modules: [ 'tokens.js', 'users.js', '_deps/YB7C7KE2.js' ]
Remote config will be overwritten with the following changes:
Delete the following modules:
[-] users.js
Add the following modules:
[+] users.js (1.2 KB, source map 2153)

✔ 15:09:27 Convex functions ready! (179.51ms)
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/api.d.ts
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/api.js
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/dataModel.d.ts
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/server.d.ts
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/_generated/server.js
[verbose] 2025-02-12T15:09:27.465Z Skipping convex/schema.ts
[verbose] 2025-02-12T15:09:27.465Z Preparing convex/tokens.ts
[verbose] 2025-02-12T15:09:27.465Z Preparing convex/users.ts
Convex's runtime modules: [ 'tokens.js', 'users.js', '_deps/YB7C7KE2.js' ]
Remote config will be overwritten with the following changes:
Delete the following modules:
[-] users.js
Add the following modules:
[+] users.js (1.2 KB, source map 2153)

✔ 15:09:27 Convex functions ready! (179.51ms)
11 replies