FleetAdmiralJakob 🗕 🗗 🗙
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 11/29/2024 in #support-community
Is Uploadstuff recommend for use or should I use plain Convex?
2 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 11/28/2024 in #support-community
[Convex Ents](bug): One to many edge with weird type
my schema looks like that
and I'm querying the data like that:
but as a type I get this back
which makes me get reactions with edge, edgeX and doc which I dont want
but I only want this type (without edge, edgeX and doc)
3 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 11/24/2024 in #support-community
Upgrade from 1.17.0 to 1.17.2: Error: Could not find Convex client!
I upgraded my project that had no errors whatsoever from 1.17.0 to 1.17.2 and now get this error:
These are my providers:
layout.tsx
convex-client-provider.tsx
I never had this error. It just happened while trying to upgrade.
25 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 11/20/2024 in #support-community
Preload query does not work with dynamicIO
3 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 11/20/2024 in #support-community
Bug: Can't preload a page with pagination
18 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 11/20/2024 in #support-community
Is there a way to enforce and check all my envs at build / deploy time?
4 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 11/18/2024 in #support-community
Docs on mobile have weird break points
5 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 10/27/2024 in #support-community
[Convex + Clerk + Next.js] Cant make static routes
7 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 8/18/2024 in #support-community
Manually make requests
I have an open websocket connection to convex. How can I manually (not through code) make a request to my convex backend?
6 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 8/17/2024 in #support-community
[Convex Ents] Asymmetrical self-directed 1:many edges
Is that possible with Convex Ents? doesnt see it in the docs. Point is that I want a reply functionality. Which means that there is one message that replies to another (asymmetrical) but you can only reply to one message. But one message can be replied to by many messages.
26 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/24/2024 in #support-community
Git annoyance
5 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/22/2024 in #support-community
Convex Query is called multiple times even in production build
5 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/19/2024 in #support-community
data privacy mode
I want to build an app where every data stored in Convex needs to be treated very carefully and ideally cant even be seen by the owner of the program (us/me). Is there a mode where I can't access the production data only the users?
The other option would be to encrypt it manually.
8 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/18/2024 in #support-community
[Optimistic Updates] ArgumentValidationError: Value does not match validator.
I get with my implementation of the optimistic updates this error:
Code (I quadruple-checked it, and it has no type errors):
9 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/15/2024 in #support-community
Convex Ents with Optimistic Updates
6 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/15/2024 in #support-community
Scroll to top button over convex chat ai bot
1 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/6/2024 in #support-community
Convex mutation inside tanstack/react query mutation
I want to do crazy browser push api stuff.
For this I want to abstract a function inside a tanstack query mutation
this tanstack mutation has to call the convex mutation. (it has to make a db write and a bunch of extra stuff)
Is that possible with the convex mutation?
20 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/3/2024 in #support-community
Use Node only for specific actions
15 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/3/2024 in #support-community
Pass whole db entry into action
Hi, I want to pass a whole user object and message object into my action. How can I do that?
I mean: How do I write the args for that?
11 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/2/2024 in #support-community
[Convex Ents] ctx in mutation does not have a runMutation or runQuery function
Hi, I currently have my mutation defined as:
and the ctx object of this does not have a function called runMutation or runQuery to call a internal mutation or query as defined here: https://docs.convex.dev/functions/internal-functions#calling-internal-functions
6 replies