makrdev
CCConvex Community
•Created by makrdev on 3/18/2025 in #support-community
R2 Store Method
Hey @erquhart, thanks! I got this error from store method:
[TypeError: readableStream.getReader is not a function]
18 replies
CCConvex Community
•Created by makrdev on 3/18/2025 in #support-community
R2 Store Method
Thanks for quick response. Glad you found it useful too. Keep up the good work!
18 replies
CCConvex Community
•Created by makrdev on 3/18/2025 in #support-community
R2 Store Method
I had to delete and install it again. Now it works, so thanks for your support @erquhart
Two more things:
1) It would be great if we can pass custom metadata.
2) It would be great if we can pass custom key. (Since we call this in server it's secure?)
18 replies
CCConvex Community
•Created by makrdev on 3/26/2025 in #support-community
LocalDeploymentMismatch
I deleted this folder and re-created the local deployment from scratch.
~/.convex/convex-backend-state/
3 replies
CCConvex Community
•Created by makrdev on 3/18/2025 in #support-community
R2 Store Method
Thanks!
18 replies
CCConvex Community
•Created by makrdev on 3/18/2025 in #support-community
R2 Store Method
Yeah, I'm on the latest version.
18 replies
CCConvex Community
•Created by Nishil Faldu on 1/30/2025 in #support-community
Lets say there are a lot of apps...
Hey @Nishil Faldu how did you solve this issue?
21 replies
CCConvex Community
•Created by ianpaschal on 2/25/2025 in #support-community
How to re-organize api structure?
Yes, you can put all related functions into a single file.
A pattern I follow is:
collections(folder) > users.ts (schema and all the functions)
6 replies
CCConvex Community
•Created by Corbi-Wan Kenobi on 1/26/2025 in #support-community
Using pagination in convex vs something like TanStack Tables?
What comes to mind is calculating total count with aggregate component and calculating number of pages based on total count / page limit
22 replies
CCConvex Community
•Created by makrdev on 12/24/2024 in #general
makrdev's Thread
There was an error in one of the cascade triggers, and it prevented all of them deleting other resources. Is that what you mean by 'transactional'?
8 replies
CCConvex Community
•Created by makrdev on 12/24/2024 in #general
makrdev's Thread
@lee Hey Lee, what do you think about the solution I shared above?
8 replies