eric
CCConvex Community
•Created by milk enjoyer on 2/11/2024 in #support-community
Most efficient way to count (more than 16k entries)?
Thoughts on adding a flag in the docs about running mutations serially / avoiding Promise.all for this case? In my time using Convex, I've generally never thought much about concurrency because of the OCC and Atomicity page saying "there's no need to worry about conflicts, locking, or atomicity"
34 replies
CCConvex Community
•Created by eric on 8/16/2024 in #support-community
Custom node loader?
Worked! Many thanks for the response
3 replies
CCConvex Community
•Created by eric on 4/10/2024 in #support-community
auth config file must include a list of provider credentials: Invalid provider domain URL
Thanks so much
4 replies
CCConvex Community
•Created by eric on 4/10/2024 in #support-community
auth config file must include a list of provider credentials: Invalid provider domain URL
Yes, I'm foolish — I wasn't careful and copy/pasted the prod key into the clerk issuer domain
4 replies
CCConvex Community
•Created by eric on 12/25/2023 in #support-community
ArgumentValidationError only in prod deployment?
Oh, version skew that makes so much sense! Thank you!
8 replies
CCConvex Community
•Created by eric on 12/25/2023 in #support-community
ArgumentValidationError only in prod deployment?
Thanks for the help regardless Indy!
8 replies
CCConvex Community
•Created by eric on 12/25/2023 in #support-community
ArgumentValidationError only in prod deployment?
Okay hm very weird, for some reason the problem is now gone when I created a test page and attempted in prod! Perhaps it was a weird short-term error.
Separately, I ended up just throwing a ConvexError to communicate with the client
8 replies
CCConvex Community
•Created by eric on 12/25/2023 in #support-community
ArgumentValidationError only in prod deployment?
To clarify, the error logs of ArgumentValidationError are occurring only on prod! (I receive them in logs). On local, the same input will lead to a successful run compared to in prod (no logged errors)
8 replies
CCConvex Community
•Created by eric on 12/25/2023 in #support-community
ArgumentValidationError only in prod deployment?
I realize I can probably just copy/paste my client side code and put it at a different page on the website and then modify to use that to test! So will keep this thread updated on if I figure it out but would love any pointers if helpful in thinking about the difference between running locally vs in prod wrt these errors
8 replies
CCConvex Community
•Created by eric on 12/23/2023 in #support-community
Not able to get cron jobs working (won't show up in dashboard)
oh wow thank you for the speedy response! that worked, my bad for the oversight
10 replies