FleetAdmiralJakob 🗕 🗗 🗙
Explore posts from serversCCConvex 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
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 10/6/2024 in #questions
Use eslint-plugin-react-compiler with the new ESLint flat config
Is it possible? Does the plugin support ESLint 9 and above? If it is possible how can I use it?
The example only shows the way to use it with ESLint 8 and below (no flat config)
2 replies
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 8/26/2024 in #questions
[Next.js Image Component] Cache Images between pages
I'm using Tanstack Query to dynamically fetch data that includes an image URL, which I then load using the
<Image />
component. On a different page, I fetch new data, but the image URL is often the same as the one on the previous page. The issue is that the same image gets loaded twice. Is there a way to reuse the image across both pages to avoid reloading it?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
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 8/14/2024 in #questions
Tanstack Table. flexRender
5 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
TTCTheo's Typesafe Cult
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 6/20/2024 in #questions
Post Quantum Encryption
Does somebody here knows a good library to use if you want post quantum encryption for your messaging app?
I looked at libsignal, the implementation from signal of the signal protocol but it seems like it's only providing the frontend functions for typescript and it's only designed for the use inside signal
9 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