How to preload data with Remix?
Convex + Tanstack Start + Clerk
ConvexProviderWithClerk
seems not supported on Start, so in Convex functions I am not able to get the user identity with ctx.auth.getUserIdentity()
.
Is there any way to make it work? Thanks...[Convex Ents](bug): One to many edge with weird type
/authenticate route to get the Bearer Token of the user given their username and pass using Clerk
Tanstack query with usePaginatedQuery is not working
usePaginatedQuery
. It doesnβt seem to behave as expected, and TypeScript is throwing errors. Hereβs the code and the error Iβm encountering:
Working Example
This works fine:
...Preloading stateful pagination
[storage] Is it possible to reference file url instead of storage id in a table?
message.body
is a storage id
2. when retrieving that message, the convex function uses await ctx.storage.getUrl(message.body)
to convert storage id to file url
I observed that ...Type inference is not ok. Is assuming the user properties are null
How to implement pagination with join and filtering
convex google oauth issue
How can i add phone auth to an existing user with Convex Auth
HTTP Path Suffix Not Working?
https:CONVEX_URL.site/route/$params
Am i doing something wrong? I get the Response No matching routes found
The docs: https://docs.convex.dev/functions/http-actions#defining-http-actions...
Pricing Plans
[Resolved] - TypeError: Cannot destructure property 'signIn' of useAuthActions
issue with convexAuthNextjsMiddleware
convex aggregate documentation

convex auth token outside React component
I'm trying to upload data but it says Property 'store' does not exist on type 'StorageWriter'