useQuery different return types
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
[Solved] Error: 1013
WebSocket closed with code 1013: AuthProviderDiscoveryFailed
logging.ts:96 Attempting reconnect in 118.9021804382428ms
logging.ts:96 WebSocket reconnected
WebSocket closed with code 1013: AuthProviderDiscoveryFailed
logging.ts:96 Attempting reconnect in 118.9021804382428ms
logging.ts:96 WebSocket reconnected

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
