em_errata
em_errata
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
no sweat! thanks for simply caring
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
sure, enough... commenting out unblocks it
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
unfortunately I wouldn't be able to share much in terms of source code. I can share the depenedencies, though
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
I only have one module that's using the node runtime, though...
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
just using convex dev
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
those appear to be the only external dependencies(direct dependencies) and while that's drastically improved deploy times, my dev console won't load...
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
really hate to think that twilio and zod are consuming that much bandwidth...
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
that's comforting 😄
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
it appears to have cut down on my deployment speed, but I wasn't really having much difficulty deploying. It's the part where I can't access my dev environment from the dashboard console
27 replies
CCConvex Community
Created by em_errata on 1/23/2024 in #support-community
Can't access dev instance of project
Thanks for jumping in, tom
27 replies
CCConvex Community
Created by RJ on 10/30/2023 in #support-community
Math.random unsupported while evaluating schema
No, that’s a good clarification! Yes, I was attempting to co-locate my validation logic within the schema module tree.
73 replies
CCConvex Community
Created by RJ on 10/30/2023 in #support-community
Math.random unsupported while evaluating schema
It was, yes.
73 replies
CCConvex Community
Created by RJ on 10/30/2023 in #support-community
Math.random unsupported while evaluating schema
Don’t think that I have anything meaningful to contribute besides sharing that I’ve also experienced this with effect. Sorry if this is just noise, but the hope is to produce some data wrt how common/uncommon of an issue this is.
73 replies
CCConvex Community
Created by em_errata on 9/29/2023 in #support-community
400 Bad Request: BadJsonBody: Failed to Buffer the request body: length limit exceeded
Appreciate your responsiveness!
10 replies
CCConvex Community
Created by em_errata on 9/29/2023 in #support-community
400 Bad Request: BadJsonBody: Failed to Buffer the request body: length limit exceeded
I'm definitely open to the likelihood that this practice is already discouraged somewhere in the docs( - I would anticipate seeing something like this in the zen portion - if that's at all helpful feedback)
10 replies
CCConvex Community
Created by em_errata on 9/29/2023 in #support-community
400 Bad Request: BadJsonBody: Failed to Buffer the request body: length limit exceeded
having relocated that logic to separate files + making the schema declaration only depend on exports from ./convex namespace, was sufficient.
10 replies
CCConvex Community
Created by em_errata on 9/29/2023 in #support-community
400 Bad Request: BadJsonBody: Failed to Buffer the request body: length limit exceeded
Okay - I think that this was the result of attempting to co-locate client-end validation logic + using external libraries that weren't being tree-shaken from the schema bundle.
10 replies
CCConvex Community
Created by em_errata on 9/29/2023 in #support-community
400 Bad Request: BadJsonBody: Failed to Buffer the request body: length limit exceeded
Side note - would love for an exception like this to explain potential causes/remedies. Thanks!
10 replies